{"id":1393,"date":"2024-11-25T21:22:21","date_gmt":"2024-11-26T02:22:21","guid":{"rendered":"https:\/\/placedelastation.ca\/floor-plans\/"},"modified":"2026-04-28T09:54:53","modified_gmt":"2026-04-28T13:54:53","slug":"floor-plans","status":"publish","type":"page","link":"https:\/\/placedelastation.ca\/en\/floor-plans\/","title":{"rendered":"Floor Plans"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1393\" class=\"elementor elementor-1393 elementor-443\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d929e10 e-con-full e-flex e-con e-parent\" data-id=\"d929e10\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8e1372a e-con-full e-flex e-con e-child\" data-id=\"8e1372a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc2f085 elementor-widget elementor-widget-text-editor\" data-id=\"dc2f085\" data-element_type=\"widget\" data-e-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<p>Hover over the image below to discover the floor and unit plans. Finding the perfect apartment has never been easier!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8556f2 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"e8556f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3c4a20 e-con-full e-flex e-con e-parent\" data-id=\"c3c4a20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9c4280 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"b9c4280\" data-element_type=\"widget\" data-e-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<div id=\"planpoint-container\" style=\"position: relative; overflow: hidden; width: 100%; height: 100vh; transition: all 0.2s ease;\"><iframe id=\"planpoint\" style=\"position: relative; top: 0; left: 0; bottom: 0; right: 0; width: 100%; min-height: 100vh;\" src=\"https:\/\/app.planpoint.io\/Devcore3\/place-de-la-station?lang=French&amp;style=undefined\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"> <\/iframe><\/div><p><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 utm_term = params.get('utm_term'); const utm_content = params.get('utm_content'); const token = params.get('token'); return { f, u, utm_source, utm_medium, utm_campaign, utm_term, utm_content, token }; }; const { f, u, utm_source, utm_medium, utm_campaign, utm_term, utm_content, token } = getURLParams(); const projectUrl = 'https:\/\/app.planpoint.io\/Devcore3\/place-de-la-station?lang=French&style=undefined'; 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'), utm_term: urlParams.get('utm_term'), utm_content: urlParams.get('utm_content'), 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><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c9ac76c e-con-full e-flex e-con e-parent\" data-id=\"c9ac76c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba9b5f8 elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-pagination-position-inside elementor-widget elementor-widget-slides\" data-id=\"ba9b5f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;transition_speed&quot;:1000,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;}\" data-widget_type=\"slides.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Diapositives\" dir=\"ltr\" data-animation=\"\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-8877310 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\" aria-label=\"VUE-Salon-R1\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><div class=\"elementor-slide-heading\">A cozy apartment<\/div><\/div><\/div><\/div><div class=\"elementor-repeater-item-14d05a4 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\" aria-label=\"VUE-cuisine-R1\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><div class=\"elementor-slide-heading\">A functional kitchen<\/div><\/div><\/div><\/div><div class=\"elementor-repeater-item-0c641b2 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\" aria-label=\"VUE-chambre-R1\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><div class=\"elementor-slide-heading\">A haven of rest<\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f0a7f2f e-flex e-con-boxed e-con e-parent\" data-id=\"f0a7f2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ebf3687 e-con-full e-flex e-con e-child\" data-id=\"ebf3687\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-398d55f elementor-widget elementor-widget-heading\" data-id=\"398d55f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Destination: your future home!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2db7241 elementor-widget elementor-widget-text-editor\" data-id=\"2db7241\" data-element_type=\"widget\" data-e-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<p><strong>Place de la Station<\/strong> offers you a variety of models that will meet all your needs! Whether you are looking for a 1, 2, or 3 bedroom apartment, or a townhouse-style condo, there is an option for you! <\/p><p>Explore the floor plans and discover the different configurations available. Find the perfect condo or apartment at <strong>Place de la Station<\/strong>! <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61d5d99 e-con-full e-flex e-con e-child\" data-id=\"61d5d99\" data-element_type=\"container\" data-e-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-93af393 e-con-full e-flex e-con e-child\" data-id=\"93af393\" data-element_type=\"container\" data-e-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-62549f9 e-con-full e-flex e-con e-child\" data-id=\"62549f9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f45bba e-flex e-con-boxed e-con e-parent\" data-id=\"4f45bba\" data-element_type=\"container\" data-e-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<div class=\"elementor-element elementor-element-efbb73b e-con-full e-flex e-con e-child\" data-id=\"efbb73b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2311d0 elementor-widget elementor-widget-text-editor\" data-id=\"e2311d0\" data-element_type=\"widget\" data-e-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<p>Need advice or additional information?<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a164600 e-con-full e-flex e-con e-child\" data-id=\"a164600\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04d41ad e-transform elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"04d41ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/placedelastation.ca\/en\/contact-apartments\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact your housing advisor<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/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>Hover over the image below to discover the floor and unit plans. Finding the perfect apartment has never been easier! A cozy apartmentA functional kitchenA haven of rest Destination: your future home! Place de la Station offers you a variety of models that will meet all your needs! Whether you are looking for a 1,&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1393","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/placedelastation.ca\/en\/wp-json\/wp\/v2\/pages\/1393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/placedelastation.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/placedelastation.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/placedelastation.ca\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/placedelastation.ca\/en\/wp-json\/wp\/v2\/comments?post=1393"}],"version-history":[{"count":10,"href":"https:\/\/placedelastation.ca\/en\/wp-json\/wp\/v2\/pages\/1393\/revisions"}],"predecessor-version":[{"id":1709,"href":"https:\/\/placedelastation.ca\/en\/wp-json\/wp\/v2\/pages\/1393\/revisions\/1709"}],"wp:attachment":[{"href":"https:\/\/placedelastation.ca\/en\/wp-json\/wp\/v2\/media?parent=1393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}