
   {"id":2408,"date":"2023-04-05T14:58:40","date_gmt":"2023-04-05T14:58:40","guid":{"rendered":"https:\/\/legeorge.ca\/plan-new\/"},"modified":"2026-05-01T18:08:31","modified_gmt":"2026-05-01T18:08:31","slug":"choose-my-unit","status":"publish","type":"page","link":"https:\/\/legeorge.ca\/en\/choose-my-unit\/","title":{"rendered":"Choose my unit"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2408\" class=\"elementor elementor-2408 elementor-2397\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-634bfc6a e-con-full e-flex e-con e-parent\" data-id=\"634bfc6a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7cf9bfa e-flex e-con-boxed e-con e-parent\" data-id=\"7cf9bfa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-974ba8d elementor-widget elementor-widget-text-editor\" data-id=\"974ba8d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h1 style=\"text-align: center;\"><br \/>Find Your Perfect<\/h1><h1 style=\"text-align: center;\">Available Unit<\/h1><h5 style=\"text-align: center;\">*Please note that <strong>the prices displayed apply<\/strong> <strong>only to units that are currently vacant. <\/strong><\/h5><h5 style=\"text-align: center;\">Rates may vary depending on availability.<\/h5>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b62a3d4 elementor-widget elementor-widget-html\" data-id=\"b62a3d4\" 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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Find Your Perfect Available Unit *Please note that the prices displayed apply only to units that are currently vacant. Rates may vary depending on availability.<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2408","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>Choose my unit - Le George<\/title>\n<meta name=\"description\" content=\"Choose my unit! Discover the floor plans and select the apartment that perfectly fits you, right in the heart of downtown Montreal - Book now!\" \/>\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\/choisir-mon-unite\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Choose my unit - Le George\" \/>\n<meta property=\"og:description\" content=\"Choose my unit! Discover the floor plans and select the apartment that perfectly fits you, right in the heart of downtown Montreal - Book now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/legeorge.ca\/choisir-mon-unite\/\" \/>\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=\"2026-05-01T18:08:31+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:\/\/legeorge.ca\/choisir-mon-unite\/\",\"url\":\"https:\/\/legeorge.ca\/choisir-mon-unite\/\",\"name\":\"Choose my unit - Le George\",\"isPartOf\":{\"@id\":\"https:\/\/legeorge.ca\/#website\"},\"datePublished\":\"2023-04-05T14:58:40+00:00\",\"dateModified\":\"2026-05-01T18:08:31+00:00\",\"description\":\"Choose my unit! Discover the floor plans and select the apartment that perfectly fits you, right in the heart of downtown Montreal - Book now!\",\"breadcrumb\":{\"@id\":\"https:\/\/legeorge.ca\/choisir-mon-unite\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/legeorge.ca\/choisir-mon-unite\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/legeorge.ca\/choisir-mon-unite\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/legeorge.ca\/en\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Choose my unit\"}]},{\"@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":"Choose my unit - Le George","description":"Choose my unit! Discover the floor plans and select the apartment that perfectly fits you, right in the heart of downtown Montreal - Book now!","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\/choisir-mon-unite\/","og_locale":"en_US","og_type":"article","og_title":"Choose my unit - Le George","og_description":"Choose my unit! Discover the floor plans and select the apartment that perfectly fits you, right in the heart of downtown Montreal - Book now!","og_url":"https:\/\/legeorge.ca\/choisir-mon-unite\/","og_site_name":"Le George","article_publisher":"https:\/\/www.facebook.com\/LeGeorgeAppartementsMTL","article_modified_time":"2026-05-01T18:08:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/legeorge.ca\/choisir-mon-unite\/","url":"https:\/\/legeorge.ca\/choisir-mon-unite\/","name":"Choose my unit - Le George","isPartOf":{"@id":"https:\/\/legeorge.ca\/#website"},"datePublished":"2023-04-05T14:58:40+00:00","dateModified":"2026-05-01T18:08:31+00:00","description":"Choose my unit! Discover the floor plans and select the apartment that perfectly fits you, right in the heart of downtown Montreal - Book now!","breadcrumb":{"@id":"https:\/\/legeorge.ca\/choisir-mon-unite\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/legeorge.ca\/choisir-mon-unite\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/legeorge.ca\/choisir-mon-unite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/legeorge.ca\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Choose my unit"}]},{"@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\/2408"}],"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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/comments?post=2408"}],"version-history":[{"count":12,"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/pages\/2408\/revisions"}],"predecessor-version":[{"id":5159,"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/pages\/2408\/revisions\/5159"}],"wp:attachment":[{"href":"https:\/\/legeorge.ca\/en\/wp-json\/wp\/v2\/media?parent=2408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}