
   {"id":5005,"date":"2025-12-02T19:18:36","date_gmt":"2025-12-02T19:18:36","guid":{"rendered":"https:\/\/legeorge.ca\/?page_id=5005"},"modified":"2025-12-02T19:19:21","modified_gmt":"2025-12-02T19:19:21","slug":"elementor-page-5005","status":"publish","type":"page","link":"https:\/\/legeorge.ca\/en\/elementor-page-5005\/","title":{"rendered":"Elementor Page #5005"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5005\" class=\"elementor elementor-5005\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d09d06 e-con-full e-flex e-con e-parent\" data-id=\"0d09d06\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc85227 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"cc85227\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id='planpoint-container' style=\"position: relative; overflow: hidden; width: 100%; height: 100vh; transition: all 0.2s ease\"> <iframe id='planpoint' frameBorder='0' allowFullScreen style=\"position: relative; top: 0; left: 0; bottom: 0; right: 0; width: 100%; min-height: 100vh;\" src='https:\/\/app.planpoint.io\/le-george\/le-george?lang=English&style=undefined&colorBase=rgba(239%2C%20234%2C%20230%2C%201)&colorButton=rgba(180%2C%20134%2C%2032%2C%201)&colorButtonText=rgba(255%2C%20255%2C%20255%2C%201)'> <\/iframe> <\/div> <script> (() => { if(typeof window !== 'undefined' && document !== 'undefined'){ let iframe; let enableResize = true; var onFullscreen = false; function getURLParams() { const params = new URLSearchParams(window.location.search); const f = params.get('f'); const u = params.get('u'); const utm_source = params.get('utm_source'); const utm_medium = params.get('utm_medium'); const utm_campaign = params.get('utm_campaign'); const token = params.get('token'); return { f, u, utm_source, utm_medium, utm_campaign, token }; }; const { f, u, utm_source, utm_medium, utm_campaign, token } = getURLParams(); const projectUrl = 'https:\/\/app.planpoint.io\/le-george\/le-george?lang=English&style=undefined&colorBase=rgba(239%2C%20234%2C%20230%2C%201)&colorButton=rgba(180%2C%20134%2C%2032%2C%201)&colorButtonText=rgba(255%2C%20255%2C%20255%2C%201)'; const iframeSrc = projectUrl + (f ? `&f=${encodeURIComponent(f)}` : '') + (u ? `&u=${encodeURIComponent(u)}` : '') + (utm_source ? `&utm_source=${encodeURIComponent(utm_source)}` : '') + (utm_medium ? `&utm_medium=${encodeURIComponent(utm_medium)}` : '') + (utm_campaign ? `&utm_campaign=${encodeURIComponent(utm_campaign)}` : '') + (token ? `&token=${encodeURIComponent(token)}` : ''); const urlParams = new URLSearchParams(window.location.search); const utmParams = { utm_source: urlParams.get('utm_source'), utm_medium: urlParams.get('utm_medium'), utm_campaign: urlParams.get('utm_campaign'), token: urlParams.get('token'), parentURL: window.location.href || document.referrer, }; const interval = setInterval(() => { iframe = document.getElementById('planpoint'); if(iframe){ iframe.src = iframeSrc; clearInterval(interval); function adjustSizeToContent () { let iframeWindow = iframe.contentWindow; if(iframeWindow && enableResize){ iframeWindow.postMessage('get_size', '*'); }; }; const intervalWindow = setInterval(() => { adjustSizeToContent(); if (iframe.contentWindow) { iframe.contentWindow.postMessage({ type: 'utm', data: utmParams }, '*'); }; }, 1000); function openFullscreen() { const element = document.querySelector('#planpoint-container'); if (element.requestFullscreen) { element.requestFullscreen(); } else if (element.mozRequestFullscreen) { element.mozRequestFullscreen(); } else if (element.webkitRequestFullscreen) { element.webkitRequestFullscreen(); } else if (element.msRequestFullscreen) { element.msRequestFullscreen(); } } function closeFullscreen() { if (document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement) { if (document.exitFullscreen) { document.exitFullscreen(); } else if (document.mozCancelFullscreen) { document.mozCancelFullscreen(); } else if (document.webkitExitFullscreen) { document.webkitExitFullscreen(); } else if (document.msExitFullscreen) { document.msExitFullscreen(); } } } function fullscreenHandler (e) { onFullscreen = !onFullscreen; if (!onFullscreen) { iframe.contentWindow.postMessage({ type: 'close-fs'}, '*'); const iframeContainer = document.getElementById('planpoint-container'); setTimeout(() => { document.documentElement.style.overflow = 'auto'; iframeContainer.style.position ='relative'; iframeContainer.style.top = 'auto'; iframeContainer.style.left = 'auto'; iframeContainer.style.zIndex = 'auto'; iframeContainer.scrollIntoView(); enableResize = true; }, 500); } else { const iframeContainer = document.getElementById('planpoint-container'); document.documentElement.scrollTop = 0; document.documentElement.style.overflow = 'hidden'; iframeContainer.style.position ='fixed'; iframeContainer.style.top = '0'; iframeContainer.style.left = '0'; iframeContainer.style.height = '100vh'; iframeContainer.style.width = '100%'; iframeContainer.style.zIndex = '1000000000000000000000000'; iframe.style.height = '100vh'; iframe.style.width = '100%'; enableResize = false; } } window.addEventListener('message', (event) => { if(event.data.type === 'fullscreen'){ if(event.data.active){ openFullscreen(); }else{ closeFullscreen(); }; return; }else if (event.data.type === 'resize'){ const {h, w} = event.data; const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height = String(h) + 'px'; iframeContainer.style.height = String(h) + 'px'; }else if (event.data?.type === 'scroll-to-top') { const iframeContainer = document.getElementById('planpoint-container'); iframeContainer.scrollIntoView({ behavior: 'smooth', block: 'start' }) }else{ if(typeof event.data === 'string'){ const [intendedHeight, intendedWidth] = event.data.split('x'); const h = parseInt(intendedHeight); const w = parseInt(intendedWidth); const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height =  String(h) + 'px'; iframeContainer.style.height = String(h) + 'px'; }; }; }); document.addEventListener('click', function(event) { const eventData = { type: event.type, }; iframe.contentWindow.postMessage({ type: 'click', data: eventData }, '*'); }); document.addEventListener('scroll', function(event) { const pageY = window.pageYOffset || document.documentElement.scrollTop; const iframeContainer = document.getElementById('planpoint-container'); const { top: iframeRelativeY } = iframeContainer.getBoundingClientRect(); const eventData = { type: event.type, pageY, iframeY: iframeContainer.offsetTop, iframeRelativeY, iframeHeight: iframe.scrollHeight }; iframe.contentWindow.postMessage(eventData , '*'); }); document.addEventListener('fullscreenchange', fullscreenHandler); document.addEventListener('webkitfullscreenchange', fullscreenHandler); document.addEventListener('mozfullscreenchange', fullscreenHandler); document.addEventListener('MSFullscreenChange', fullscreenHandler); }; }, 1000); }; })(); <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5005","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Elementor Page #5005 - Le George<\/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:\/\/legeorge.ca\/en\/elementor-page-5005\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Elementor Page #5005 - Le George\" \/>\n<meta property=\"og:url\" content=\"https:\/\/legeorge.ca\/en\/elementor-page-5005\/\" \/>\n<meta property=\"og:site_name\" content=\"Le George\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LeGeorgeAppartementsMTL\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-02T19:19:21+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:\/\/legeorge.ca\/en\/elementor-page-5005\/\",\"url\":\"https:\/\/legeorge.ca\/en\/elementor-page-5005\/\",\"name\":\"Elementor Page #5005 - Le George\",\"isPartOf\":{\"@id\":\"https:\/\/legeorge.ca\/#website\"},\"datePublished\":\"2025-12-02T19:18:36+00:00\",\"dateModified\":\"2025-12-02T19:19:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/legeorge.ca\/en\/elementor-page-5005\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/legeorge.ca\/en\/elementor-page-5005\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/legeorge.ca\/en\/elementor-page-5005\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/legeorge.ca\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Elementor Page #5005\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/legeorge.ca\/#website\",\"url\":\"https:\/\/legeorge.ca\/\",\"name\":\"Le George\",\"description\":\"Appartements | Montr&eacute;al\",\"publisher\":{\"@id\":\"https:\/\/legeorge.ca\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/legeorge.ca\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/legeorge.ca\/#organization\",\"name\":\"Le George\",\"url\":\"https:\/\/legeorge.ca\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/legeorge.ca\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/legeorge.ca\/wp-content\/uploads\/2023\/03\/LeGeorge_Vertical_Couleur.jpg\",\"contentUrl\":\"https:\/\/legeorge.ca\/wp-content\/uploads\/2023\/03\/LeGeorge_Vertical_Couleur.jpg\",\"width\":1441,\"height\":1440,\"caption\":\"Le George\"},\"image\":{\"@id\":\"https:\/\/legeorge.ca\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/LeGeorgeAppartementsMTL\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Elementor Page #5005 - Le George","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:\/\/legeorge.ca\/en\/elementor-page-5005\/","og_locale":"en_US","og_type":"article","og_title":"Elementor Page #5005 - Le George","og_url":"https:\/\/legeorge.ca\/en\/elementor-page-5005\/","og_site_name":"Le George","article_publisher":"https:\/\/www.facebook.com\/LeGeorgeAppartementsMTL","article_modified_time":"2025-12-02T19:19:21+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/legeorge.ca\/en\/elementor-page-5005\/","url":"https:\/\/legeorge.ca\/en\/elementor-page-5005\/","name":"Elementor Page #5005 - Le George","isPartOf":{"@id":"https:\/\/legeorge.ca\/#website"},"datePublished":"2025-12-02T19:18:36+00:00","dateModified":"2025-12-02T19:19:21+00:00","breadcrumb":{"@id":"https:\/\/legeorge.ca\/en\/elementor-page-5005\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/legeorge.ca\/en\/elementor-page-5005\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/legeorge.ca\/en\/elementor-page-5005\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/legeorge.ca\/"},{"@type":"ListItem","position":2,"name":"Elementor Page #5005"}]},{"@type":"WebSite","@id":"https:\/\/legeorge.ca\/#website","url":"https:\/\/legeorge.ca\/","name":"Le George","description":"Appartements | Montr&eacute;al","publisher":{"@id":"https:\/\/legeorge.ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/legeorge.ca\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/legeorge.ca\/#organization","name":"Le George","url":"https:\/\/legeorge.ca\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/legeorge.ca\/#\/schema\/logo\/image\/","url":"https:\/\/legeorge.ca\/wp-content\/uploads\/2023\/03\/LeGeorge_Vertical_Couleur.jpg","contentUrl":"https:\/\/legeorge.ca\/wp-content\/uploads\/2023\/03\/LeGeorge_Vertical_Couleur.jpg","width":1441,"height":1440,"caption":"Le George"},"image":{"@id":"https:\/\/legeorge.ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/LeGeorgeAppartementsMTL"]}]}},"_links":{"self":[{"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/pages\/5005"}],"collection":[{"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/comments?post=5005"}],"version-history":[{"count":5,"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/pages\/5005\/revisions"}],"predecessor-version":[{"id":5011,"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/pages\/5005\/revisions\/5011"}],"wp:attachment":[{"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/media?parent=5005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}