{"id":3500,"date":"2022-09-15T13:45:27","date_gmt":"2022-09-15T17:45:27","guid":{"rendered":"https:\/\/fenomax.com\/franchises\/"},"modified":"2023-01-10T15:14:10","modified_gmt":"2023-01-10T20:14:10","slug":"branches","status":"publish","type":"page","link":"https:\/\/fenomax.com\/en\/branches\/","title":{"rendered":"Branches"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3500\" class=\"elementor elementor-3500 elementor-603\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eb3b9b3 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"eb3b9b3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-177c39e\" data-id=\"177c39e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ca46726 elementor-widget elementor-widget-heading\" data-id=\"ca46726\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Find a branch<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9515ce elementor-widget elementor-widget-shortcode\" data-id=\"c9515ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n\n\n        <div class=\"franchise_search_bar  \">\n\n            <div class=\"franchise_search_box\">\n\n                <a href=\"\" class=\"get_location_btn\" id=\"get_location_btn_ajax\" title=\"Use my location\"><i class=\"fa fa-map-marker fa-lg\"><\/i><\/a>\n\n                \n                <input\n                    id=\"prosomo_franchise_pac-input\"\n                    name=\"prosomo_franchise_pac-input\"\n                    type=\"text\"\n                    placeholder=\"Search by City or Postal\/Zip\"\n                    value=\"\"\n                >\n                <input\n                    id=\"prosomo_franchise_gmlat\"\n                    name=\"prosomo_franchise_gmlat\"\n                    type=\"hidden\"\n                    value=\"\"\n                >\n                <input\n                    id=\"prosomo_franchise_gmlng\"\n                    name=\"prosomo_franchise_gmlng\"\n                    type=\"hidden\"\n                    value=\"\"\n                >\n\n                \n            <\/div>\n\n            <script>\n\n                if (navigator.geolocation) {\n                    navigator.geolocation.getCurrentPosition(function (e) {\n                        \/\/console.log(\"Permission granted\");\n                         jQuery(\"#get_location_btn\").click(); }, function (e) {\n                            \/\/console.log(\"Permission denied\");\n                        });\n                }\n                jQuery( \"#get_location_btn, #get_location_btn_ajax\" ).click(function( event ) {\n                    event.preventDefault();\n\n                    if (navigator.geolocation && typeof google !== 'undefined') {\n                        navigator.geolocation.getCurrentPosition(function (position) {\n                            var geocoder = new google.maps.Geocoder();\n                            geocoder.geocode({ location: { lat: parseFloat(position.coords.latitude), lng: parseFloat(position.coords.longitude) } }, (results, status) => {\n                                if (status === \"OK\") {\n                                    if (results[0]) {\n                                        jQuery( \"#prosomo_franchise_gmlat\" ).val(position.coords.latitude);\n                                        jQuery( \"#prosomo_franchise_gmlng\" ).val(position.coords.longitude);\n                                        jQuery( \"#prosomo_franchise_pac-input\" ).val(results[0].formatted_address).trigger(\"change\");\n\n                                        if(jQuery('#map').length && jQuery('#result').length){\n                                            jQuery.ajax({\n                                                type: \"GET\",\n                                                url : myAjax.ajaxurl,\n                                                data : { action: \"prosomo_franchise_draw_map\", lat: position.coords.latitude, lng: position.coords.longitude },\n                                                dataType: \"json\",\n                                                success: function(result) {\n                                                    var myData = JSON.parse(result.data);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/\/console.log(\"LINE: 305\");\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/\/console.log(myData);\n\n                                                    jQuery(\"#result\").html(myData.formatted_data);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/\/console.log(myData.formatted_data);\n                                                    prosomo_franchise_initMap( myData.markers_primary, myData.markers_secondary, myData.infoWindowContent_primary, myData.infoWindowContent_secondary );\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/\/console.log(myData.markers_primary);\n                                                },\n                                                error: function(XMLHttpRequest, textStatus, errorThrown) {\n                                                    alert(\"Status: \" + textStatus); alert(\"Error: \" + errorThrown);\n                                                }\n                                            });\n                                        }\n                                    }\n                                }\n                            });\n                        }, function (e) {\n                        }, {\n                            enableHighAccuracy: true\n                        });\n                    }\n\n                });\n\n                \n            <\/script>\n\n            <div id=\"hidden_map\" style=\"display: none;\"><\/div>\n\n            <script>\n                function getLatLong() {\n\n                    var map = new google.maps.Map(document.getElementById(\"hidden_map\"), {\n                        center: {\n                            lat: 48.987372,\n                            lng: -95.341702\n                        },\n                        zoom: 4\n                    });\n\n                    var input = document.getElementById(\"prosomo_franchise_pac-input\");\n\n                    var options = {\n                        componentRestrictions: {\n                            country: [\"ca\", \"us\"]\n                        }\n                    };\n\n                    var autocomplete = new google.maps.places.Autocomplete(input, options);\n\n                    autocomplete.bindTo(\"bounds\", map);\n\n                    autocomplete.setFields([\"address_components\", \"geometry\", \"icon\", \"name\"]);\n\n                    autocomplete.addListener(\"place_changed\", function() {\n\n                        var place = autocomplete.getPlace();\n                        if (!place.geometry) {\n                            return;\n                        }\n\n                        jQuery(\"#prosomo_franchise_gmlat\").val(place.geometry.location.lat());\n                        jQuery(\"#prosomo_franchise_gmlng\").val(place.geometry.location.lng());\n\n                        var prosomo_franchise_gmlat = place.geometry.location.lat()\n                        var prosomo_franchise_gmlng = place.geometry.location.lng()\n\n                        jQuery.ajax({\n                            type: \"GET\",\n                            url : myAjax.ajaxurl,\n                            data : { action: \"prosomo_franchise_draw_map\", lat: prosomo_franchise_gmlat, lng: prosomo_franchise_gmlng },\n                            dataType: \"json\",\n                            success: function(result) {\n\n                                var myData = JSON.parse(result.data);\n\n\t\t\t\t\t\t\t\t\/\/console.log(\"LINE: 425\");\n\t\t\t\t\t\t\t\t\/\/console.log(\"simple_type: 0\");\n\t\t\t\t\t\t\t\t\/\/console.log(myData);\n\n                                                                    jQuery(\"#result\").html(myData.formatted_data);\n                                    prosomo_franchise_initMap2( myData.markers_primary, myData.markers_secondary, myData.infoWindowContent_primary, myData.infoWindowContent_secondary );\n                                \n                            }\n                        });\n\n                    });\n\n                    \/\/ if POST prosomo_franchise_pac-input is set\n                    \n                }\n\n                jQuery(\"#prosomo_franchise_pac-input\").keydown(function(event) {\n\n                    if (event.keyCode == 13) {\n                        event.preventDefault();\n                        return false;\n                    }\n                });\n\n                window.googleMapsPromise.then(getLatLong);\n\n            <\/script>\n\n        <\/div>\n\n        \n            <div class=\"map_bg\">\n                <div class=\"bureau_container\">\n                    <div class=\"middle_content\">\n                        <div class=\"content\">\n                            <div class=\"archive_map\">\n                                \n\n\n                                <script>\n                                    function prosomo_franchise_initMap2( markers_primary, markers_secondary, infoWindowContent_primary, infoWindowContent_secondary ) {\n                                        var map;\n                                        var bounds = new google.maps.LatLngBounds();\n                                        var mapOptions = {\n                                            mapTypeId: \"roadmap\",\n                                            zoom: 11\n                                        };\n\n                                        map = new google.maps.Map(document.getElementById(\"map\"), mapOptions);\n                                        map.setTilt(45);\n\n                                        var infoWindow = new google.maps.InfoWindow(), marker, i;\n\n                                        if(markers_primary.length > 0 || markers_secondary.length > 0) {\n\n                                            if(markers_primary.length > 0) {\n\n                                                for( i = 0; i < markers_primary.length; i++ ) {\n                                                    var position = new google.maps.LatLng(markers_primary[i][1], markers_primary[i][2]);\n                                                    bounds.extend(position);\n\n                                                    var icon = {\n                                                        url: markers_primary[i][3], \/\/ url\n                                                        scaledSize: new google.maps.Size(markers_primary[i][4], markers_primary[i][5])\n                                                    };\n\n                                                    marker = new google.maps.Marker({\n                                                        position: position,\n                                                        map: map,\n                                                        title: markers_primary[i][0],\n                                                        icon: icon\n                                                    });\n\n                                                    google.maps.event.addListener(marker, \"click\", (function(marker, i) {\n                                                        return function() {\n                                                            infoWindow.setContent(infoWindowContent_primary[i][0]);\n                                                            infoWindow.open(map, marker);\n                                                        }\n                                                    })(marker, i));\n\n                                                    var minLatSpan = 0.001;\n                                                    if (bounds.toSpan().lat() > minLatSpan) {\n                                                        map.fitBounds(bounds);\n                                                    } else {\n                                                        map.setCenter(bounds.getCenter());\n                                                        map.setZoom(13);\n                                                    }\n                                                }\n                                            }\n\n                                            if(markers_secondary.length > 0) {\n\n                                                for( i = 0; i < markers_secondary.length; i++ ) {\n                                                    var position = new google.maps.LatLng(markers_secondary[i][1], markers_secondary[i][2]);\n\n                                                    if(markers_primary.length == 0) {\n                                                        bounds.extend(position);\n                                                    }\n\n                                                    var icon = {\n                                                        url: markers_secondary[i][3], \/\/ url\n                                                        scaledSize: new google.maps.Size(markers_secondary[i][4], markers_secondary[i][5])\n                                                    };\n\n                                                    marker = new google.maps.Marker({\n                                                        position: position,\n                                                        map: map,\n                                                        title: markers_secondary[i][0],\n                                                        icon: icon\n                                                    });\n\n                                                    google.maps.event.addListener(marker, \"click\", (function(marker, i) {\n                                                        return function() {\n                                                            infoWindow.setContent(infoWindowContent_secondary[i][0]);\n                                                            infoWindow.open(map, marker);\n                                                        }\n                                                    })(marker, i));\n\n                                                    if(markers_primary.length == 0) {\n\n                                                        var minLatSpan = 0.001;\n                                                        if (bounds.toSpan().lat() > minLatSpan) {\n                                                            map.fitBounds(bounds);\n                                                        } else {\n                                                            map.setCenter(bounds.getCenter());\n                                                            map.setZoom(13);\n                                                        }\n                                                    }\n                                                }\n                                            }\n\n                                        } else {\n                                            map.setCenter({lat:48.987372, lng:-95.341702});\n                                            map.setZoom(4);\n                                        }\n                                    }\n\n                                    window.googleMapsPromise.then(function() {\n\n                                        var markers_primary = [];\n                                        var markers_secondary = [[\"Gatineau (Hull)\", 45.4636904, -75.7402301, \"https:\/\/fenomax.com\/wp-content\/plugins\/prosomo-franchise-fenomax\/\/public\/images\/markers\/blue@2x.png\", 24, 36],[\"Gatineau (Masson-Angers)\", 45.5149548, -75.5263399, \"https:\/\/fenomax.com\/wp-content\/plugins\/prosomo-franchise-fenomax\/\/public\/images\/markers\/blue@2x.png\", 24, 36],[\"Laval\", 45.6126055, -73.7365141, \"https:\/\/fenomax.com\/wp-content\/plugins\/prosomo-franchise-fenomax\/\/public\/images\/markers\/blue@2x.png\", 24, 36],[\"Maniwaki\", 46.40039, -75.9833133, \"https:\/\/fenomax.com\/wp-content\/plugins\/prosomo-franchise-fenomax\/\/public\/images\/markers\/blue@2x.png\", 24, 36],[\"Mont-Laurier\", 46.552204, -75.464526, \"https:\/\/fenomax.com\/wp-content\/plugins\/prosomo-franchise-fenomax\/\/public\/images\/markers\/blue@2x.png\", 24, 36],[\"Ottawa\", 45.4022313, -75.7094954, \"https:\/\/fenomax.com\/wp-content\/plugins\/prosomo-franchise-fenomax\/\/public\/images\/markers\/blue@2x.png\", 24, 36],[\"Rivi\u00e8re-Rouge\", 46.3990497, -74.8655546, \"https:\/\/fenomax.com\/wp-content\/plugins\/prosomo-franchise-fenomax\/\/public\/images\/markers\/blue@2x.png\", 24, 36],[\"Val-d'Or\", 48.1045175, -77.7924374, \"https:\/\/fenomax.com\/wp-content\/plugins\/prosomo-franchise-fenomax\/\/public\/images\/markers\/blue@2x.png\", 24, 36]];\n                                        var infoWindowContent_primary = [];\n                                        var infoWindowContent_secondary = [[\"<div class=\\\"info_content\\\"><a href=\\\"https:\/\/fenomax.com\/en\/branch\/gatineau-hull\/\\\"><span class=\\\"name\\\"><strong>Gatineau (Hull)<\/strong><\/span> <div class=\\\"pf_address\\\"><span class=\\\"address\\\">901 St-Joseph Blvd<\/span><br><span class=\\\"city\\\">Gatineau (Hull)<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J8Z&nbsp;1S8<\/span><\/div><\/a><\/div>\"],[\"<div class=\\\"info_content\\\"><a href=\\\"https:\/\/fenomax.com\/en\/branch\/gatineau-masson-angers\/\\\"><span class=\\\"name\\\"><strong>Gatineau (Masson-Angers)<\/strong><\/span> <div class=\\\"pf_address\\\"><span class=\\\"address\\\">2135 de Montr\u00e9al Rd West<\/span><br><span class=\\\"city\\\">Gatineau (Masson-Angers)<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J8M&nbsp;1P3<\/span><\/div><\/a><\/div>\"],[\"<div class=\\\"info_content\\\"><a href=\\\"https:\/\/fenomax.com\/en\/branch\/laval\/\\\"><span class=\\\"name\\\"><strong>Laval<\/strong><\/span> <div class=\\\"pf_address\\\"><span class=\\\"address\\\">2203 des Laurentides Blvd<\/span><br><span class=\\\"city\\\">Laval<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">H7K&nbsp;2J3<\/span><\/div><\/a><\/div>\"],[\"<div class=\\\"info_content\\\"><a href=\\\"https:\/\/fenomax.com\/en\/branch\/maniwaki\/\\\"><span class=\\\"name\\\"><strong>Maniwaki<\/strong><\/span> <div class=\\\"pf_address\\\"><span class=\\\"address\\\">6 Egan St.<\/span><br><span class=\\\"city\\\">Maniwaki<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J9E&nbsp;3A9<\/span><\/div><\/a><\/div>\"],[\"<div class=\\\"info_content\\\"><a href=\\\"https:\/\/fenomax.com\/en\/branch\/mont-laurier\/\\\"><span class=\\\"name\\\"><strong>Mont-Laurier<\/strong><\/span> <div class=\\\"pf_address\\\"><span class=\\\"address\\\">1617 Albiny-Paquette Blvd<\/span><br><span class=\\\"city\\\">Mont-Laurier<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J9L&nbsp;1M8<\/span><\/div><\/a><\/div>\"],[\"<div class=\\\"info_content\\\"><a href=\\\"https:\/\/fenomax.com\/en\/branch\/ottawa\/\\\"><span class=\\\"name\\\"><strong>Ottawa<\/strong><\/span> <div class=\\\"pf_address\\\"><span class=\\\"address\\\">343 Preston St 11th Floor<\/span><br><span class=\\\"city\\\">Ottawa<\/span>, <span class=\\\"province\\\">ON<\/span>&nbsp; <span class=\\\"postal_code\\\">K1S&nbsp;1N4<\/span><\/div><\/a><\/div>\"],[\"<div class=\\\"info_content\\\"><a href=\\\"https:\/\/fenomax.com\/en\/branch\/riviere-rouge\/\\\"><span class=\\\"name\\\"><strong>Rivi\u00e8re-Rouge<\/strong><\/span> <div class=\\\"pf_address\\\"><span class=\\\"address\\\">1601 l\\'Annonciation St. South<\/span><br><span class=\\\"city\\\">Rivi\u00e8re-Rouge<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J0T&nbsp;1T0<\/span><\/div><\/a><\/div>\"],[\"<div class=\\\"info_content\\\"><a href=\\\"https:\/\/fenomax.com\/en\/branch\/val-dor\/\\\"><span class=\\\"name\\\"><strong>Val-d&#8217;Or<\/strong><\/span> <div class=\\\"pf_address\\\"><span class=\\\"address\\\">1016 3e Avenue<\/span><br><span class=\\\"city\\\">Val-d\\'Or<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J9P&nbsp;1T3<\/span><\/div><\/a><\/div>\"]];\n\n                                        prosomo_franchise_initMap2(markers_primary, markers_secondary, infoWindowContent_primary, infoWindowContent_secondary);\n\n                                        jQuery(\"#result\").html(\"<div class=\\\"result_item\\\"><h4><a href=\\\"https:\/\/fenomax.com\/en\/branch\/gatineau-hull\/\\\">Gatineau (Hull)<\/a><\/h4><p class=\\\"phone\\\"><strong>Phone:<\/strong> <a href=\\\"tel:+18196009001\\\">819 600-9001<\/a><\/p><p class=\\\"email\\\"><strong>Email:<\/strong> <a href=\\\"mailto:soumission@fenomax.com\\\">soumission@fenomax.com<\/a><\/p><p class=\\\"address\\\"><a href=\\\"https:\/\/maps.google.com\/?q=45.4636904,-75.7402301\\\" target=\\\"_blank\\\"><span class=\\\"pf_address\\\"><span class=\\\"address\\\">901 St-Joseph Blvd<\/span>, <span class=\\\"city\\\">Gatineau (Hull)<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J8Z&nbsp;1S8<\/span><\/span><\/a><\/p><\/div> <div class=\\\"result_item\\\"><h4><a href=\\\"https:\/\/fenomax.com\/en\/branch\/gatineau-masson-angers\/\\\">Gatineau (Masson-Angers)<\/a><\/h4><p class=\\\"phone\\\"><strong>Phone:<\/strong> <a href=\\\"tel:+18199611271\\\">819 961-1271<\/a><\/p><p class=\\\"email\\\"><strong>Email:<\/strong> <a href=\\\"mailto:soumission@fenomax.com\\\">soumission@fenomax.com<\/a><\/p><p class=\\\"address\\\"><a href=\\\"https:\/\/maps.google.com\/?q=45.5149548,-75.5263399\\\" target=\\\"_blank\\\"><span class=\\\"pf_address\\\"><span class=\\\"address\\\">2135 de Montr\u00e9al Rd West<\/span>, <span class=\\\"city\\\">Gatineau (Masson-Angers)<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J8M&nbsp;1P3<\/span><\/span><\/a><\/p><\/div> <div class=\\\"result_item\\\"><h4><a href=\\\"https:\/\/fenomax.com\/en\/branch\/laval\/\\\">Laval<\/a><\/h4><p class=\\\"phone\\\"><strong>Phone:<\/strong> <a href=\\\"tel:+14504909229\\\">450 490-9229<\/a><\/p><p class=\\\"email\\\"><strong>Email:<\/strong> <a href=\\\"mailto:soumission@fenomax.com\\\">soumission@fenomax.com<\/a><\/p><p class=\\\"address\\\"><a href=\\\"https:\/\/maps.google.com\/?q=45.6126055,-73.7365141\\\" target=\\\"_blank\\\"><span class=\\\"pf_address\\\"><span class=\\\"address\\\">2203 des Laurentides Blvd<\/span>, <span class=\\\"city\\\">Laval<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">H7K&nbsp;2J3<\/span><\/span><\/a><\/p><\/div> <div class=\\\"result_item\\\"><h4><a href=\\\"https:\/\/fenomax.com\/en\/branch\/maniwaki\/\\\">Maniwaki<\/a><\/h4><p class=\\\"phone\\\"><strong>Phone:<\/strong> <a href=\\\"tel:+18194495866\\\">819 449-5866<\/a><\/p><p class=\\\"email\\\"><strong>Email:<\/strong> <a href=\\\"mailto:soumission@fenomax.com\\\">soumission@fenomax.com<\/a><\/p><p class=\\\"address\\\"><a href=\\\"https:\/\/maps.google.com\/?q=46.40039,-75.9833133\\\" target=\\\"_blank\\\"><span class=\\\"pf_address\\\"><span class=\\\"address\\\">6 Egan St.<\/span>, <span class=\\\"city\\\">Maniwaki<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J9E&nbsp;3A9<\/span><\/span><\/a><\/p><\/div> <div class=\\\"result_item\\\"><h4><a href=\\\"https:\/\/fenomax.com\/en\/branch\/mont-laurier\/\\\">Mont-Laurier<\/a><\/h4><p class=\\\"phone\\\"><strong>Phone:<\/strong> <a href=\\\"tel:+18196231271\\\">819 623-1271<\/a><\/p><p class=\\\"email\\\"><strong>Email:<\/strong> <a href=\\\"mailto:soumission@fenomax.com\\\">soumission@fenomax.com<\/a><\/p><p class=\\\"address\\\"><a href=\\\"https:\/\/maps.google.com\/?q=46.552204,-75.464526\\\" target=\\\"_blank\\\"><span class=\\\"pf_address\\\"><span class=\\\"address\\\">1617 Albiny-Paquette Blvd<\/span>, <span class=\\\"city\\\">Mont-Laurier<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J9L&nbsp;1M8<\/span><\/span><\/a><\/p><\/div> <div class=\\\"result_item\\\"><h4><a href=\\\"https:\/\/fenomax.com\/en\/branch\/ottawa\/\\\">Ottawa<\/a><\/h4><p class=\\\"phone\\\"><strong>Phone:<\/strong> <a href=\\\"tel:+16138018509\\\">613-801-8509<\/a><\/p><p class=\\\"email\\\"><strong>Email:<\/strong> <a href=\\\"mailto:soumission@fenomax.com\\\">soumission@fenomax.com<\/a><\/p><p class=\\\"address\\\"><a href=\\\"https:\/\/maps.google.com\/?q=45.4022313,-75.7094954\\\" target=\\\"_blank\\\"><span class=\\\"pf_address\\\"><span class=\\\"address\\\">343 Preston St 11th Floor<\/span>, <span class=\\\"city\\\">Ottawa<\/span>, <span class=\\\"province\\\">ON<\/span>&nbsp; <span class=\\\"postal_code\\\">K1S&nbsp;1N4<\/span><\/span><\/a><\/p><\/div> <div class=\\\"result_item\\\"><h4><a href=\\\"https:\/\/fenomax.com\/en\/branch\/riviere-rouge\/\\\">Rivi\u00e8re-Rouge<\/a><\/h4><p class=\\\"phone\\\"><strong>Phone:<\/strong> <a href=\\\"tel:+18192752223\\\">819 275-2223<\/a><\/p><p class=\\\"email\\\"><strong>Email:<\/strong> <a href=\\\"mailto:soumission@fenomax.com\\\">soumission@fenomax.com<\/a><\/p><p class=\\\"address\\\"><a href=\\\"https:\/\/maps.google.com\/?q=46.3990497,-74.8655546\\\" target=\\\"_blank\\\"><span class=\\\"pf_address\\\"><span class=\\\"address\\\">1601 l\\'Annonciation St. South<\/span>, <span class=\\\"city\\\">Rivi\u00e8re-Rouge<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J0T&nbsp;1T0<\/span><\/span><\/a><\/p><\/div> <div class=\\\"result_item\\\"><h4><a href=\\\"https:\/\/fenomax.com\/en\/branch\/val-dor\/\\\">Val-d&#8217;Or<\/a><\/h4><p class=\\\"phone\\\"><strong>Phone:<\/strong> <a href=\\\"tel:+18198741071\\\">819 874-1071<\/a><\/p><p class=\\\"email\\\"><strong>Email:<\/strong> <a href=\\\"mailto:soumission@fenomax.com\\\">soumission@fenomax.com<\/a><\/p><p class=\\\"address\\\"><a href=\\\"https:\/\/maps.google.com\/?q=48.1045175,-77.7924374\\\" target=\\\"_blank\\\"><span class=\\\"pf_address\\\"><span class=\\\"address\\\">1016 3e Avenue<\/span>, <span class=\\\"city\\\">Val-d\\'Or<\/span>, <span class=\\\"province\\\">QC<\/span>&nbsp; <span class=\\\"postal_code\\\">J9P&nbsp;1T3<\/span><\/span><\/a><\/p><\/div>\");\n\n                                    });\n\n                                <\/script>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-be5c1ad elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"be5c1ad\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1103bed\" data-id=\"1103bed\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-497b61c result_html elementor-widget elementor-widget-html\" data-id=\"497b61c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"result\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3a5152c\" data-id=\"3a5152c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afea37b elementor-widget elementor-widget-html\" data-id=\"afea37b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"map\" style=\"height: 600px !important;\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7310313 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"7310313\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-043a210\" data-id=\"043a210\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ddd0423 elementor-widget elementor-widget-shortcode\" data-id=\"ddd0423\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"1881\" class=\"elementor elementor-1881 elementor-1452 elementor-1452\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9e599a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9e599a5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-65f3402\" data-id=\"65f3402\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-22897bb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"22897bb\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e2e1af4\" data-id=\"e2e1af4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4cb7971 elementor-widget elementor-widget-image\" data-id=\"4cb7971\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img alt=\"\" fetchpriority=\"high\" decoding=\"async\" width=\"1640\" height=\"469\" src=\"https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-estimation-gratuite-1.jpg\" class=\"attachment-full size-full wp-image-1456\" alt=\"\" srcset=\"https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-estimation-gratuite-1.jpg 1640w, https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-estimation-gratuite-1-300x86.jpg 300w, https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-estimation-gratuite-1-1024x293.jpg 1024w, https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-estimation-gratuite-1-768x220.jpg 768w, https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-estimation-gratuite-1-1536x439.jpg 1536w\" sizes=\"(max-width: 1640px) 100vw, 1640px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7951d3a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7951d3a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ef772db\" data-id=\"ef772db\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3442134 elementor-widget elementor-widget-heading\" data-id=\"3442134\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FREE ESTIMATE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a469d0 elementor-widget elementor-widget-text-editor\" data-id=\"5a469d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_postman_use&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Ask for an evaluation. It will help you establish your budget.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-42cb965\" data-id=\"42cb965\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e540d7f elementor-tablet-align-right elementor-mobile_extra-align-center elementor-align-right elementor-widget elementor-widget-button\" data-id=\"e540d7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fenomax.com\/en\/branch\/val-dor\/free-estimate\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get a quote<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Find a branch<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","inline_featured_image":false,"footnotes":""},"class_list":["post-3500","page","type-page","status-publish"],"acf":[],"acfml_non_translatable_locations":null,"_wp_attached_file":null,"_wp_attachment_metadata":null,"wpml_media_processed":null,"_wpml_media_usage":null,"_elementor_inline_svg":null,"_elementor_source_image_hash":null,"_wp_attachment_image_alt":null,"region":null,"region_courte":null,"cmplz_hide_cookiebanner":null,"_seopress_social_fb_title":null,"_seopress_social_fb_desc":null,"_seopress_social_twitter_title":null,"_seopress_social_twitter_desc":null,"_seopress_social_fb_img":null,"_seopress_social_fb_img_attachment_id":null,"_seopress_social_fb_img_width":null,"_seopress_social_fb_img_height":null,"_seopress_social_twitter_img":null,"_seopress_social_twitter_img_attachment_id":null,"_seopress_social_twitter_img_width":null,"_seopress_social_twitter_img_height":null,"logo":null,"_logo":null,"adresse_1":null,"_adresse_1":null,"adresse_2":null,"_adresse_2":null,"ville":null,"_ville":null,"code_postal":null,"_code_postal":null,"website":null,"_website":null,"google_map":null,"_google_map":null,"_icl_lang_duplicate_of":null,"_elementor_screenshot_failed":null,"__elementor_forms_snapshot":null,"_seopress_robots_follow":null,"_elementor_location":null,"_elementor_priority":null,"_elementor_code":null,"_elementor_extra_options":null,"prosomo_franchise_franchise_pages_checkbox":null,"prosomo_franchise_get_pages_checkbox":null,"address":null,"_address":null,"city":null,"_city":null,"country":null,"_country":null,"postal_code":null,"_postal_code":null,"email":null,"_email":null,"phone":null,"_phone":null,"fax":null,"_fax":null,"main_google_maps":null,"_main_google_maps":null,"get_hours":null,"_get_hours":null,"google_maps_0_name":null,"_google_maps_0_name":null,"google_maps_0_map":null,"_google_maps_0_map":null,"google_maps":null,"_google_maps":null,"place_id":null,"_place_id":null,"prosomo_franchise_seo_use_template":null,"service_icon":null,"prosomo_franchise_google_review_cache":null,"prosomo_franchise_google_review_cache_date":null,"sunday_start_hour":null,"_sunday_start_hour":null,"sunday_start_minute":null,"_sunday_start_minute":null,"sunday_end_hour":null,"_sunday_end_hour":null,"sunday_end_minute":null,"_sunday_end_minute":null,"sunday":null,"_sunday":null,"monday_start_hour":null,"_monday_start_hour":null,"monday_start_minute":null,"_monday_start_minute":null,"monday_end_hour":null,"_monday_end_hour":null,"monday_end_minute":null,"_monday_end_minute":null,"monday":null,"_monday":null,"tuesday_start_hour":null,"_tuesday_start_hour":null,"tuesday_start_minute":null,"_tuesday_start_minute":null,"tuesday_end_hour":null,"_tuesday_end_hour":null,"tuesday_end_minute":null,"_tuesday_end_minute":null,"tuesday":null,"_tuesday":null,"wednesday_start_hour":null,"_wednesday_start_hour":null,"wednesday_start_minute":null,"_wednesday_start_minute":null,"wednesday_end_hour":null,"_wednesday_end_hour":null,"wednesday_end_minute":null,"_wednesday_end_minute":null,"wednesday":null,"_wednesday":null,"thursday_start_hour":null,"_thursday_start_hour":null,"thursday_start_minute":null,"_thursday_start_minute":null,"thursday_end_hour":null,"_thursday_end_hour":null,"thursday_end_minute":null,"_thursday_end_minute":null,"thursday":null,"_thursday":null,"friday_start_hour":null,"_friday_start_hour":null,"friday_start_minute":null,"_friday_start_minute":null,"friday_end_hour":null,"_friday_end_hour":null,"friday_end_minute":null,"_friday_end_minute":null,"friday":null,"_friday":null,"saturday_start_hour":null,"_saturday_start_hour":null,"saturday_start_minute":null,"_saturday_start_minute":null,"saturday_end_hour":null,"_saturday_end_hour":null,"saturday_end_minute":null,"_saturday_end_minute":null,"saturday":null,"_saturday":null,"localbusiness_name":null,"_localbusiness_name":null,"localbusiness_description":null,"_localbusiness_description":null,"localbusiness_image":null,"_localbusiness_image":null,"prosomo_franchise_original_id":null,"prosomo_franchise_page_id":null,"_prosomo_franchise_template_id":null,"_prosomo_franchise_remove_menu_link":null,"_prosomo_franchise_remove_menu_completely":null,"_prosomo_franchise_menu_class":null,"prosomo_franchise_template_id_copy":null,"_prosomo_franchise_template_id_copy":null,"prosomo_franchise_link_only":null,"_prosomo_franchise_link_only":null,"prosomo_franchise_link":null,"_prosomo_franchise_link":null,"_listing_data":null,"_listing_type":null,"_is_deps_ready":null,"_is_style_deps":null,"_is_script_deps":null,"metform_form__form_setting":null,"_metform_cloned_id":null,"ml-slider_settings":null,"metaslider_slideshow_theme":null,"_menu_item_type":null,"_menu_item_menu_item_parent":null,"_menu_item_object_id":null,"_menu_item_object":null,"_menu_item_target":null,"_menu_item_classes":null,"_menu_item_xfn":null,"_menu_item_url":null,"jet_menu_settings":null,"jet-menu-item":null,"_content_type":null,"_oembed_a4889b747f138ed09635b2500c9ce9d5":null,"_oembed_time_a4889b747f138ed09635b2500c9ce9d5":null,"_oembed_80936e6cd6ba3506ec27a42fea006a60":null,"_oembed_time_80936e6cd6ba3506ec27a42fea006a60":null,"_form":null,"_mail":null,"_mail_2":null,"_messages":null,"_additional_settings":null,"_locale":null,"_ctz_zapier":null,"_hash":null,"wpcf7_id":null,"wpcf7_rule_id":null,"action_type":null,"post_title":null,"page_id":null,"external_url":null,"http_build_query_selectively_fields":null,"delay_redirect_seconds":null,"action_status":null,"_wpml_media_featured":"1","_wpml_media_duplicate":"0","_edit_lock":"1673445457:1","_edit_last":"1","_wp_old_slug":null,"_thumbnail_id":null,"inline_featured_image":null,"_seopress_analysis_data":{"title":"Franchis\u00e9s | Fenomax","link_preview":"https:\/\/fenomax.com\/franchises\/?no_admin_bar=1&preview=true","meta_desc":"","og_title":{"count":2,"values":["Franchis\u00e9s | Fenomax",""]},"og_desc":{"count":2,"values":["Trouvez une succursale",""]},"og_img":{"count":1,"values":["https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-Services.png"]},"og_url":{"count":2,"values":["https:\/\/fenomax.com\/franchises\/","https:\/\/fenomax.com\/franchises\/?no_admin_bar=1&amp;preview=true"],"host":"fenomax.com"},"og_site_name":{"count":2,"values":["Fenomax","Fenomax"]},"tw_title":{"count":2,"values":["Franchis\u00e9s | Fenomax",""]},"tw_desc":{"count":2,"values":["Trouvez une succursale",""]},"tw_img":{"count":1,"values":["https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-Services.png"]},"canonical":"https:\/\/fenomax.com\/franchises\/?no_admin_bar=1&amp;preview=true","all_canonical":["https:\/\/fenomax.com\/franchises\/","https:\/\/fenomax.com\/franchises\/?no_admin_bar=1&amp;preview=true"],"h1":{"nomatches":{"count":0}},"img":{"images":{"without_alt":["https:\/\/fenomax.com\/wp-content\/uploads\/2022\/09\/Logo.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-727.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-728.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-729.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-730.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-731.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/09\/Groupe-731.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/09\/Groupe-730.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/09\/Groupe-729.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/09\/Groupe-727.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/09\/Groupe-728.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-731-1.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-727-1.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-728-1.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-729-1.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Groupe-730-1.svg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/12\/Fenomax-estimation-gratuite-1.jpg","https:\/\/fenomax.com\/wp-content\/uploads\/2022\/09\/Logo.svg"],"with_alt":[]}},"meta_robots":[["index, follow"],["max-snippet:-1, max-image-preview:large, max-video-preview:-1"]],"outbound_links":{"21":{"https:\/\/www.facebook.com\/fenomaxportesetfenetres\/":"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\r\n  \r\n    \r\n      \r\n    \r\n  \r\n  \r\n    \r\n  \r\n\r\n\t\t\t\t\t"},"22":{"https:\/\/www.instagram.com\/fenomaxportesetfenetres\/":"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\r\n  \r\n\r\n\t\t\t\t\t"},"23":{"https:\/\/www.youtube.com\/channel\/UC8UeJeVYmr1nU2bf65FdGLw":"\n\t\t\t\t\t\t\n\t\t\t\t\t\t\r\n  \r\n\r\n\t\t\t\t\t"}},"words_counter":11,"words_counter_unique":11},"_seopress_redirections_type":null,"_seopress_redirections_logged_status":null,"_wp_page_template":"elementor_header_footer","_elementor_edit_mode":"builder","_elementor_template_type":"wp-page","_elementor_version":"3.10.0","_elementor_pro_version":"3.10.1","_elementor_data":"[{\"id\":\"eb3b9b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1088,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_title\":\"HERO\"},\"elements\":[{\"id\":\"177c39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\\/colors?id=secondary\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca46726\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find a branch\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\\/colors?id=39e3b9f\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height_widescreen\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile_extra\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c9515ce\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pf_map type=\\\"full\\\" api=\\\"yes\\\"]\",\"_padding_widescreen\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be5c1ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_widescreen\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1103bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile_extra\":100,\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b61c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div id=\\\"result\\\"><\\\/div>\",\"_css_classes\":\"result_html\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"3a5152c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile_extra\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"afea37b\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div id=\\\"map\\\" style=\\\"height: 600px !important;\\\"><\\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7310313\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"043a210\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd0423\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[elementor-template id=\\\"1452\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]","_elementor_page_assets":{"styles":["widget-heading"],"scripts":["elementor-frontend"]},"_wpml_word_count":null,"_wpml_location_migration_done":"1","_wpml_media_has_media":null,"_seopress_analysis_target_kw":"","_cmplz_scanned_post":"1","_elementor_css":{"time":1776375640,"fonts":["Barlow"],"icons":[],"dynamic_elements_ids":[],"status":"inline","0":"","css":".elementor-3500 .elementor-element.elementor-element-eb3b9b3 > .elementor-container{max-width:1088px;}.elementor-3500 .elementor-element.elementor-element-eb3b9b3{margin-top:50px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-3500 .elementor-element.elementor-element-177c39e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3500 .elementor-element.elementor-element-177c39e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-3500 .elementor-element.elementor-element-177c39e > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:60px 0px 60px 0px;}.elementor-3500 .elementor-element.elementor-element-177c39e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3500 .elementor-element.elementor-element-ca46726{text-align:center;}.elementor-3500 .elementor-element.elementor-element-ca46726 .elementor-heading-title{font-family:\"Barlow\", Sans-serif;font-size:45px;font-weight:bold;text-transform:uppercase;line-height:1.3em;color:var( --e-global-color-39e3b9f );}.elementor-3500 .elementor-element.elementor-element-be5c1ad{margin-top:100px;margin-bottom:100px;}.elementor-3500 .elementor-element.elementor-element-1103bed:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3500 .elementor-element.elementor-element-1103bed > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}.elementor-3500 .elementor-element.elementor-element-1103bed > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 0px 40px 40px;}.elementor-3500 .elementor-element.elementor-element-1103bed > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3500 .elementor-element.elementor-element-3a5152c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-3500 .elementor-element.elementor-element-7310313{margin-top:100px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px) and (min-width:425px){.elementor-3500 .elementor-element.elementor-element-1103bed{width:100%;}.elementor-3500 .elementor-element.elementor-element-3a5152c{width:100%;}}@media(max-width:1550px){.elementor-3500 .elementor-element.elementor-element-c9515ce > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3500 .elementor-element.elementor-element-be5c1ad{margin-top:50px;margin-bottom:0px;}}@media(max-width:1300px){.elementor-3500 .elementor-element.elementor-element-eb3b9b3{margin-top:30px;margin-bottom:0px;padding:0px 20px 0px 20px;}.elementor-3500 .elementor-element.elementor-element-be5c1ad{margin-top:50px;margin-bottom:50px;}.elementor-3500 .elementor-element.elementor-element-7310313{margin-top:50px;margin-bottom:0px;}}@media(max-width:1024px){.elementor-3500 .elementor-element.elementor-element-ca46726 .elementor-heading-title{font-size:36px;}}@media(max-width:767px){.elementor-3500 .elementor-element.elementor-element-177c39e > .elementor-element-populated{padding:30px 0px 30px 0px;}.elementor-3500 .elementor-element.elementor-element-ca46726 .elementor-heading-title{font-size:24px;line-height:1.3em;}.elementor-3500 .elementor-element.elementor-element-c9515ce > .elementor-widget-container{padding:0px 10px 0px 10px;}.elementor-3500 .elementor-element.elementor-element-be5c1ad{margin-top:25px;margin-bottom:0px;}.elementor-3500 .elementor-element.elementor-element-1103bed > .elementor-element-populated{padding:20px 0px 20px 20px;}.elementor-3500 .elementor-element.elementor-element-7310313{margin-top:25px;margin-bottom:0px;}}@media(max-width:424px){.elementor-3500 .elementor-element.elementor-element-177c39e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 10px 30px 10px;}}@media(max-width:1024px) and (min-width:425px){.elementor-3500 .elementor-element.elementor-element-1103bed{width:100%;}.elementor-3500 .elementor-element.elementor-element-3a5152c{width:100%;}}@media(min-width:2000px){.elementor-3500 .elementor-element.elementor-element-ca46726 .elementor-heading-title{line-height:1.3em;}.elementor-3500 .elementor-element.elementor-element-c9515ce > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3500 .elementor-element.elementor-element-be5c1ad{margin-top:100px;margin-bottom:0px;}}"},"_dp_original":null,"_top_nav_excluded":null,"_cms_nav_minihome":null,"_elementor_template_widget_type":"","_last_translation_edit_mode":"native-editor","_elementor_controls_usage":{"heading":{"count":1,"control_percent":2,"controls":{"content":{"section_title":{"title":1}},"style":{"section_title_style":{"align":1,"typography_typography":1,"typography_font_family":1,"typography_font_size":1,"typography_font_weight":1,"typography_text_transform":1,"typography_line_height":1}}}},"shortcode":{"count":2,"control_percent":0,"controls":{"content":{"section_shortcode":{"shortcode":2}}}},"column":{"count":4,"control_percent":0,"controls":{"layout":{"layout":{"_inline_size":4}},"style":{"section_style":{"background_background":2,"background_color":1}},"advanced":{"section_advanced":{"margin":1,"padding":3}}}},"section":{"count":3,"control_percent":1,"controls":{"layout":{"section_layout":{"content_width":1,"height":1,"custom_height":1,"_title":1,"layout":1,"gap":1},"section_structure":{"structure":1}},"advanced":{"section_advanced":{"margin":3,"padding":2,"z_index":1}}}},"html":{"count":2,"control_percent":0,"controls":{"content":{"section_title":{"html":2}},"advanced":{"_section_style":{"_css_classes":1}}}}},"_seopress_titles_title":null,"_wp_old_date":null,"_seopress_titles_desc":null,"province":null,"_province":null,"_elementor_conditions":null,"_eael_custom_js":null,"_happyaddons_elements_cache":null,"_elementor_popup_display_settings":null,"_elementor_page_settings":{"hide_title":"yes"},"_seopress_robots_index":null,"_oembed_314d4a3db169cc32bd2a344be9b486d8":null,"_oembed_time_314d4a3db169cc32bd2a344be9b486d8":null,"_oembed_0018718db84f5fbf1571ea95aa5e9cb9":null,"_oembed_time_0018718db84f5fbf1571ea95aa5e9cb9":null,"prosomo_franchise_template_id":null,"prosomo_franchise_seo_title":"Franchis\u00e9s | Fenomax","prosomo_franchise_seo_description":"","prosomo_franchise_seo_social_image":"3460","prosomo_franchise_remove_menu_completely":null,"prosomo_franchise_remove_menu_link":null,"prosomo_franchise_menu_class":null,"_links":{"self":[{"href":"https:\/\/fenomax.com\/en\/wp-json\/wp\/v2\/pages\/3500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fenomax.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fenomax.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fenomax.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fenomax.com\/en\/wp-json\/wp\/v2\/comments?post=3500"}],"version-history":[{"count":0,"href":"https:\/\/fenomax.com\/en\/wp-json\/wp\/v2\/pages\/3500\/revisions"}],"wp:attachment":[{"href":"https:\/\/fenomax.com\/en\/wp-json\/wp\/v2\/media?parent=3500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}