{"id":9950,"date":"2023-04-20T15:33:35","date_gmt":"2023-04-20T19:33:35","guid":{"rendered":"https:\/\/procamdistribution.ca\/nos-installateurs\/"},"modified":"2023-05-11T10:11:10","modified_gmt":"2023-05-11T14:11:10","slug":"installers","status":"publish","type":"page","link":"https:\/\/procamdistribution.ca\/en\/installers\/","title":{"rendered":"Installers"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row type=&#8221;full_width&#8221; css=&#8221;.vc_custom_1682019385938{padding-top: 15px !important;padding-right: 0px !important;padding-bottom: 15px !important;padding-left: 0px !important;}&#8221;][vc_column]<div class=\"dist-shortcode-container wpb_content_element\">\n        <div class=\"franchise_search_bar  \" style=\"background-color: #37ddfc !important; overflow:hidden;\">\n            <div class=\"icon\" style=\"text-align: center; width:5%; display: block; float: left;\">\n              <a href=\"\" class=\"get_location_btn\" id=\"get_location_btn_ajax\" title=\"Use my location\"><i class=\"fa fa-map-marker fa-lg\" style=\"color: #ffffff; margin-top: 10px; display: inline-block;\"><\/i><\/a>\n            <\/div>\n            <div class=\"franchise_search_box\" style=\"width: 95%; display: block; float: left;\">\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) { console.log(\"Permission granted\"); jQuery(\"#get_location_btn\").click(); }, function (e) { console.log(\"Permission denied\"); });\n                }\n                jQuery( \"#get_location_btn, #get_location_btn_ajax\" ).click(function( event ) {\n                    event.preventDefault();\n\n                    if (navigator.geolocation) {\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, type: 'installateur' },\n                                                dataType: \"json\",\n                                                success: function(result) {\n                                                    var myData = JSON.parse(result.data);\n\n                                                    \/*jQuery(\"#result.part1\").html(myData.formatted_data.part1);\n\t\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#result.part2\").html(myData.formatted_data.part2);*\/\n\t\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#result\").html(myData.formatted_data);\n                                                    trigger_scroll();\n                                                    initMap( myData.markers_primary, myData.markers_secondary, myData.infoWindowContent_primary, myData.infoWindowContent_secondary );\n                                                },\n                                                error: function(XMLHttpRequest, textStatus, errorThrown) {\n                                                    alert(\"Status: \" + textStatus); alert(\"Error: \" + errorThrown);\n                                                }\n                                            });\n                                        }\n                                    }\n                                }\n                            });\n                        }, function (e) {\n                            \/*console.log(\"showPositionError\");\n                            console.log(\"Error \"+e.code+\": \" + e.message);*\/\n                        }, {\n                            enableHighAccuracy: true\n                        });\n                    }\n\n                });\n\n                function trigger_scroll(){\n                    if(jQuery(\"#result\").find('>div').length > 2){\n                        jQuery(\"#result\").customScrollbar({\n                            hScroll: false,\n                            vScroll: true,\n                            fixedThumbWidth: '20',\n                            updateOnWindowResize: true\n                        });\n                    } else {\n                        jQuery(\"#result\").removeClass('scrollable');\n                    }\n                }\n\n                \/* Not used anymore? *\/\n                function showPosition_simple(position) {\n                    if(!position) {\n                        console.warn(\"getCurrentPosition not set\", position);\n                        return;\n                    }\n\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);\n                            }\n                        }\n                    });\n\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, type: 'installateur' },\n                        dataType: \"json\",\n                        success: function(result) {\n                            var myData = JSON.parse(result.data);\n\n                            \/*jQuery(\"#result.part1\").html(myData.formatted_data.part1);\n\t\t\t\t\t\t\tjQuery(\"#result.part2\").html(myData.formatted_data.part2);*\/\n\t\t\t\t\t\t\tjQuery(\"#result\").html(myData.formatted_data);\n                            trigger_scroll();\n                            initMap( myData.markers_primary, myData.markers_secondary, myData.infoWindowContent_primary, myData.infoWindowContent_secondary );\n                        },\n                        error: function(XMLHttpRequest, textStatus, errorThrown) {\n                            alert(\"Status: \" + textStatus); alert(\"Error: \" + errorThrown);\n                        }\n                    });\n                }\n\n                \/* Not used anymore? *\/\n                function showPosition_simple_ajax(position) {\n                    showPosition_simple(position);\n                }\n\n            <\/script>\n\n            <div id=\"hidden_map\" style=\"display: none;\"><\/div>\n\n            <script>\n                function getLatLong() {\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                    if(google.maps.places){\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, type: 'installateur' },\n                                dataType: \"json\",\n                                success: function(result) {\n\n                                    var myData = JSON.parse(result.data);\n\n                                                                            \/*jQuery(\"#result.part1\").html(myData.formatted_data.part1);\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#result.part2\").html(myData.formatted_data.part2);*\/\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#result\").html(myData.formatted_data);\n                                        trigger_scroll();\n                                        initMap( myData.markers_primary, myData.markers_secondary, myData.infoWindowContent_primary, myData.infoWindowContent_secondary );\n                                    \n                                }\n                            });\n\n                        });\n                    }\n\n                    \/\/ if POST prosomo_franchise_pac-input is set\n                    \n                        var prosomo_franchise_gmlat = '45.47626609326179';\n                        var prosomo_franchise_gmlng = '-75.70521172084611';\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, type: 'installateur' },\n                            dataType: \"json\",\n                            success: function(result) {\n\n                                var myData = JSON.parse(result.data);\n\n                                                                    \/*jQuery(\"#result.part1\").html(myData.formatted_data.part1);\n\t\t\t\t\t\t\t\t\tjQuery(\"#result.part2\").html(myData.formatted_data.part2);*\/\n\t\t\t\t\t\t\t\t\tjQuery(\"#result\").html(myData.formatted_data);\n\t\t\t\t\t\t\t\t\t\n                                    trigger_scroll();\n                                    initMap( myData.markers_primary, myData.markers_secondary, myData.infoWindowContent_primary, myData.infoWindowContent_secondary );\n                                                            }\n                        });\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                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                                <script>\n                                    function initMap2( markers_primary, markers_secondary, infoWindowContent_primary, infoWindowContent_secondary ) {\n                                        var map;\n                                        var bounds = new google.maps.LatLngBounds();\n                                        \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                                    \/\/function filterMap(company, city, cat) {\n\t\t\t\t\t\t\t\t\tfunction filterMap(city) {\n                                        var prosomo_franchise_gmlat = '45.47626609326179';\n                                        var prosomo_franchise_gmlng = '-75.70521172084611';\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, company: company, city: city, category: cat, type: 'installateur' },\n\t\t\t\t\t\t\t\t\t\t\tdata : { action: \"prosomo_franchise_draw_map\", lat: prosomo_franchise_gmlat, lng: prosomo_franchise_gmlng, city: city, type: 'installateur' },\n                                            dataType: \"json\",\n                                            success: function(result) {\n                                                var myData = JSON.parse(result.data);\n\n                                                \/*jQuery(\"#result.part1\").html(myData.formatted_data.part1);\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#result.part2\").html(myData.formatted_data.part2);*\/\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#result\").html(myData.formatted_data);\n                                                trigger_scroll();\n                                                initMap( myData.markers_primary, myData.markers_secondary, myData.infoWindowContent_primary, myData.infoWindowContent_secondary );\n                                            },\n                                            error: function(XMLHttpRequest, textStatus, errorThrown) {\n                                                alert(\"Status: \" + textStatus); alert(\"Error: \" + errorThrown);\n                                            }\n                                        });\n                                    }\n\n                                    jQuery( document ).ready(function() {\n\n                                        var markers_primary = [];\n                                        var markers_secondary = [[\"460 QC-165\", 46.2086345, -71.7568212, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"2779 QC-170\", 48.3505027, -71.038871, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"223 Cannifton Rd N\", 44.206104, -77.3921025, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"352 Av. Pie-X\", 46.035521, -71.9412611, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"1810 ON-34\", 45.5922327, -74.6227392, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"790 Chem. Industriel\", 46.6940315, -71.3063288, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"10 Rue \u00c9lis\u00e9e-Choquette\", 45.4154057, -73.4833719, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"329 Chem. Industriel\", 45.5149585, -75.5720709, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"4303 Rue Hogan\", 45.5395073, -73.5642636, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"Toronto\", 43.653226, -79.3831843, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"428 Rue Saint-Louis\", 45.4760973, -75.6650591, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"21 Milvan Dr\", 43.7528456, -79.5529243, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"1593 Bd Albiny Paquette\", 46.5522913, -75.4650658, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"3330 Chem. de Kildare\", 46.0379864, -73.6938733, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"577 Avenue Notre Dame\", 45.5011988, -73.508933, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"577 Avenue Notre Dame\", 45.5011989, -73.5089334, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"1055 Bd Vachon S\", 46.4267961, -71.0060963, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"Gatineau\", 45.4765446, -75.7012723, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"77 Auriga Dr unit 11\", 45.3280088, -75.7110858, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"77 Auriga Dr unit 11\", 45.3280088, -75.7110858, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"103-850 Chem. Saint-Jos\u00e9\", 45.4033195, -73.4954459, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"1320 Chemin St Joseph\", 46.6084281, -72.8763499, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"621 Rue Raymond P\u00e9pin\", 46.4059445, -72.5770222, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"500 Rue de Vernon\", 45.4451068, -75.7997804, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"29 Boulevard Arthabaska Est\", 46.0803131, -71.9319535, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"4450 Bd des Forges\", 46.3588115, -72.5884813, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"975 Bd de l'Ange-Gardien\", 45.8135109, -73.4292095, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"Ottawa\", 45.4215296, -75.6971931, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"480 Boulevard Mgr Numa Pichette\", 47.3831561, -68.3315235, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36],[\"1149 St Matthews Ave\", 49.8913653, -97.1830513, \"https:\/\/procamdistribution.ca\/wp-content\/themes\/distantheme-child\/public\/images\/markers\/marker_blue.png\", 24, 36]];\n                                        var infoWindowContent_primary = [];\n                                        var infoWindowContent_secondary = [[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Am\u00e9nagement Brisson<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">460 route 165 Sud<\/div><span class=\\\"city\\\">Plessisville<\/span><span class=\\\"postal_code\\\">, G6L&nbsp;2Y2<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(819) 362-3067\\\">(819) 362-3067<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@brissonpaysagiste.ca\\\">info@brissonpaysagiste.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.brissonpaysagiste.ca\/\\\">https:\/\/www.brissonpaysagiste.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Am\u00e9nagement Grenon<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">2779 QC-170 <\/div><span class=\\\"city\\\">Laterri\u00e8re<\/span><span class=\\\"postal_code\\\">, G7N&nbsp;1A8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:418 678-1515\\\">418 678-1515<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@amenagementgrenon.com\\\">info@amenagementgrenon.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/amenagementgrenon.com\/\\\">https:\/\/amenagementgrenon.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Aqua Bay<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">223 Cannifton Rd North<\/div><span class=\\\"city\\\">Belleville<\/span><span class=\\\"postal_code\\\">, K8N&nbsp;4Z6<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:1-613-962-2415\\\">1-613-962-2415<\/a><\/strong><\/span><span class=\\\"email\\\"><strong><a href=\\\"mailto:\\\"><\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/aquabay.com\/\\\">https:\/\/aquabay.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Champoux Inc<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">352 Avenue Pie-X Saint-Christophe-d\u2019Arthabaska <\/div><span class=\\\"city\\\">Qu\u00e9bec<\/span><span class=\\\"postal_code\\\">, G6R&nbsp;0L8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:819 357-9249\\\">819 357-9249<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@champouxinc.com\\\">info@champouxinc.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/champouxinc.com\/\\\">https:\/\/champouxinc.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Cloture Natura<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">1810 Highway 34 <\/div><span class=\\\"city\\\">Hawkesburry<\/span><span class=\\\"postal_code\\\">, K6R&nbsp;2R2<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:613-677-0930\\\">613-677-0930<\/a><\/strong><\/span><span class=\\\"email\\\"><strong><a href=\\\"mailto:\\\"><\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/lesserreslegault.ca\/\\\">https:\/\/lesserreslegault.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">CL\u00d4TURES STRAT\u00c9GI-K<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">790 Chemin Industriel<\/div><span class=\\\"city\\\">Saint-Nicolas<\/span><span class=\\\"postal_code\\\">, G7A&nbsp;1B5<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:1-877-960-1691\\\">1-877-960-1691<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@cloturestrategik.com\\\">info@cloturestrategik.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/cloturestrategik.com\/\\\">https:\/\/cloturestrategik.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">CL\u00d4TURES STRAT\u00c9GI-K<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">10 Rue \u00c9lis\u00e9e-Choquette<\/div><span class=\\\"city\\\">La Prairie<\/span><span class=\\\"postal_code\\\">, J5R&nbsp;5L2<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:1-877-960-1691\\\">1-877-960-1691<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@cloturestrategik.com\\\">info@cloturestrategik.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/cloturestrategik.com\/\\\">https:\/\/cloturestrategik.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">CONCEPT PRO-METAL<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">329 Chem. Industriel<\/div><span class=\\\"city\\\">Gatineau<\/span><span class=\\\"postal_code\\\">, J8R&nbsp;3V8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(819) 643-3456\\\">(819) 643-3456<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@conceptprometal.ca\\\">info@conceptprometal.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/patios-urbains.ca\/\\\">https:\/\/patios-urbains.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">C\u00f4t\u00e9 jardin<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">4303, rue Hogan<\/div><span class=\\\"city\\\">Montr\u00e9al<\/span><span class=\\\"postal_code\\\">, H2H&nbsp;2N2<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(514) 939 - 3577\\\">(514) 939 - 3577<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@cotejardin.com\\\">info@cotejardin.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.cotejardin.com\/\\\">https:\/\/www.cotejardin.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">COUNTRY RENOVATION INC.<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">Toronto<\/div><span class=\\\"city\\\">Toronto<\/span><span class=\\\"postal_code\\\">, <\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(647) 770-5152\\\">(647) 770-5152<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:sales@countryreno.com\\\">sales@countryreno.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"http:\/\/countryreno.com\/\\\">http:\/\/countryreno.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Distribution Mega aluminium<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">428 rue Saint-Louis<\/div><span class=\\\"city\\\">Gatineau<\/span><span class=\\\"postal_code\\\">, J8P&nbsp;8B3<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:819-669-2352\\\">819-669-2352<\/a><\/strong><\/span><span class=\\\"email\\\"><strong><a href=\\\"mailto:\\\"><\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/distributionmegaaluminium.ca\/\\\">https:\/\/distributionmegaaluminium.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Gib-San Pools<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">21 Milvan Dr <\/div><span class=\\\"city\\\">Toronto<\/span><span class=\\\"postal_code\\\">, M4N&nbsp;3L6<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:416-749-4361\\\">416-749-4361<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:sales@gsplc.ca\\\">sales@gsplc.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/gibsanpools.com\/\\\">https:\/\/gibsanpools.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">GML PRODUITS DE B\u00c2TIMENT<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">1593 Bd Albiny Paquette<\/div><span class=\\\"city\\\">Mont-Laurier<\/span><span class=\\\"postal_code\\\">, J9L&nbsp;1M8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:819-499-9090\\\">819-499-9090<\/a><\/strong><\/span><span class=\\\"email\\\"><strong><a href=\\\"mailto:\\\"><\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.gmlproduitsdebatiment.com\/\\\">https:\/\/www.gmlproduitsdebatiment.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">HOME HARDWARE LES ENTREPRISES NOVA INC.<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">3330 Chem. de Kildare<\/div><span class=\\\"city\\\">Rawdon<\/span><span class=\\\"postal_code\\\">, J0K&nbsp;1S0<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:450-834-2555\\\">450-834-2555<\/a><\/strong><\/span><br \/><span class=\\\"personne\\\"><strong>Pierre Lane, Marc Olivier Lane et Benjamin Lane<\/strong><\/span><span class=\\\"email\\\"><strong><a href=\\\"mailto:\\\"><\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.homehardware.ca\/en\/store\/24355\\\">https:\/\/www.homehardware.ca\/en\/store\/24355<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">JARDINS DE LA PINI\u00c8RE<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">577 Avenue Notre Dame<\/div><span class=\\\"city\\\">Saint-Lambert<\/span><span class=\\\"postal_code\\\">, J4P&nbsp;2K8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(450) 465-1319\\\">(450) 465-1319<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@jardinsdelapiniere.com\\\">info@jardinsdelapiniere.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/jardinsdelapiniere.com\/\\\">https:\/\/jardinsdelapiniere.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">La Pini\u00e8re | Paysagiste &#8211; Architecte<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">577 Avenue Notre Dame<\/div><span class=\\\"city\\\">Saint-Lambert<\/span><span class=\\\"postal_code\\\">, J4P&nbsp;2K8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel: (450) 465-1319\\\"> (450) 465-1319<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@jardinsdelapiniere.com\\\">info@jardinsdelapiniere.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/jardinsdelapiniere.com\/\\\">https:\/\/jardinsdelapiniere.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Les Embelissements La Chaudi\u00e8re inc.<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">1055 Bd Vachon S<\/div><span class=\\\"city\\\">Sainte-Marie<\/span><span class=\\\"postal_code\\\">, G6E&nbsp;2S4<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:418-387-2721 \\\">418-387-2721 <\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:herman@emblachaudiere.com\\\">herman@emblachaudiere.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.embellissementslachaudiere.com\/?utm_source=google&utm_medium=local&utm_campaign=google-local\\\">https:\/\/www.embellissementslachaudiere.com\/?utm_source=google&utm_medium=local&utm_campaign=google-local<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">LES PATIOS URBAINS<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">Gatineau<\/div><span class=\\\"city\\\">Gatineau<\/span><span class=\\\"postal_code\\\">, <\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(873) 655-1651\\\">(873) 655-1651<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:Info@patios-urbains.ca\\\">Info@patios-urbains.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/patios-urbains.ca\/\\\">https:\/\/patios-urbains.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Ottawa Deck and Rail<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">77 Auriga Dr Unit 11<\/div><span class=\\\"city\\\">Nepean<\/span><span class=\\\"postal_code\\\">, K2E&nbsp;7X7<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:613-225-6782\\\">613-225-6782<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@ottawadeckandrail.com\\\">info@ottawadeckandrail.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.ottawadeckandrail.com\/\\\">https:\/\/www.ottawadeckandrail.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Ottawa Deck and Rail<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">77 Auriga Dr Unit 11<\/div><span class=\\\"city\\\">Nepean<\/span><span class=\\\"postal_code\\\">, K2E&nbsp;7X7<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:613-225-6782\\\">613-225-6782<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@ottawadeckandrail.com\\\">info@ottawadeckandrail.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.ottawadeckandrail.com\/\\\">https:\/\/www.ottawadeckandrail.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Oxbo Decors<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">103-850 Chemin St Jos\u00e9<\/div><span class=\\\"city\\\">La Prairie<\/span><span class=\\\"postal_code\\\">, J5R&nbsp;3A9<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:877-522-1691\\\">877-522-1691<\/a><\/strong><\/span><span class=\\\"email\\\"><strong><a href=\\\"mailto:\\\"><\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.oxbodecors.com\/\\\">https:\/\/www.oxbodecors.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">P\u00c9PINI\u00c8RE DU PARC<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">1320 Chemin St Joseph<\/div><span class=\\\"city\\\">Saint-Mathieu-du-Parc<\/span><span class=\\\"postal_code\\\">, G0X&nbsp;1N0<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:819-532-2068\\\">819-532-2068<\/a><\/strong><\/span><br \/><span class=\\\"personne\\\"><strong>Robin Lapointe<\/strong><\/span><span class=\\\"email\\\"><strong><a href=\\\"mailto:\\\"><\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.pepiniereduparc.com\/\\\">https:\/\/www.pepiniereduparc.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">PISCINES ST-LOUIS INC.<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">621 Rue Raymond P\u00e9pin<\/div><span class=\\\"city\\\">Trois-Rivi\u00e8res<\/span><span class=\\\"postal_code\\\">, G8W&nbsp;1G3<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:819-379-6374\\\">819-379-6374<\/a><\/strong><\/span><br \/><span class=\\\"personne\\\"><strong>Louis Ricard<\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@psl3r.com\\\">info@psl3r.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"\\\"><\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">RAMPES ET CLOTURES OUTAOUAIS<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">500 Rue de Vernon<\/div><span class=\\\"city\\\">Gatineau<\/span><span class=\\\"postal_code\\\">, J9J&nbsp;3K5<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(819) 682-8868\\\">(819) 682-8868<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:reception@groupevertplus.ca\\\">reception@groupevertplus.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.groupevertplus.ca\/\\\">https:\/\/www.groupevertplus.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Sign\u00e9 Garneau<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">29 boulevard Arthabaska Est<\/div><span class=\\\"city\\\">Victoriaville<\/span><span class=\\\"postal_code\\\">, G6T&nbsp;0S5<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:819 758-3887\\\">819 758-3887<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@signegarneau.com\\\">info@signegarneau.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/signegarneau.com\/\\\">https:\/\/signegarneau.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Sign\u00e9 Garneau<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">4450, boul. des Forges<\/div><span class=\\\"city\\\">Trois-Rivi\u00e8re<\/span><span class=\\\"postal_code\\\">, G8Y&nbsp;1W5<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:819 375-3887\\\">819 375-3887<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@signegarneau.com\\\">info@signegarneau.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/signegarneau.com\/\\\">https:\/\/signegarneau.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">SIMA CARIGNAN PISCINES ET SPAS<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">975 Bd de l\\'Ange-Gardien<\/div><span class=\\\"city\\\">L\\'Assomption<\/span><span class=\\\"postal_code\\\">, J5W&nbsp;5J3<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:450-589-4136\\\">450-589-4136<\/a><\/strong><\/span><br \/><span class=\\\"personne\\\"><strong>Patrice Perreault<\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:pperreault@piscinescarignan.com\\\">pperreault@piscinescarignan.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.simacanada.ca\/\\\">https:\/\/www.simacanada.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">SUMMEX SP\u00c9CIALISTE EXT\u00c9RIEUR<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">Ottawa<\/div><span class=\\\"city\\\">Ottawa<\/span><span class=\\\"postal_code\\\">, <\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(819) 360-8708\\\">(819) 360-8708<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@summex.ca\\\">info@summex.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/summex.ca\/\\\">https:\/\/summex.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">V. Martin Design Build Comapny Inc<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">480 Boulevard Mgr Numa Pichette<\/div><span class=\\\"city\\\">Edmundston<\/span><span class=\\\"postal_code\\\">, E3V&nbsp;4L4<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:1 506 737-1803\\\">1 506 737-1803<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@vmartindesignbuild.ca\\\">info@vmartindesignbuild.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/vmartindesignbuild.ca\/en\\\">https:\/\/vmartindesignbuild.ca\/en<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"],[\"<div class=\\\"info_content\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Winnipeg Deck and Rail<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">1149 St Matthews Ave<\/div><span class=\\\"city\\\">Winnipeg<\/span><span class=\\\"postal_code\\\">, R3G&nbsp;0J8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:204-808-0944\\\">204-808-0944<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@winnipegdeckandrail.com\\\">info@winnipegdeckandrail.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"\\\"><\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\"]];\n                                        initMap(markers_primary, markers_secondary, infoWindowContent_primary, infoWindowContent_secondary);\n\n                                        jQuery(\"#result_form\").html(\"<form style=\\\"padding-bottom: 10px !important;\\\" action=\\\"index.php\\\" id=\\\"ajax_list\\\" method=\\\"get\\\"><select name=\\\"cities\\\" id=\\\"cities\\\" class=\\\"chosen-select\\\"><option value=\\\"\\\">All cities<\/option><option value=\\\"Hawkesburry\\\">Hawkesburry<\/option><option value=\\\"Gatineau\\\">Gatineau<\/option><option value=\\\"Toronto\\\">Toronto<\/option><option value=\\\"SaintLambert\\\">Saint-Lambert<\/option><option value=\\\"Nepean\\\">Nepean<\/option><option value=\\\"Ottawa\\\">Ottawa<\/option><\/select><\/form>\").promise().done(function(){\n                                            jQuery(\"#result\").html(\"<div class=\\\"all result_item Hawkesburry\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><td width=\\\"15%\\\" align=\\\"center\\\" style=\\\"vertical-align:middle; width: 200px; padding: 10px 10px 10px 0px;\\\" class=\\\"logo\\\"><img src=\\\"https:\/\/procamdistribution.ca\/wp-content\/uploads\/2026\/02\/Natura-design-stake-signs-002.jpg\\\" width=\\\"100%\\\" height=\\\"auto\\\" style=\\\"border: 1px solid #cccccc; box-sizing: border-box; padding: 10px;\\\" \/><\/td><td width=\\\"85%\\\" style=\\\"vertical-align:middle; padding: 10px 10px; line-height: 1.3em;\\\"><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Cloture Natura<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">1810 Highway 34 <\/div><span class=\\\"city\\\">Hawkesburry<\/span><span class=\\\"postal_code\\\">, K6R&nbsp;2R2<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:613-677-0930\\\">613-677-0930<\/a><\/strong><\/span><span class=\\\"email\\\"><strong><a href=\\\"mailto:\\\"><\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/lesserreslegault.ca\/\\\">https:\/\/lesserreslegault.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div> <div class=\\\"all result_item Gatineau\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><td width=\\\"15%\\\" align=\\\"center\\\" style=\\\"vertical-align:middle; width: 200px; padding: 10px 10px 10px 0px;\\\" class=\\\"logo\\\"><img src=\\\"https:\/\/procamdistribution.ca\/wp-content\/uploads\/2022\/08\/procam-installateur-cpm.png\\\" width=\\\"100%\\\" height=\\\"auto\\\" style=\\\"border: 1px solid #cccccc; box-sizing: border-box; padding: 10px;\\\" \/><\/td><td width=\\\"85%\\\" style=\\\"vertical-align:middle; padding: 10px 10px; line-height: 1.3em;\\\"><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">CONCEPT PRO-METAL<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">329 Chem. Industriel<\/div><span class=\\\"city\\\">Gatineau<\/span><span class=\\\"postal_code\\\">, J8R&nbsp;3V8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(819) 643-3456\\\">(819) 643-3456<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@conceptprometal.ca\\\">info@conceptprometal.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/patios-urbains.ca\/\\\">https:\/\/patios-urbains.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div> <div class=\\\"all result_item Toronto\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><td width=\\\"15%\\\" align=\\\"center\\\" style=\\\"vertical-align:middle; width: 200px; padding: 10px 10px 10px 0px;\\\" class=\\\"logo\\\"><img src=\\\"https:\/\/procamdistribution.ca\/wp-content\/uploads\/2022\/08\/procam-installateur-cri.png\\\" width=\\\"100%\\\" height=\\\"auto\\\" style=\\\"border: 1px solid #cccccc; box-sizing: border-box; padding: 10px;\\\" \/><\/td><td width=\\\"85%\\\" style=\\\"vertical-align:middle; padding: 10px 10px; line-height: 1.3em;\\\"><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">COUNTRY RENOVATION INC.<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">Toronto<\/div><span class=\\\"city\\\">Toronto<\/span><span class=\\\"postal_code\\\">, <\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(647) 770-5152\\\">(647) 770-5152<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:sales@countryreno.com\\\">sales@countryreno.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"http:\/\/countryreno.com\/\\\">http:\/\/countryreno.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div> <div class=\\\"all result_item SaintLambert\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><td width=\\\"15%\\\" align=\\\"center\\\" style=\\\"vertical-align:middle; width: 200px; padding: 10px 10px 10px 0px;\\\" class=\\\"logo\\\"><img src=\\\"https:\/\/procamdistribution.ca\/wp-content\/uploads\/2023\/02\/Untitled-1xassdad.png\\\" width=\\\"100%\\\" height=\\\"auto\\\" style=\\\"border: 1px solid #cccccc; box-sizing: border-box; padding: 10px;\\\" \/><\/td><td width=\\\"85%\\\" style=\\\"vertical-align:middle; padding: 10px 10px; line-height: 1.3em;\\\"><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">JARDINS DE LA PINI\u00c8RE<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">577 Avenue Notre Dame<\/div><span class=\\\"city\\\">Saint-Lambert<\/span><span class=\\\"postal_code\\\">, J4P&nbsp;2K8<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(450) 465-1319\\\">(450) 465-1319<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@jardinsdelapiniere.com\\\">info@jardinsdelapiniere.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/jardinsdelapiniere.com\/\\\">https:\/\/jardinsdelapiniere.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div> <div class=\\\"all result_item Gatineau\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><td width=\\\"15%\\\" align=\\\"center\\\" style=\\\"vertical-align:middle; width: 200px; padding: 10px 10px 10px 0px;\\\" class=\\\"logo\\\"><img src=\\\"https:\/\/procamdistribution.ca\/wp-content\/uploads\/2021\/10\/procam-installateur-e1635343283628.png\\\" width=\\\"100%\\\" height=\\\"auto\\\" style=\\\"border: 1px solid #cccccc; box-sizing: border-box; padding: 10px;\\\" \/><\/td><td width=\\\"85%\\\" style=\\\"vertical-align:middle; padding: 10px 10px; line-height: 1.3em;\\\"><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">LES PATIOS URBAINS<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">Gatineau<\/div><span class=\\\"city\\\">Gatineau<\/span><span class=\\\"postal_code\\\">, <\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(873) 655-1651\\\">(873) 655-1651<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:Info@patios-urbains.ca\\\">Info@patios-urbains.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/patios-urbains.ca\/\\\">https:\/\/patios-urbains.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div> <div class=\\\"all result_item Nepean\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><td width=\\\"15%\\\" align=\\\"center\\\" style=\\\"vertical-align:middle; width: 200px; padding: 10px 10px 10px 0px;\\\" class=\\\"logo\\\"><img src=\\\"https:\/\/procamdistribution.ca\/wp-content\/uploads\/2023\/05\/logo-ottawa-1.png\\\" width=\\\"100%\\\" height=\\\"auto\\\" style=\\\"border: 1px solid #cccccc; box-sizing: border-box; padding: 10px;\\\" \/><\/td><td width=\\\"85%\\\" style=\\\"vertical-align:middle; padding: 10px 10px; line-height: 1.3em;\\\"><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">Ottawa Deck and Rail<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">77 Auriga Dr Unit 11<\/div><span class=\\\"city\\\">Nepean<\/span><span class=\\\"postal_code\\\">, K2E&nbsp;7X7<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:613-225-6782\\\">613-225-6782<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@ottawadeckandrail.com\\\">info@ottawadeckandrail.com<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.ottawadeckandrail.com\/\\\">https:\/\/www.ottawadeckandrail.com\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div> <div class=\\\"all result_item Gatineau\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><td width=\\\"15%\\\" align=\\\"center\\\" style=\\\"vertical-align:middle; width: 200px; padding: 10px 10px 10px 0px;\\\" class=\\\"logo\\\"><img src=\\\"https:\/\/procamdistribution.ca\/wp-content\/uploads\/2023\/04\/LOGO-COULEUR-FOND-BLANC-002.jpg\\\" width=\\\"100%\\\" height=\\\"auto\\\" style=\\\"border: 1px solid #cccccc; box-sizing: border-box; padding: 10px;\\\" \/><\/td><td width=\\\"85%\\\" style=\\\"vertical-align:middle; padding: 10px 10px; line-height: 1.3em;\\\"><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">RAMPES ET CLOTURES OUTAOUAIS<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">500 Rue de Vernon<\/div><span class=\\\"city\\\">Gatineau<\/span><span class=\\\"postal_code\\\">, J9J&nbsp;3K5<\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(819) 682-8868\\\">(819) 682-8868<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:reception@groupevertplus.ca\\\">reception@groupevertplus.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/www.groupevertplus.ca\/\\\">https:\/\/www.groupevertplus.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div> <div class=\\\"all result_item Ottawa\\\"><table style=\\\"margin: 0px 0px;\\\"><tr><td width=\\\"15%\\\" align=\\\"center\\\" style=\\\"vertical-align:middle; width: 200px; padding: 10px 10px 10px 0px;\\\" class=\\\"logo\\\"><img src=\\\"https:\/\/procamdistribution.ca\/wp-content\/uploads\/2023\/02\/Summex_fond_noir-100x100_cercle-1.png\\\" width=\\\"100%\\\" height=\\\"auto\\\" style=\\\"border: 1px solid #cccccc; box-sizing: border-box; padding: 10px;\\\" \/><\/td><td width=\\\"85%\\\" style=\\\"vertical-align:middle; padding: 10px 10px; line-height: 1.3em;\\\"><h4 class=\\\"\\\" style=\\\"margin: 0px;\\\">SUMMEX SP\u00c9CIALISTE EXT\u00c9RIEUR<\/h4><div class=\\\"pf_address\\\"><\/div><div class=\\\"address\\\">Ottawa<\/div><span class=\\\"city\\\">Ottawa<\/span><span class=\\\"postal_code\\\">, <\/span><div style=\\\"clear:both;\\\"><small><span class=\\\"phone\\\"><strong><a href=\\\"tel:(819) 360-8708\\\">(819) 360-8708<\/a><\/strong><\/span><br \/><span class=\\\"email\\\"><strong><a href=\\\"mailto:info@summex.ca\\\">info@summex.ca<\/a><\/strong><\/span><\/small><\/div><div style=\\\"clear:both;\\\"><small><span class=\\\"website\\\"><a target=\\\"_blank\\\" href=\\\"https:\/\/summex.ca\/\\\">https:\/\/summex.ca\/<\/a><\/span><\/small><\/div><\/td><\/tr><\/table><\/div>\").promise().done(function(){\n                                                var $this = jQuery(this);\n                                                \/*jQuery(\"#company, #category, #cities\").change(function() {\n                                                    filterMap(jQuery(\"#company\").val(), jQuery(\"#cities\").val(), jQuery(\"#category\").val());\n                                                });*\/\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#cities\").change(function() {\n                                                    filterMap(jQuery(\"#cities\").val());\n                                                });\n                                                jQuery(\".chosen-select\").chosen();\n\n                                                trigger_scroll();\n                                            });\n                                        });\n                                    });\n\n                                <\/script>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>[\/vc_column][\/vc_row][vc_row type=&#8221;full_width&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJtYXAlMjIlMjBzdHlsZSUzRCUyMmhlaWdodCUzQSUyMDYwMHB4JTIwJTIxaW1wb3J0YW50JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Our installers&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;box-adjust&#8221; css=&#8221;.vc_custom_1683814259752{margin-bottom: 5px !important;}&#8221;][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJyZXN1bHRfZm9ybSUyMiUyMHN0eWxlJTNEJTIybWluLWhlaWdodCUzQSUyMDMwcHglMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBpZCUzRCUyMnJlc3VsdCUyMiUyMGNsYXNzJTNEJTIyZ3JheS1za2luJTIyJTIwc3R5bGUlM0QlMjJtaW4taGVpZ2h0JTNBJTIwMzBweCUzQiUyMGhlaWdodCUzQSUyMDU3MHB4JTIwJTIxaW1wb3J0YW50JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;full_width&#8221; css=&#8221;.vc_custom_1682019385938{padding-top: 15px !important;padding-right: 0px !important;padding-bottom: 15px !important;padding-left: 0px !important;}&#8221;][vc_column][\/vc_column][\/vc_row][vc_row type=&#8221;full_width&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJtYXAlMjIlMjBzdHlsZSUzRCUyMmhlaWdodCUzQSUyMDYwMHB4JTIwJTIxaW1wb3J0YW50JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Our installers&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;box-adjust&#8221; css=&#8221;.vc_custom_1683814259752{margin-bottom: 5px !important;}&#8221;][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJyZXN1bHRfZm9ybSUyMiUyMHN0eWxlJTNEJTIybWluLWhlaWdodCUzQSUyMDMwcHglMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBpZCUzRCUyMnJlc3VsdCUyMiUyMGNsYXNzJTNEJTIyZ3JheS1za2luJTIyJTIwc3R5bGUlM0QlMjJtaW4taGVpZ2h0JTNBJTIwMzBweCUzQiUyMGhlaWdodCUzQSUyMDU3MHB4JTIwJTIxaW1wb3J0YW50JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-9950","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Installers &#8211; Distribution Procam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/procamdistribution.ca\/en\/installers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installers &#8211; Distribution Procam\" \/>\n<meta property=\"og:description\" content=\"[vc_row type=&#8221;full_width&#8221; css=&#8221;.vc_custom_1682019385938{padding-top: 15px !important;padding-right: 0px !important;padding-bottom: 15px !important;padding-left: 0px !important;}&#8221;][vc_column][\/vc_column][\/vc_row][vc_row type=&#8221;full_width&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJtYXAlMjIlMjBzdHlsZSUzRCUyMmhlaWdodCUzQSUyMDYwMHB4JTIwJTIxaW1wb3J0YW50JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Our installers&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;box-adjust&#8221; css=&#8221;.vc_custom_1683814259752{margin-bottom: 5px !important;}&#8221;][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJyZXN1bHRfZm9ybSUyMiUyMHN0eWxlJTNEJTIybWluLWhlaWdodCUzQSUyMDMwcHglMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBpZCUzRCUyMnJlc3VsdCUyMiUyMGNsYXNzJTNEJTIyZ3JheS1za2luJTIyJTIwc3R5bGUlM0QlMjJtaW4taGVpZ2h0JTNBJTIwMzBweCUzQiUyMGhlaWdodCUzQSUyMDU3MHB4JTIwJTIxaW1wb3J0YW50JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][\/vc_column][\/vc_row]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/procamdistribution.ca\/en\/installers\/\" \/>\n<meta property=\"og:site_name\" content=\"Distribution Procam\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/ProcamDistribution\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-11T14:11:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/procamdistribution.ca\/en\/installers\/\",\"url\":\"https:\/\/procamdistribution.ca\/en\/installers\/\",\"name\":\"Installers &#8211; Distribution Procam\",\"isPartOf\":{\"@id\":\"https:\/\/procamdistribution.ca\/#website\"},\"datePublished\":\"2023-04-20T19:33:35+00:00\",\"dateModified\":\"2023-05-11T14:11:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/procamdistribution.ca\/en\/installers\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/procamdistribution.ca\/en\/installers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/procamdistribution.ca\/en\/installers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/procamdistribution.ca\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/procamdistribution.ca\/#website\",\"url\":\"https:\/\/procamdistribution.ca\/\",\"name\":\"Distribution Procam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/procamdistribution.ca\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installers &#8211; Distribution Procam","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/procamdistribution.ca\/en\/installers\/","og_locale":"en_US","og_type":"article","og_title":"Installers &#8211; Distribution Procam","og_description":"[vc_row type=&#8221;full_width&#8221; css=&#8221;.vc_custom_1682019385938{padding-top: 15px !important;padding-right: 0px !important;padding-bottom: 15px !important;padding-left: 0px !important;}&#8221;][vc_column][\/vc_column][\/vc_row][vc_row type=&#8221;full_width&#8221;][vc_column width=&#8221;1\/2&#8243;][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJtYXAlMjIlMjBzdHlsZSUzRCUyMmhlaWdodCUzQSUyMDYwMHB4JTIwJTIxaW1wb3J0YW50JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Our installers&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;box-adjust&#8221; css=&#8221;.vc_custom_1683814259752{margin-bottom: 5px !important;}&#8221;][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJyZXN1bHRfZm9ybSUyMiUyMHN0eWxlJTNEJTIybWluLWhlaWdodCUzQSUyMDMwcHglMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBpZCUzRCUyMnJlc3VsdCUyMiUyMGNsYXNzJTNEJTIyZ3JheS1za2luJTIyJTIwc3R5bGUlM0QlMjJtaW4taGVpZ2h0JTNBJTIwMzBweCUzQiUyMGhlaWdodCUzQSUyMDU3MHB4JTIwJTIxaW1wb3J0YW50JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html][\/vc_column][\/vc_row]","og_url":"https:\/\/procamdistribution.ca\/en\/installers\/","og_site_name":"Distribution Procam","article_publisher":"https:\/\/facebook.com\/ProcamDistribution\/","article_modified_time":"2023-05-11T14:11:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/procamdistribution.ca\/en\/installers\/","url":"https:\/\/procamdistribution.ca\/en\/installers\/","name":"Installers &#8211; Distribution Procam","isPartOf":{"@id":"https:\/\/procamdistribution.ca\/#website"},"datePublished":"2023-04-20T19:33:35+00:00","dateModified":"2023-05-11T14:11:10+00:00","breadcrumb":{"@id":"https:\/\/procamdistribution.ca\/en\/installers\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/procamdistribution.ca\/en\/installers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/procamdistribution.ca\/en\/installers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/procamdistribution.ca\/"},{"@type":"ListItem","position":2,"name":"Installers"}]},{"@type":"WebSite","@id":"https:\/\/procamdistribution.ca\/#website","url":"https:\/\/procamdistribution.ca\/","name":"Distribution Procam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/procamdistribution.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"}]}},"_links":{"self":[{"href":"https:\/\/procamdistribution.ca\/en\/wp-json\/wp\/v2\/pages\/9950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/procamdistribution.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/procamdistribution.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/procamdistribution.ca\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/procamdistribution.ca\/en\/wp-json\/wp\/v2\/comments?post=9950"}],"version-history":[{"count":0,"href":"https:\/\/procamdistribution.ca\/en\/wp-json\/wp\/v2\/pages\/9950\/revisions"}],"wp:attachment":[{"href":"https:\/\/procamdistribution.ca\/en\/wp-json\/wp\/v2\/media?parent=9950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}