{"id":516,"date":"2019-10-03T21:28:26","date_gmt":"2019-10-03T21:28:26","guid":{"rendered":"http:\/\/flashimmobilier.ca\/evaluation-gratuite\/"},"modified":"2021-10-08T19:16:41","modified_gmt":"2021-10-08T19:16:41","slug":"free-evaluation","status":"publish","type":"page","link":"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/","title":{"rendered":"Free evaluation of your property"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc&#8221;][vc_column]<div class=\"dist-shortcode-container wpb_content_element\">\t<div class=\"form-eval-part1\">\n\t\t<div class=\"container\">\n\t\t\t<h4>What is the address of the property to be appraised&nbsp;?<\/h4>\n\t\t\t<p class=\"form-sub-p\">You will promptly receive your personalized evaluation with no obligations on your part.<\/p>\n\t\t\t<form class=\"form-eval-part1-inner\" onsubmit=\"event.preventDefault();\">\n\t\t\t\t<input style=\"font-family:'Poppins', sans-serif;font-weight:400;\" type=\"text\" name=\"lieu\" placeholder=\"Address\" id=\"pac-input\">\n\t\t\t\t<button type=\"submit\" id=\"pac-button\">\n\t\t\t\t\t<i class=\"far fa-search\"><\/i>\n\t\t\t\t<\/button>\n\t\t\t<\/form>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>[vc_row_inner type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc-inner&#8221;][vc_column_inner]\t\n\t<div id=\"map-pano\">\n\t\t<div id=\"map\" style=\"height:680px\"><\/div>\n\t\t<div id=\"pano\" style=\"height:680px\"><\/div>\n\t<\/div>\n\t<script>\n\t\tvar panorama;\n\t\tvar clickedMarker;\n\t\tvar first = true\n\t\t\n\t\tvar getHeight = function(el) {\n\t\t\tvar el_style      = window.getComputedStyle(el),\n\t\t\t\tel_display    = el_style.display,\n\t\t\t\tel_position   = el_style.position,\n\t\t\t\tel_visibility = el_style.visibility,\n\t\t\t\tel_max_height = el_style.maxHeight.replace('px', '').replace('%', ''),\n\t\t\n\t\t\t\twanted_height = 0;\n\t\t\n\t\t\n\t\t\t\/\/ if its not hidden we just return normal height\n\t\t\tif(el_display !== 'none' && el_max_height !== '0') {\n\t\t\t\treturn el.offsetHeight;\n\t\t\t}\n\t\t\n\t\t\t\/\/ the element is hidden so:\n\t\t\t\/\/ making the el block so we can meassure its height but still be hidden\n\t\t\tel.style.position   = 'absolute';\n\t\t\tel.style.visibility = 'hidden';\n\t\t\tel.style.display    = 'block';\n\t\t\n\t\t\twanted_height     = el.offsetHeight;\n\t\t\n\t\t\t\/\/ reverting to the original values\n\t\t\tel.style.display    = el_display;\n\t\t\tel.style.position   = el_position;\n\t\t\tel.style.visibility = el_visibility;\n\t\t\n\t\t\treturn wanted_height;\n\t\t},\n\t\t\n\t\t\n\t\t\/**\n\t\t* toggleSlide mimics the jQuery version of slideDown and slideUp\n\t\t* all in one function comparing the max-heigth to 0\n\t\t*\/\n\t\ttoggleSlide = function(el) {\n\t\t\tvar el_max_height = 0;\n\t\t\n\t\t\tif(el.getAttribute('data-max-height')) {\n\t\t\t\t\/\/ we've already used this before, so everything is setup\n\t\t\t\tif(el.style.maxHeight.replace('px', '').replace('%', '') === '0') {\n\t\t\t\t\tel.style.maxHeight = el.getAttribute('data-max-height');\n\t\t\t\t} else {\n\t\t\t\t\tel.style.maxHeight = '0';\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tel_max_height                  = getHeight(el) + 'px';\n\t\t\t\tel.style['transition']         = 'max-height 0.5s ease-in-out';\n\t\t\t\tel.style.overflowY             = 'hidden';\n\t\t\t\tel.style.maxHeight             = '0';\n\t\t\t\tel.setAttribute('data-max-height', el_max_height);\n\t\t\t\tel.style.display               = 'block';\n\t\t\n\t\t\t\t\/\/ we use setTimeout to modify maxHeight later than display (to we have the transition effect)\n\t\t\t\tsetTimeout(function() {\n\t\t\t\t\tel.style.maxHeight = el_max_height;\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tel.style.maxHeight = '9999px';\n\t\t\t\t\t});\n\t\t\t\t}, 10);\n\t\t\t}\n\t\t};\n\t\t\n\t\tfunction initAutocomplete() {\n\t\t\t            var mapLatLng = {lat: 45.4419068, lng: -75.7360689};\n\t\t\t\t\t\tvar pinLatLng = {lat: 45.4419068, lng: -75.7360689};\n\t\t\tvar map = new google.maps.Map(document.getElementById('map'), {\n\t\t\t\tcenter: mapLatLng,\n\t\t\t\tzoom: 14,\n\t\t\t\tdisableDefaultUI: true,\n\t\t\t\tmapTypeId: 'roadmap',\n\t\t\t\tstyles: [\n    {\n        stylers: [\n            {\n                \"hue\": \"#2c3e50\"\n            },\n            {\n                \"saturation\": 250\n            }\n        ]\n    },\n    {\n        featureType: \"road\",\n        elementType: \"geometry\",\n        stylers: [\n            {\n                \"lightness\": 50\n            },\n            {\n                \"visibility\": \"simplified\"\n            }\n        ]\n    },\n    {\n        featureType: \"road\",\n        elementType: \"labels\",\n        stylers: [\n            {\n                \"visibility\": \"off\"\n            }\n        ]\n    }\n]\t\t\t});\n\t\t\tvar sv = new google.maps.StreetViewService();\n\t\t\t\/\/ Create the search box and link it to the UI element.\n\t\t\tvar input = document.getElementById('pac-input');\n\t\t\tvar searchBox = new google.maps.places.SearchBox(input);\n\t\t\t\/\/ map.controls[google.maps.ControlPosition.TOP_LEFT].push(input);\n\t\t\t\n\t\t\t\/\/ Bias the SearchBox results towards current map's viewport.\n\t\t\tmap.addListener('bounds_changed', function() {\n\t\t\t\tsearchBox.setBounds(map.getBounds());\n\t\t\t});\n\t\t\t\n\t\t\tvar markers = [];\n\t\t\t\/\/ Listen for the event fired when the user selects a prediction and retrieve\n\t\t\t\/\/ more details for that place.\n\t\t\tsearchBox.addListener('places_changed', function() {\n\t\t\t\tvar places = searchBox.getPlaces();\n\t\t\t\n\t\t\t\tif (places.length != 1) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\n\t\t\t\t\/\/ Clear out the old markers.\n\t\t\t\tmarkers.forEach(function(marker) {\n\t\t\t\t\tmarker.setMap(null);\n\t\t\t\t});\n\t\t\t\tmarkers = [];\n\t\t\t\t\/\/ For each place, get the icon, name and location.\n\t\t\t\tvar bounds = new google.maps.LatLngBounds();\n\t\t\t\tplaces.forEach(function(place, index) {\n\t\t\t\t\tif (!place.geometry) {\n\t\t\t\t\t\tconsole.log(\"Returned place contains no geometry\");\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tvar adresse = document.getElementById('eval-adresse');\n\t\t\t\t\tvar adresse_hidden = document.getElementById('adresse-hidden');\n\t\t\t\t\tif(place.adr_address){\n\t\t\t\t\t\tadresse.innerHTML = place.adr_address;\n\t\t\t\t\t\tadresse_hidden.value = input.value.replace(\/<\\\/?[^>]+(>|$)\/g, \"\");\n\t\t\t\t\t}else{\n\t\t\t\t\t\tadresse.innerHTML = input.value;\n\t\t\t\t\t\tadresse_hidden.value = input.value.replace(\/<\\\/?[^>]+(>|$)\/g, \"\");\n\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tif(first){\n\t\t\t\t\t\ttoggleSlide(document.querySelector('.evaluation-bloc-inner'));\n\t\t\t\t\t\tfirst = false;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t\/\/ Create a marker for each place.\n\t\t\t\t\tvar marker = new google.maps.Marker({\n\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\ticon: 'https:\/\/flashimmobilier.ca\/wp-content\/uploads\/2019\/10\/map-pin.png',\n\t\t\t\t\t\ttitle: place.name,\n\t\t\t\t\t\tposition: place.geometry.location\n\t\t\t\t\t});\n\t\t\t\t\tmarkers.push(marker);\n\t\t\t\t\tgoogle.maps.event.addListener(marker, 'click', function(e) {\n\t\t\t\t\t\tclickedMarker = this;\n\t\t\t\t\t\tsv.getPanoramaByLocation(marker.getPosition(), 50, processSVData);\n\t\t\t\t\t});\n\t\t\t\t\t\n\t\t\t\t\tif (place.geometry.viewport) {\n\t\t\t\t\t\t\/\/ Only geocodes have viewport.\n\t\t\t\t\t\tbounds.union(place.geometry.viewport);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbounds.extend(place.geometry.location);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tmap.fitBounds(bounds);\n\t\t\t\tgoogle.maps.event.trigger(markers[0], 'click');\n\t\t\t});\n\t\t\t\n\t\t\tvar button = document.getElementById('pac-button');\n\t\t\tbutton.onclick = function () {\n\t\t\t\tvar input = document.getElementById('pac-input');\n\t\t\t\tgoogle.maps.event.trigger(input, 'focus', {});\n\t\t\t\tgoogle.maps.event.trigger(input, 'keydown', { keyCode: 13 });\n\t\t\t\tgoogle.maps.event.trigger(this, 'focus', {});\n\t\t\t};\n\t\t}\n\t\t\n\t\tfunction processSVData(data, status) {\n\t\t\tif (status == google.maps.StreetViewStatus.OK) {\n\t\t\t\tpanorama = new google.maps.StreetViewPanorama(document.getElementById(\"pano\"));\n\t\t\t\tpanorama.setPano(data.location.pano);\n\t\t\t\tvar panoOptions = {\n\t\t\t\t\tscrollwheel: false,\n\t\t\t\t\tdisableDefaultUI: true,\n\t\t\t\t\tclickToGo: false,\n\t\t\t\t\taddressControlOptions: false,\n\t\t\t\t\tlinksControl: false,\n\t\t\t\t\tpanControl: false,\n\t\t\t\t\tenableCloseButton: false\n\t\t\t\t};\n\t\t\t\twindow.panorama.setOptions(panoOptions);\n\t\t\t\tvar camera = new google.maps.Marker({\n\t\t\t\t\tposition: data.location.latLng,\n\t\t\t\t\tmap: map,\n\t\t\t\t\tdraggable: false,\n\t\t\t\t\ttitle: \"camera\"\n\t\t\t\t});\n\t\t\t\tvar heading = google.maps.geometry.spherical.computeHeading(data.location.latLng, clickedMarker.getPosition());\n\t\t\t\n\t\t\t\tpanorama.setPov({\n\t\t\t\t\theading: heading,\n\t\t\t\t\tpitch: 0,\n\t\t\t\t\tzoom: 1\n\t\t\t\t});\n\t\t\t\tpanorama.setVisible(true);\n\t\t\t} else {\n\t\t\t\talert(\"Street View data not found for this location.\");\n\t\t\t}\n\t\t}\n\t<\/script>\n\t<script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyDZCZjwu5mexuVu38EUt6V2k0R3KT7ed-s&libraries=places&callback=initAutocomplete\" async defer><\/script>\n\n  \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f601-o1\" lang=\"fr-CA\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/516#wpcf7-f601-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"601\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.9.8\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"fr_CA\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f601-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n<div class=\"eval-form\">\n\t<div class=\"container\">\n\t\t<h4 id=\"eval-adresse\">\n\t\t<\/h4>\n\t\t<h4 class=\"light-blue\">Super&nbsp;! We will quickly send you<br \/>\nyour personalized evaluation\n\t\t<\/h4>\n\t\t<div class=\"vc_row\">\n\t\t\t<div class=\"vc_col-sm-3\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-input\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"vc_col-sm-3\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-input\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"vc_col-sm-3\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"telephone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel form-input\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone number\" value=\"\" type=\"tel\" name=\"telephone\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"vc_col-sm-3\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"promo\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text form-input\" aria-invalid=\"false\" placeholder=\"Preferred Agent\" value=\"\" type=\"text\" name=\"promo\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"form-evaluation-hidden\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"adresse\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-input\" id=\"adresse-hidden\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Street address\" value=\"\" type=\"text\" name=\"adresse\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"vc_col-sm-12\">\n\t\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner flash_btn btn_green\" type=\"submit\" value=\"I want to receive my evaluation!\" \/>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div><input type=\"hidden\" id=\"ct_checkjs_cf7_b5b41fac0361d157d9673ecb926af5ae\" name=\"ct_checkjs_cf7\" value=\"0\" \/><script >setTimeout(function(){var ct_input_name = \"ct_checkjs_cf7_b5b41fac0361d157d9673ecb926af5ae\";if (document.getElementById(ct_input_name) !== null) {var ct_input_value = document.getElementById(ct_input_name).value;document.getElementById(ct_input_name).value = document.getElementById(ct_input_name).value.replace(ct_input_value, '2aa451995bfe488346691e94c0bb5c0eb4baabbf4a0ba48f1eb68fa30a1787a7');}}, 1000);<\/script><input\n                    class=\"apbct_special_field apbct_email_id__wp_contact_form_7\"\n                    name=\"apbct__email_id__wp_contact_form_7\"\n                    aria-label=\"apbct__label_id__wp_contact_form_7\"\n                    type=\"text\" size=\"30\" maxlength=\"200\" autocomplete=\"off\"\n                    value=\"\"\n                \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc&#8221;][vc_column][vc_row_inner type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc-inner&#8221;][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-516","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Free evaluation of your property - Flash Immobilier<\/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:\/\/flashimmobilier.ca\/en\/free-evaluation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free evaluation of your property - Flash Immobilier\" \/>\n<meta property=\"og:description\" content=\"[vc_row type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc&#8221;][vc_column][vc_row_inner type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc-inner&#8221;][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/\" \/>\n<meta property=\"og:site_name\" content=\"Flash Immobilier\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-08T19:16:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/\",\"url\":\"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/\",\"name\":\"Free evaluation of your property - Flash Immobilier\",\"isPartOf\":{\"@id\":\"https:\/\/flashimmobilier.ca\/#website\"},\"datePublished\":\"2019-10-03T21:28:26+00:00\",\"dateModified\":\"2021-10-08T19:16:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/flashimmobilier.ca\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free evaluation of your property\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/flashimmobilier.ca\/#website\",\"url\":\"https:\/\/flashimmobilier.ca\/\",\"name\":\"Flash Immobilier\",\"description\":\"Un site utilisant WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/flashimmobilier.ca\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free evaluation of your property - Flash Immobilier","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:\/\/flashimmobilier.ca\/en\/free-evaluation\/","og_locale":"en_US","og_type":"article","og_title":"Free evaluation of your property - Flash Immobilier","og_description":"[vc_row type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc&#8221;][vc_column][vc_row_inner type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc-inner&#8221;][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]","og_url":"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/","og_site_name":"Flash Immobilier","article_modified_time":"2021-10-08T19:16:41+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/","url":"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/","name":"Free evaluation of your property - Flash Immobilier","isPartOf":{"@id":"https:\/\/flashimmobilier.ca\/#website"},"datePublished":"2019-10-03T21:28:26+00:00","dateModified":"2021-10-08T19:16:41+00:00","breadcrumb":{"@id":"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/flashimmobilier.ca\/en\/free-evaluation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/flashimmobilier.ca\/en\/free-evaluation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/flashimmobilier.ca\/en\/"},{"@type":"ListItem","position":2,"name":"Free evaluation of your property"}]},{"@type":"WebSite","@id":"https:\/\/flashimmobilier.ca\/#website","url":"https:\/\/flashimmobilier.ca\/","name":"Flash Immobilier","description":"Un site utilisant WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/flashimmobilier.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/flashimmobilier.ca\/en\/wp-json\/wp\/v2\/pages\/516"}],"collection":[{"href":"https:\/\/flashimmobilier.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flashimmobilier.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flashimmobilier.ca\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/flashimmobilier.ca\/en\/wp-json\/wp\/v2\/comments?post=516"}],"version-history":[{"count":4,"href":"https:\/\/flashimmobilier.ca\/en\/wp-json\/wp\/v2\/pages\/516\/revisions"}],"predecessor-version":[{"id":749,"href":"https:\/\/flashimmobilier.ca\/en\/wp-json\/wp\/v2\/pages\/516\/revisions\/749"}],"wp:attachment":[{"href":"https:\/\/flashimmobilier.ca\/en\/wp-json\/wp\/v2\/media?parent=516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}