SPB Git

spb/lou-ka Public

Lou·Ka — tous les logements à louer du Québec, un seul endroit.

HTML 99.7%
69.9 KB · 594 lines html
Raw Blame History
1234<!doctype html>5<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->6<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->7<!--[if IE 8]>         <html class="no-js lt-ie9" lang=""> <![endif]-->8<!--[if gt IE 8]><!-->9<html class="no-js" lang="fr">10<!--<![endif]-->11<head>12    <meta charset="utf-8">13    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">14    <title>Affichages</title>15    <meta name="viewport" content="width=device-width, initial-scale=1">16    <meta name="description" content="Building Stack: Property Management Made Simple">17    <meta name="keywords" content="Location, Edifia, L&#233;vis, Saint-Romuald, Val-B&#233;lair, Building Stack">18    <link rel="apple-touch-icon" href="apple-touch-icon.png">19    <!-- Chrome, Firefox OS, Opera and Vivaldi -->20    <meta name="theme-color" content="rgba(255,255,255,1)">21    <!-- Windows Phone -->22    <meta name="msapplication-navbutton-color" content="rgba(255,255,255,1)">23    <!-- iOS Safari -->24    <meta name="apple-mobile-web-app-status-bar-style" content="rgba(255,255,255,1)">2526    <link rel="stylesheet" href="/Content/Stylesheets/listings/normalize.min.css">2728    2930    <script type="text/javascript" class="optanon-category-C0001">31        var iniframe = false32        try {33            iniframe = window.self !== window.top34        } catch (e) {35            iniframe = true36        }3738        if (!iniframe && cookieManagerKey) {39            const scriptTag = document.createElement("script")4041            scriptTag.type = "text/javascript"42            scriptTag.src =43                `https://cdn.cookielaw.org/consent/${cookieManagerKey}/OtAutoBlock.js`4445            const stubTag = document.createElement("script")46            stubTag.type = "text/javascript"47            stubTag.src = "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"48            stubTag.charset = "UTF-8"49            stubTag.setAttribute("data-domain-script", cookieManagerKey)5051            const wrapperTag = document.createElement("script")52            wrapperTag.type = "text/javascript"53            wrapperTag.innerHTML = "function OptanonWrapper() { }"5455            document.head.appendChild(scriptTag)56            document.head.appendChild(stubTag)57            document.head.appendChild(wrapperTag)58        }59    </script>60    61        <link rel="stylesheet" href="/Content/Stylesheets/listings/main.css">6263    64    <link href="https://wfiles.buildingstack.com/resources/image/JcfFCaSsCafLKKjaHdHqKtD2M3HEGJqy1" rel="shortcut icon" type="image/x-icon" />65    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800' rel='stylesheet' type='text/css'>6667    <link rel="stylesheet" href="/Content/LightGallery/css/lightgallery.min.css" />68    <link rel="stylesheet" href="/Content/LightGallery/css/lightslider.min.css" />6970    <script src="/bundles/jquery?v=v8thH4gSPX5DyN6JlBJ_z2ldPWoOUIuUmdnIz2JydG41"></script>7172    <script src="/bundles/lightgallery?v=aDiV7xUmHD3FR903cMsQIwmP1dy6MT_AvRlLi2mG_X41"></script>7374    <script src="/bundles/listings?v=ACN7ICBuogrPYEmNE-Ty2sea_3KGwQ0r8MDOqXNc3vk1"></script>757677    7879    <script type="text/javascript" id="listingfullstory">80        window['_fs_debug'] = false;81        window['_fs_host'] = 'www.fullstory.com';82        window['_fs_org'] = '1yVu';83        window['_fs_namespace'] = 'FS';84        (function (m, n, e, t, l, o, g, y) {85            if (e in m && m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].'); return; }86            g = m[e] = function (a, b) { g.q ? g.q.push([a, b]) : g._api(a, b); }; g.q = [];87            o = n.createElement(t); o.async = 1; o.src = 'https://' + _fs_host + '/s/fs.js';88            y = n.getElementsByTagName(t)[0]; y.parentNode.insertBefore(o, y);89            g.identify = function (i, v) { g(l, { uid: i }); if (v) g(l, v) }; g.setUserVars = function (v) { g(l, v) };90            g.identifyAccount = function (i, v) { o = 'account'; v = v || {}; v.acctId = i; g(o, v) };91            g.clearUserCookie = function (c, d, i) {92                if (!c || document.cookie.match('fs_uid=[`;`]*`[`;`]*`[`;`]*`')) {93                    d = n.domain; while (1) {94                        n.cookie = 'fs_uid=;domain=' + d +95                        ';path=/;expires=' + new Date(0).toUTCString(); i = d.indexOf('.'); if (i < 0) break; d = d.slice(i + 1)96                    }97                }98            };99        })(window, document, window['_fs_namespace'], 'script', 'user');100    </script>101102    103104105106    <link href="/Content/WaitMe/waitMe.css" rel="stylesheet" />107108    <script src="/Scripts/WaitMe/waitMe.js"></script>109110    <script src="/Scripts/JQuery.InputMask/min/jquery.inputmask.bundle.min.js"></script>111    <script src="/Scripts/JQuery.InputMask/min/inputmask/phone-codes/phone.min.js"></script>112    <script src="/Scripts/GothamCommon/PhoneMaskedEditor.js"></script>113114    <script type="text/javascript">115        $(function () {116            Gotham.LoadingIndicator.initGlobal('/Content/Images/loading.gif');117            Gotham.PhoneMaskedEditor.initialize();118            if (window.OneTrust) {119                window.OneTrust.changeLanguage('fr');120            }121        });122    </script>123124    125126    127    <!-- Global site tag (gtag.js) - Google Analytics -->128    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-49572274-1"></script>129    <script>130        window.dataLayer = window.dataLayer || [];131        function gtag() { dataLayer.push(arguments); }132        gtag('js', new Date());133134        gtag('config', 'UA-49572274-1');135136    </script>137138</head>139<body class="fr search-page">140    <div class="page-wrapper">141        <!--[if lt IE 8]>142        <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>143        <![endif]-->144145        146147148<script src="https://maps.googleapis.com/maps/api/js?key=AIza_CLE_CAVIARDEE_LOUKA_000000000000000&language=fr"></script>149150<!-- HEADER -->151<link href="/Customize/Css" rel="stylesheet" type="text/css" />152153    <div class="header wrapper apply">154        <div class="page-content clearfix">155            <div class="logo">156                <div class="app-logo-with-title">157                    <a href="/">158                        <div class="app-image-logo">159                            <div id="image-logo">160                                        <img src="https://wfiles.buildingstack.com/resources/image/QabHR50sLKjOHNDkDsyuERoZ6vonCvwU1" class="app-logo" />161                            </div>162                        </div>163                    </a>164                    <div class="app-title-name">165                        <h1 id="type-user" class="app-title">Edifia Groupe Immobilier</h1>166                    </div>167                </div>168            </div>169                <div class="apply-now">170                    <a href="https://calendly.com/edifia-groupe-immobilier" target="_blank" class="apply-now-button apply-now-button-backgroundColor">Prendre Rendez-vous</a>171                </div>172            <div class="login">173                <a href="https://app.buildingstack.com/" target="_parent" class="login-button login-button-backgroundColor">Se connecter</a>174            </div>175176177<input data-val="true" data-val-required="The [[ListingModel_Language]] field is required." id="Language" name="Language" type="hidden" value="French" />                                <div class="social">178                        <ul class="social-icons">179                                <li class="fb"><a href="https://www.facebook.com/EdifiaGroupeImmobilier" target="_blank"></a></li>180                                                                                                                    <li class="in"><a href="https://www.linkedin.com/company/53118586/admin/" target="_blank"></a></li>181                                                            <li class="yt"><a href="https://www.youtube.com/@edifiagroupeimmobilier7116" target="_blank"></a></li>182                                                    </ul>183                    </div>184        </div>185    </div>186        <div class="navigation wrapper">187            <div class="page-content clearfix">188189                <div class="menu-icon">190                    <div class="one"></div>191                    <div class="two"></div>192                    <div class="three"></div>193                </div>194                <div class="nav">195                    <ul class="menu">196197                        <li class=""><a href="/">ACCUEIL</a></li>198                            <li class="active accent_color_1_border"><a href="/Listing/Listings">ANNONCES</a></li>199                                                    <li class=""><a href="/About">&#192; PROPOS</a></li>200                                                    <li class=""><a href="/ContactUs">CONTACT</a></li>201                    </ul>202203                        <a href="tel:+14188004040" class="contact">204                            (418) 800-4040205                        </a>206                                    </div>207            </div>208        </div>209<!-- END HEADER -->210<script type="text/javascript">211    $(function () {212        $(document).click(function () {213            // all dropdowns214            $('.wrapper-dropdown-3').removeClass('active');215        });216    });217</script>218219        220221222<script src="https://cdn.jsdelivr.net/picturefill/2.3.1/picturefill.min.js"></script>223224<!-- SEARCH-BAR -->225<div class="searchbar-tab wrapper">226    <div class="page-content clearfix">227        228229230231        <input class="tab-input" type="radio" name="nav" id="one" checked=&#39;checked&#39; autocomplete="off" />232        <label class="tab-trigger-btn residential-label" for="one" data-tab="0">R&#233;sidentiel  <span class="residential-icon"></span></label>233<article class="searchbar-tab-content one search-bar clearfix">234<form action="/Listing/Listings" data-filters="True" data-name="Listings" method="post"><input id="ConcreteTypeAssemblyQualifiedName" name="ConcreteTypeAssemblyQualifiedName" type="hidden" value="Gotham.Service.Model.ResidentialListingFilter, Gotham.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />        <div id="dd" class="wrapper-dropdown-3 selector location" tabindex="1">235            <input autocomplete="off" id="City" name="City" type="hidden" value="" />236            <span>N&#39;importe quelle ville</span>237            <ul class="dropdown">238                <li><a href="#">N&#39;importe quelle ville</a></li>239                        <li data-val="L&#233;vis"><a href="#">L&#233;vis</a></li>240        <li data-val="Qu&#233;bec"><a href="#">Qu&#233;bec</a></li>241        <li data-val="Saguenay"><a href="#">Saguenay</a></li>242        <li data-val="Saint-Georges"><a href="#">Saint-Georges</a></li>243244            </ul>245        </div>246        <div id="dd2" class="wrapper-dropdown-3 selector size" tabindex="2">247            <input autocomplete="off" id="AreaRangeFilterId" name="AreaRangeFilterId" type="hidden" value="" />248            <span>N&#39;importe quelle taille</span>249            <ul class="dropdown">250                <li data-val="Any"><a href="#">N&#39;importe quelle taille</a></li>251                <li class="separator" data-separator="true">Chambres &#224; coucher</li>252                        <li data-val="Bedrooms_Studio"><a href="#">Studio / Bachelor</a></li>253        <li data-val="Bedroom1"><a href="#">1 Chambre &#224; Coucher</a></li>254        <li data-val="Bedroom2"><a href="#">2 Chambres &#224; Coucher</a></li>255        <li data-val="Bedroom3"><a href="#">3 Chambres &#224; Coucher</a></li>256        <li data-val="Bedroom4"><a href="#">4 Chambres &#224; Coucher</a></li>257        <li data-val="Bedroom5_more"><a href="#">5 Chambres &#224; Coucher ou plus</a></li>258259                <li class="separator" data-separator="true">Grandeur</li>260                        <li data-val="Area_0_500"><a href="#">0 - 500 Pi. Ca.</a></li>261        <li data-val="Area_501_750"><a href="#">501 - 750 Pi. Ca. </a></li>262        <li data-val="Area_751_1000"><a href="#">751 - 1000 Pi. Ca.</a></li>263        <li data-val="Area_1001_1500"><a href="#">1001 - 1500 Pi. Ca.</a></li>264        <li data-val="Area_1501_2000"><a href="#">1501 - 2000 Pi. Ca.</a></li>265        <li data-val="Area_2001_more"><a href="#">2001 Pi. Ca. ou plus</a></li>266267            </ul>268        </div>269        <div id="dd3" class="wrapper-dropdown-3 selector price-range" tabindex="3">270            <input autocomplete="off" id="PriceRangeFilterId" name="PriceRangeFilterId" type="hidden" value="" />271            <span>N&#39;importe quel prix</span>272            <ul class="dropdown">273                <li data-val="Any"><a href="#">N&#39;importe quel prix</a></li>274                        <li data-val="Price_0_500"><a href="#">$500 ou moins</a></li>275        <li data-val="Price_501_800"><a href="#">$501 &#224; $800</a></li>276        <li data-val="Price_801_1000"><a href="#">$801 &#224; $1000</a></li>277        <li data-val="Price_1001_1200"><a href="#">$1001 &#224; $1200</a></li>278        <li data-val="Price_1201_1500"><a href="#">$1201 &#224; $1500</a></li>279        <li data-val="Price_1501_1800"><a href="#">$1501 &#224; $1800</a></li>280        <li data-val="Price_1801_2200"><a href="#">$1801 &#224; $2200</a></li>281        <li data-val="Price_2201_2500"><a href="#">$2201 &#224; $2500</a></li>282        <li data-val="Price_2501_more"><a href="#">$2501 ou plus</a></li>283284            </ul>285        </div>286            <div id="dd4" class="wrapper-dropdown-4 selector options">287                <span>Options</span>288                <ul class="dropdown">289                            <li data-val="PetAllowed">290291            <input type="checkbox" id="el-PetAllowed" name="Options" autocomplete="off" value="PetAllowed" ><label for="el-PetAllowed" title="Animaux Accept&#233;s">Animaux Accept&#233;s</label>292        </li>293        <li data-val="Furnished">294295            <input type="checkbox" id="el-Furnished" name="Options" autocomplete="off" value="Furnished" ><label for="el-Furnished" title="Meubl&#233;">Meubl&#233;</label>296        </li>297298                </ul>299            </div>300            <a class="search-button accent_color_1_background_color" href="#"></a>301</form></article>302303304<script type="text/javascript">305    // LOCATION DROPDOWN306307    $(function () {308        //residential309        var dd = new GmListing.DropDown($('#dd'));310        var dd = new GmListing.DropDown($('#dd2'));311        var dd = new GmListing.DropDown($('#dd3'));312        //senior313        var dd = new GmListing.DropDown($('#dd14'));314        var dd = new GmListing.DropDown($('#dd16'));315        var dd = new GmListing.DropDown($('#dd17'));316        //commercial317        var dd = new GmListing.DropDown($('#dd6'));318        var dd = new GmListing.DropDown($('#dd7'));319        var dd = new GmListing.DropDown($('#dd8'));320        var dd = new GmListing.DropDown($('#dd9'));321        //industrial322        var dd = new GmListing.DropDown($('#dd10'));323        var dd = new GmListing.DropDown($('#dd12'));324        var dd = new GmListing.DropDown($('#dd13'));325326        $(document).click(function () {327            // all dropdowns328            $('.wrapper-dropdown-3').removeClass('active');329        });330331    });332333</script>334    </div>335</div>336<!-- END SEARCHBAR -->337338<div id="listing-content" class="content wrapper">339    <div id="googleMap" class="map-area"></div>340    <div class="tab-slider-2">341        <div class="result-show"></div>342        <div class="tab-wrapper clearfix">343            <div class="tab-trigger">344                <div class="item" id="citySlider">345                    <ul id="tab-slide" class="content-slider"></ul>346                    <div id="slider-controls">347                    </div>348                </div>349            </div>350            <div id="buildings-placeholder" class="main">351            </div>352        </div>353    </div>354355    <script>356        $(document).ready(function () {357            createOrRefreshSlider();358359            var units = [{"ApartmentId":563488,"City":"Québec","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":3,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":66329,"PublicListBuildingName":"202339689510006632920","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12555,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"111","Price":1702.00,"PriceFormatted":"Contactez-nous","Area":1072,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.8542446","Longitude":"-71.40858539999999","AddressLocation":"1080 Bd Pie-XI S, Québec, QC G3K 0W3, Canada","AddressLine1":"1080 Boulevard Pie-XI Sud","AddressLine2":null,"City":"Québec","ZipCode":"G3K0W3","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1080 Boulevard Pie-XI Sud, Québec, QC G3K0W3, Canada"},"BuildingUrl":"/b/202339689510006632920/563488","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/EK5ADs4mC5elE3TpUcfeRsXXC6fpGJqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/QMHjSqysk2WRCQAgjZ4oB1krAgSxEvwU1/medium","BuildingName":"Cardinal Nord","PriceAndDetailsVisible":false},{"ApartmentId":563499,"City":"Québec","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":3,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":66329,"PublicListBuildingName":"202339689510006632920","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12555,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"122","Price":1778.00,"PriceFormatted":"Contactez-nous","Area":1147,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.8542446","Longitude":"-71.40858539999999","AddressLocation":"1080 Bd Pie-XI S, Québec, QC G3K 0W3, Canada","AddressLine1":"1080 Boulevard Pie-XI Sud","AddressLine2":null,"City":"Québec","ZipCode":"G3K0W3","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1080 Boulevard Pie-XI Sud, Québec, QC G3K0W3, Canada"},"BuildingUrl":"/b/202339689510006632920/563499","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/HMbDELepPsyrigCig9gZBJYokPcfg9wU1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/QMHjSqysk2WRCQAgjZ4oB1krAgSxEvwU1/medium","BuildingName":"Cardinal Nord","PriceAndDetailsVisible":false},{"ApartmentId":563542,"City":"Québec","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":3,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":66329,"PublicListBuildingName":"202339689510006632920","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12555,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"321","Price":1426.00,"PriceFormatted":"Contactez-nous","Area":841,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.8542446","Longitude":"-71.40858539999999","AddressLocation":"1080 Bd Pie-XI S, Québec, QC G3K 0W3, Canada","AddressLine1":"1080 Boulevard Pie-XI Sud","AddressLine2":null,"City":"Québec","ZipCode":"G3K0W3","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1080 Boulevard Pie-XI Sud, Québec, QC G3K0W3, Canada"},"BuildingUrl":"/b/202339689510006632920/563542","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/HMT9AqDvSZXvE3PAU4nLJNfMKKDdPpqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/QMHjSqysk2WRCQAgjZ4oB1krAgSxEvwU1/medium","BuildingName":"Cardinal Nord","PriceAndDetailsVisible":false},{"ApartmentId":606726,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":27,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72110,"PublicListBuildingName":"202439689501007211010","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12556,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"104","Price":1401.00,"PriceFormatted":"Contactez-nous","Area":798,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7326141","Longitude":"-71.26055649999999","AddressLocation":"1220 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1220 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0X2","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1220 Rue de Courchevel, Lévis, QC G6W 0X2, Canada"},"BuildingUrl":"/b/202439689501007211010/606726","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/J3PqL51XJ5D4QqDZKt9AI3anJc9fKJqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/OqLJHp5uJsbnK3HmHcrXAsXMGcvcTpqy1/medium","BuildingName":"Huma 2","PriceAndDetailsVisible":false},{"ApartmentId":606731,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":27,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72110,"PublicListBuildingName":"202439689501007211010","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12556,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"109","Price":1712.00,"PriceFormatted":"Contactez-nous","Area":1041,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7326141","Longitude":"-71.26055649999999","AddressLocation":"1220 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1220 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0X2","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1220 Rue de Courchevel, Lévis, QC G6W 0X2, Canada"},"BuildingUrl":"/b/202439689501007211010/606731","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/DqevQd0pIMjdSKXDLc97Lt55TsSvGJqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/OqLJHp5uJsbnK3HmHcrXAsXMGcvcTpqy1/medium","BuildingName":"Huma 2","PriceAndDetailsVisible":false},{"ApartmentId":606736,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":27,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72110,"PublicListBuildingName":"202439689501007211010","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12556,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"205","Price":1960.00,"PriceFormatted":"Contactez-nous","Area":1221,"NumberOfBathrooms":1,"NumberOfBedrooms":3,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7326141","Longitude":"-71.26055649999999","AddressLocation":"1220 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1220 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0X2","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1220 Rue de Courchevel, Lévis, QC G6W 0X2, Canada"},"BuildingUrl":"/b/202439689501007211010/606736","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/Rcj7Dr5tK3H4IcXkP71nCsvQHNLrKJqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/OqLJHp5uJsbnK3HmHcrXAsXMGcvcTpqy1/medium","BuildingName":"Huma 2","PriceAndDetailsVisible":false},{"ApartmentId":606740,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":27,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72110,"PublicListBuildingName":"202439689501007211010","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12556,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"209","Price":1710.00,"PriceFormatted":"Contactez-nous","Area":1109,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7326141","Longitude":"-71.26055649999999","AddressLocation":"1220 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1220 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0X2","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1220 Rue de Courchevel, Lévis, QC G6W 0X2, Canada"},"BuildingUrl":"/b/202439689501007211010/606740","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/IKjLJKjaOabHTIyqEwWoepeYkYaf89wU1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/OqLJHp5uJsbnK3HmHcrXAsXMGcvcTpqy1/medium","BuildingName":"Huma 2","PriceAndDetailsVisible":false},{"ApartmentId":606744,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":27,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72110,"PublicListBuildingName":"202439689501007211010","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12556,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"213","Price":1752.00,"PriceFormatted":"Contactez-nous","Area":1081,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7326141","Longitude":"-71.26055649999999","AddressLocation":"1220 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1220 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0X2","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1220 Rue de Courchevel, Lévis, QC G6W 0X2, Canada"},"BuildingUrl":"/b/202439689501007211010/606744","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/HLLpMKnMT3DkRLSnHNOoH49DHKPaKJqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/OqLJHp5uJsbnK3HmHcrXAsXMGcvcTpqy1/medium","BuildingName":"Huma 2","PriceAndDetailsVisible":false},{"ApartmentId":606746,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":27,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72110,"PublicListBuildingName":"202439689501007211010","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12556,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"301","Price":1701.00,"PriceFormatted":"Contactez-nous","Area":1060,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7326141","Longitude":"-71.26055649999999","AddressLocation":"1220 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1220 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0X2","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1220 Rue de Courchevel, Lévis, QC G6W 0X2, Canada"},"BuildingUrl":"/b/202439689501007211010/606746","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/GcbMH69ODKvgDNHjGZLLLqbbUd8nPpqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/OqLJHp5uJsbnK3HmHcrXAsXMGcvcTpqy1/medium","BuildingName":"Huma 2","PriceAndDetailsVisible":false},{"ApartmentId":606750,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":27,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72110,"PublicListBuildingName":"202439689501007211010","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12556,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"305","Price":1978.00,"PriceFormatted":"Contactez-nous","Area":1221,"NumberOfBathrooms":1,"NumberOfBedrooms":3,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7326141","Longitude":"-71.26055649999999","AddressLocation":"1220 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1220 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0X2","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1220 Rue de Courchevel, Lévis, QC G6W 0X2, Canada"},"BuildingUrl":"/b/202439689501007211010/606750","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/C6fkCZDZQsrcSMmsIcHCC4jGK2j8Tpqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/OqLJHp5uJsbnK3HmHcrXAsXMGcvcTpqy1/medium","BuildingName":"Huma 2","PriceAndDetailsVisible":false},{"ApartmentId":606754,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":27,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72110,"PublicListBuildingName":"202439689501007211010","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12556,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"309","Price":1720.00,"PriceFormatted":"Contactez-nous","Area":1109,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7326141","Longitude":"-71.26055649999999","AddressLocation":"1220 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1220 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0X2","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1220 Rue de Courchevel, Lévis, QC G6W 0X2, Canada"},"BuildingUrl":"/b/202439689501007211010/606754","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/MZ97CKvfK4TrCcOsS6n7KpbIE5baPpqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/OqLJHp5uJsbnK3HmHcrXAsXMGcvcTpqy1/medium","BuildingName":"Huma 2","PriceAndDetailsVisible":false},{"ApartmentId":607180,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":10,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72111,"PublicListBuildingName":"202439689501007211110","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12543,"Title":"Agent de location","FullName":"Catherine  Paré","FirstName":"Catherine ","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"305","Price":1250.00,"PriceFormatted":"Contactez-nous","Area":727,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7330137","Longitude":"-71.2604518","AddressLocation":"1221 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1221 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0V8","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1221 Rue de Courchevel, Lévis, QC G6W 0V8, Canada"},"BuildingUrl":"/b/202439689501007211110/607180","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/P4PPLLLIMcfuQK4vPLXIMJOlHrH1KJqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CsPFKtStOZbgQrLjHaTDIaLoUYjIGJqy1/medium","BuildingName":"Huma 1","PriceAndDetailsVisible":false},{"ApartmentId":607186,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":10,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72111,"PublicListBuildingName":"202439689501007211110","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12543,"Title":"Agent de location","FullName":"Catherine  Paré","FirstName":"Catherine ","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"311","Price":1544.00,"PriceFormatted":"Contactez-nous","Area":876,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7330137","Longitude":"-71.2604518","AddressLocation":"1221 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1221 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0V8","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1221 Rue de Courchevel, Lévis, QC G6W 0V8, Canada"},"BuildingUrl":"/b/202439689501007211110/607186","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/JdHKIqHcOqyh93csfxKw9BeS5QSRkvwU1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CsPFKtStOZbgQrLjHaTDIaLoUYjIGJqy1/medium","BuildingName":"Huma 1","PriceAndDetailsVisible":false},{"ApartmentId":607196,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":10,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72111,"PublicListBuildingName":"202439689501007211110","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12543,"Title":"Agent de location","FullName":"Catherine  Paré","FirstName":"Catherine ","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"407","Price":1735.00,"PriceFormatted":"Contactez-nous","Area":1129,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7330137","Longitude":"-71.2604518","AddressLocation":"1221 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1221 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0V8","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1221 Rue de Courchevel, Lévis, QC G6W 0V8, Canada"},"BuildingUrl":"/b/202439689501007211110/607196","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/CZ8uOpTPRKHOGa9nLdXqTMPAIZXETpqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CsPFKtStOZbgQrLjHaTDIaLoUYjIGJqy1/medium","BuildingName":"Huma 1","PriceAndDetailsVisible":false},{"ApartmentId":607203,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":10,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72111,"PublicListBuildingName":"202439689501007211110","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12543,"Title":"Agent de location","FullName":"Catherine  Paré","FirstName":"Catherine ","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"414","Price":1930.00,"PriceFormatted":"Contactez-nous","Area":1220,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7330137","Longitude":"-71.2604518","AddressLocation":"1221 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1221 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0V8","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1221 Rue de Courchevel, Lévis, QC G6W 0V8, Canada"},"BuildingUrl":"/b/202439689501007211110/607203","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/S69kCN0rQIygDQeoAwSu6BQfCxiXe9wU1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CsPFKtStOZbgQrLjHaTDIaLoUYjIGJqy1/medium","BuildingName":"Huma 1","PriceAndDetailsVisible":false},{"ApartmentId":607207,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":10,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72111,"PublicListBuildingName":"202439689501007211110","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12543,"Title":"Agent de location","FullName":"Catherine  Paré","FirstName":"Catherine ","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"504","Price":1711.00,"PriceFormatted":"Contactez-nous","Area":1126,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7330137","Longitude":"-71.2604518","AddressLocation":"1221 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1221 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0V8","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1221 Rue de Courchevel, Lévis, QC G6W 0V8, Canada"},"BuildingUrl":"/b/202439689501007211110/607207","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/KdH9CoyhjhAXgHkiFBmRkIKRhJCqA9wU1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CsPFKtStOZbgQrLjHaTDIaLoUYjIGJqy1/medium","BuildingName":"Huma 1","PriceAndDetailsVisible":false},{"ApartmentId":607238,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":10,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72111,"PublicListBuildingName":"202439689501007211110","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12543,"Title":"Agent de location","FullName":"Catherine  Paré","FirstName":"Catherine ","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"707","Price":1744.00,"PriceFormatted":"Contactez-nous","Area":1129,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7330137","Longitude":"-71.2604518","AddressLocation":"1221 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1221 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0V8","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1221 Rue de Courchevel, Lévis, QC G6W 0V8, Canada"},"BuildingUrl":"/b/202439689501007211110/607238","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/Gcn3DMysApYxDYMbkYQRDYIck2oSEvwU1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CsPFKtStOZbgQrLjHaTDIaLoUYjIGJqy1/medium","BuildingName":"Huma 1","PriceAndDetailsVisible":false},{"ApartmentId":607252,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":10,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72111,"PublicListBuildingName":"202439689501007211110","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12543,"Title":"Agent de location","FullName":"Catherine  Paré","FirstName":"Catherine ","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"807","Price":1761.00,"PriceFormatted":"Contactez-nous","Area":1129,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7330137","Longitude":"-71.2604518","AddressLocation":"1221 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1221 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0V8","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1221 Rue de Courchevel, Lévis, QC G6W 0V8, Canada"},"BuildingUrl":"/b/202439689501007211110/607252","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/SYyxCgWNlJSNfgGa73SveoqdjY2pkvwU1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CsPFKtStOZbgQrLjHaTDIaLoUYjIGJqy1/medium","BuildingName":"Huma 1","PriceAndDetailsVisible":false},{"ApartmentId":607253,"City":"Lévis","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":10,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":72111,"PublicListBuildingName":"202439689501007211110","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12543,"Title":"Agent de location","FullName":"Catherine  Paré","FirstName":"Catherine ","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":1}]},"Apartment":{"UnitName":"808","Price":1228.00,"PriceFormatted":"Contactez-nous","Area":663,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.7330137","Longitude":"-71.2604518","AddressLocation":"1221 R. de Courchevel, Lévis, QC G6W 0V8, Canada","AddressLine1":"1221 Rue de Courchevel","AddressLine2":null,"City":"Lévis","ZipCode":"G6W 0V8","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1221 Rue de Courchevel, Lévis, QC G6W 0V8, Canada"},"BuildingUrl":"/b/202439689501007211110/607253","PreviewUrl":"https://wfiles.buildingstack.com/resources/image/U7LrJtL9DpPbS4PDJrfjI79LJJ9JGJqy1/medium","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CsPFKtStOZbgQrLjHaTDIaLoUYjIGJqy1/medium","BuildingName":"Huma 1","PriceAndDetailsVisible":false},{"ApartmentId":652541,"City":"Québec","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":4,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":75681,"PublicListBuildingName":"202439689504007568104","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12713,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":0}]},"Apartment":{"UnitName":"309","Price":1399.00,"PriceFormatted":"Contactez-nous","Area":740,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.8541594","Longitude":"-71.40759729999999","AddressLocation":"1125 Rue des Rigoles, Québec, QC G3K 0W7, Canada","AddressLine1":"1125 Rue des Rigoles","AddressLine2":null,"City":"Québec","ZipCode":"G3K 0W7","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1125 Rue des Rigoles, Québec, QC G3K 0W7, Canada"},"BuildingUrl":"/b/202439689504007568104/652541","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/E4TJGLH2PMWqOdbPPr9uHaLPC4uqPpqy1/medium","BuildingName":"Cardinal sud","PriceAndDetailsVisible":false},{"ApartmentId":652559,"City":"Québec","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":4,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":75681,"PublicListBuildingName":"202439689504007568104","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12713,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":0}]},"Apartment":{"UnitName":"411","Price":2110.00,"PriceFormatted":"Contactez-nous","Area":1165,"NumberOfBathrooms":1,"NumberOfBedrooms":3,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.8541594","Longitude":"-71.40759729999999","AddressLocation":"1125 Rue des Rigoles, Québec, QC G3K 0W7, Canada","AddressLine1":"1125 Rue des Rigoles","AddressLine2":null,"City":"Québec","ZipCode":"G3K 0W7","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1125 Rue des Rigoles, Québec, QC G3K 0W7, Canada"},"BuildingUrl":"/b/202439689504007568104/652559","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/E4TJGLH2PMWqOdbPPr9uHaLPC4uqPpqy1/medium","BuildingName":"Cardinal sud","PriceAndDetailsVisible":false},{"ApartmentId":652562,"City":"Québec","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":4,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":75681,"PublicListBuildingName":"202439689504007568104","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12713,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":0}]},"Apartment":{"UnitName":"414","Price":1862.00,"PriceFormatted":"Contactez-nous","Area":1064,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.8541594","Longitude":"-71.40759729999999","AddressLocation":"1125 Rue des Rigoles, Québec, QC G3K 0W7, Canada","AddressLine1":"1125 Rue des Rigoles","AddressLine2":null,"City":"Québec","ZipCode":"G3K 0W7","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1125 Rue des Rigoles, Québec, QC G3K 0W7, Canada"},"BuildingUrl":"/b/202439689504007568104/652562","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/E4TJGLH2PMWqOdbPPr9uHaLPC4uqPpqy1/medium","BuildingName":"Cardinal sud","PriceAndDetailsVisible":false},{"ApartmentId":652574,"City":"Québec","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":4,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":75681,"PublicListBuildingName":"202439689504007568104","Phone":"+14188004040","ListingEmployeesContacts":[{"ListingEmployeesContactId":12713,"Title":"Agent de location","FullName":"Catherine Paré","FirstName":"Catherine","LastName":"Paré","Email":"cpare@edifiaimmobilier.com","PhoneNumber":"+14188004040","PhoneNumberExtension":"","FormattedPhoneNumber":"(418) 800-4040","Language":1,"AgentType":0}]},"Apartment":{"UnitName":"510","Price":1995.00,"PriceFormatted":"Contactez-nous","Area":1044,"NumberOfBathrooms":1,"NumberOfBedrooms":2,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":4,"IsResidential":true},"Address":{"Latitude":"46.8541594","Longitude":"-71.40759729999999","AddressLocation":"1125 Rue des Rigoles, Québec, QC G3K 0W7, Canada","AddressLine1":"1125 Rue des Rigoles","AddressLine2":null,"City":"Québec","ZipCode":"G3K 0W7","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"1125 Rue des Rigoles, Québec, QC G3K 0W7, Canada"},"BuildingUrl":"/b/202439689504007568104/652574","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/E4TJGLH2PMWqOdbPPr9uHaLPC4uqPpqy1/medium","BuildingName":"Cardinal sud","PriceAndDetailsVisible":false},{"ApartmentId":863080,"City":"Saguenay","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":13,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":85257,"PublicListBuildingName":"202539689512008525704","Phone":"","ListingEmployeesContacts":[]},"Apartment":{"UnitName":"212","Price":1160.00,"PriceFormatted":"$1 160","Area":457,"NumberOfBathrooms":1,"NumberOfBedrooms":0,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":0,"IsResidential":true},"Address":{"Latitude":"48.3739722","Longitude":"-71.0882355","AddressLocation":"3160 Rue des Golfeurs, Saguenay, QC G0V, Canada","AddressLine1":"3160 Rue des Golfeurs","AddressLine2":null,"City":"Saguenay","ZipCode":"G7H 0V1","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"3160 Rue des Golfeurs, Saguenay, QC G7H 0V1, Canada"},"BuildingUrl":"/b/202539689512008525704/863080","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CKHaILDGLrXEMd8sK4LKSaCmRsLEKJqy1/medium","BuildingName":"Chicoutimi locatif sec","PriceAndDetailsVisible":true},{"ApartmentId":863096,"City":"Saguenay","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":13,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":85257,"PublicListBuildingName":"202539689512008525704","Phone":"","ListingEmployeesContacts":[]},"Apartment":{"UnitName":"314","Price":2816.00,"PriceFormatted":"$2 816","Area":1232,"NumberOfBathrooms":1,"NumberOfBedrooms":3,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":0,"IsResidential":true},"Address":{"Latitude":"48.3739722","Longitude":"-71.0882355","AddressLocation":"3160 Rue des Golfeurs, Saguenay, QC G0V, Canada","AddressLine1":"3160 Rue des Golfeurs","AddressLine2":null,"City":"Saguenay","ZipCode":"G7H 0V1","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"3160 Rue des Golfeurs, Saguenay, QC G7H 0V1, Canada"},"BuildingUrl":"/b/202539689512008525704/863096","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CKHaILDGLrXEMd8sK4LKSaCmRsLEKJqy1/medium","BuildingName":"Chicoutimi locatif sec","PriceAndDetailsVisible":true},{"ApartmentId":863097,"City":"Saguenay","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":13,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":85257,"PublicListBuildingName":"202539689512008525704","Phone":"","ListingEmployeesContacts":[]},"Apartment":{"UnitName":"401","Price":1451.00,"PriceFormatted":"$1 451","Area":623,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":0,"IsResidential":true},"Address":{"Latitude":"48.3739722","Longitude":"-71.0882355","AddressLocation":"3160 Rue des Golfeurs, Saguenay, QC G0V, Canada","AddressLine1":"3160 Rue des Golfeurs","AddressLine2":null,"City":"Saguenay","ZipCode":"G7H 0V1","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"3160 Rue des Golfeurs, Saguenay, QC G7H 0V1, Canada"},"BuildingUrl":"/b/202539689512008525704/863097","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CKHaILDGLrXEMd8sK4LKSaCmRsLEKJqy1/medium","BuildingName":"Chicoutimi locatif sec","PriceAndDetailsVisible":true},{"ApartmentId":863110,"City":"Saguenay","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":13,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":85257,"PublicListBuildingName":"202539689512008525704","Phone":"","ListingEmployeesContacts":[]},"Apartment":{"UnitName":"414","Price":2834.00,"PriceFormatted":"$2 834","Area":1232,"NumberOfBathrooms":1,"NumberOfBedrooms":3,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":0,"IsResidential":true},"Address":{"Latitude":"48.3739722","Longitude":"-71.0882355","AddressLocation":"3160 Rue des Golfeurs, Saguenay, QC G0V, Canada","AddressLine1":"3160 Rue des Golfeurs","AddressLine2":null,"City":"Saguenay","ZipCode":"G7H 0V1","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"3160 Rue des Golfeurs, Saguenay, QC G7H 0V1, Canada"},"BuildingUrl":"/b/202539689512008525704/863110","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CKHaILDGLrXEMd8sK4LKSaCmRsLEKJqy1/medium","BuildingName":"Chicoutimi locatif sec","PriceAndDetailsVisible":true},{"ApartmentId":863113,"City":"Saguenay","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":13,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":85257,"PublicListBuildingName":"202539689512008525704","Phone":"","ListingEmployeesContacts":[]},"Apartment":{"UnitName":"503","Price":1436.00,"PriceFormatted":"$1 436","Area":612,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":0,"IsResidential":true},"Address":{"Latitude":"48.3739722","Longitude":"-71.0882355","AddressLocation":"3160 Rue des Golfeurs, Saguenay, QC G0V, Canada","AddressLine1":"3160 Rue des Golfeurs","AddressLine2":null,"City":"Saguenay","ZipCode":"G7H 0V1","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"3160 Rue des Golfeurs, Saguenay, QC G7H 0V1, Canada"},"BuildingUrl":"/b/202539689512008525704/863113","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CKHaILDGLrXEMd8sK4LKSaCmRsLEKJqy1/medium","BuildingName":"Chicoutimi locatif sec","PriceAndDetailsVisible":true},{"ApartmentId":863125,"City":"Saguenay","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":13,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":85257,"PublicListBuildingName":"202539689512008525704","Phone":"","ListingEmployeesContacts":[]},"Apartment":{"UnitName":"601","Price":1470.00,"PriceFormatted":"$1 470","Area":623,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":0,"IsResidential":true},"Address":{"Latitude":"48.3739722","Longitude":"-71.0882355","AddressLocation":"3160 Rue des Golfeurs, Saguenay, QC G0V, Canada","AddressLine1":"3160 Rue des Golfeurs","AddressLine2":null,"City":"Saguenay","ZipCode":"G7H 0V1","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"3160 Rue des Golfeurs, Saguenay, QC G7H 0V1, Canada"},"BuildingUrl":"/b/202539689512008525704/863125","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CKHaILDGLrXEMd8sK4LKSaCmRsLEKJqy1/medium","BuildingName":"Chicoutimi locatif sec","PriceAndDetailsVisible":true},{"ApartmentId":863173,"City":"Saguenay","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":13,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":85257,"PublicListBuildingName":"202539689512008525704","Phone":"","ListingEmployeesContacts":[]},"Apartment":{"UnitName":"908","Price":1603.00,"PriceFormatted":"$1 603","Area":612,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":0,"IsResidential":true},"Address":{"Latitude":"48.3739722","Longitude":"-71.0882355","AddressLocation":"3160 Rue des Golfeurs, Saguenay, QC G0V, Canada","AddressLine1":"3160 Rue des Golfeurs","AddressLine2":null,"City":"Saguenay","ZipCode":"G7H 0V1","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"3160 Rue des Golfeurs, Saguenay, QC G7H 0V1, Canada"},"BuildingUrl":"/b/202539689512008525704/863173","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CKHaILDGLrXEMd8sK4LKSaCmRsLEKJqy1/medium","BuildingName":"Chicoutimi locatif sec","PriceAndDetailsVisible":true},{"ApartmentId":863174,"City":"Saguenay","ParkingsIsAvailable":true,"StoragesIsAvailable":true,"NumberOfAvailableUnits":13,"OnlinePaymentsIsAvailable":false,"Building":{"BuildingId":85257,"PublicListBuildingName":"202539689512008525704","Phone":"","ListingEmployeesContacts":[]},"Apartment":{"UnitName":"909","Price":1603.00,"PriceFormatted":"$1 603","Area":612,"NumberOfBathrooms":1,"NumberOfBedrooms":1,"ListingApartmentType":0,"ListingApartmentTypeString":"residential","ApartmentType":0,"PriceDisclosure":0,"IsResidential":true},"Address":{"Latitude":"48.3739722","Longitude":"-71.0882355","AddressLocation":"3160 Rue des Golfeurs, Saguenay, QC G0V, Canada","AddressLine1":"3160 Rue des Golfeurs","AddressLine2":null,"City":"Saguenay","ZipCode":"G7H 0V1","Country":{"CountryName":"Canada"},"Province":{"ProvinceCode":"QC"},"Full":"3160 Rue des Golfeurs, Saguenay, QC G7H 0V1, Canada"},"BuildingUrl":"/b/202539689512008525704/863174","PreviewUrl":"/Content/Images/apartmenttypes/residential.svg","BuildingPreviewUrl":"https://wfiles.buildingstack.com/resources/image/CKHaILDGLrXEMd8sK4LKSaCmRsLEKJqy1/medium","BuildingName":"Chicoutimi locatif sec","PriceAndDetailsVisible":true}];360361            refreshListingContent(units, '');362            updateFoundUnitsCount('57');363364            function groupUnitsByBuilding(units) {365                return _.groupBy(units, function (u) { return u.Building.BuildingId });366            };367368            function initColorMarkers(units) {369                var byBuilding = groupUnitsByBuilding(units);370371372                var count = _.keys(byBuilding).length;373374                var markersInfo = createBuildingMarkerInfo(count);375                var index = 0;376                _.each(byBuilding, function (units) {377                    var mInfo = markersInfo[index];378                    _.each(units, function (u) {379                        u.markerInfo = mInfo;380                    });381                    index++;382                });383            };384        385            function createBuildingMarkerInfo(count) {386                var unitPinUrlTemplate = '/Customize/UnitMapPin';387                var colors = randomColor({ count: count });388389                var result = [];390                _.each(colors, function (c) {391                    result.push({392                        color: c,393                        pinIconUrl: unitPinUrlTemplate + "\?color=" + encodeURIComponent(c)394                    });395                });396397                return result;398            }399            400401            function renderUnits(city) {402                var unitsToRender = !city ? units : _.filter(units, function (u) { return u.City == city });403404                var tmpl = $('#un-buildings-list').html();405406                var compiled = _.template(tmpl, { variable: 'data' })(unitsToRender);407408                $('#buildings-placeholder').html(compiled);409410                setTimeout(function () { updateLocationOntheMap(unitsToRender) }, 100);411            };412413            $(".search-button").click(function () {414                var data = $(this).closest('form').serialize();415                updateUnits(data);416            });417418            $('.tab-trigger-btn').click(function () {419                var tab_number = $(this).attr('for');420                var data = $('.searchbar-tab-content' + '.' + tab_number).children('form').serialize();421                updateUnits(data);422            });423424            function updateCities(units, filterCity) {425                var uniqueCityUnits = _.uniq(units, function (item) {426                    return item.City;427                });428429                var uniqueCities = _.map(uniqueCityUnits, function(item) {430                    return item.City;431                });432433                var sortedCities = _.sortBy(uniqueCities);434435                $('#tab-slide').empty();436437                if (!filterCity) {438                    $('#tab-slide').append('<li><label class="tab active">Tout</label></li>');439                }440441                _.each(sortedCities, function (city) {442                    var activeClass = city == filterCity ? "active" : "";443                    $('#tab-slide').append('<li><label for="' + city + '" class="tab ' + activeClass + '">' + city + '</label></li>');444                });445446                createOrRefreshSlider();447            }448449            function createOrRefreshSlider() {450                // if need update slider items, should recreate slider instead refresh(), because had some troubles with refresh451                var slider = $('#tab-slide').lightSlider();452                if (slider) {453                    slider.destroy();454                }455456                $("#tab-slide").lightSlider({457                    item: 4,458                    autoWidth: true,459                    slideMove: 1, // slidemove will be 1 if loop is true460                    slideMargin: 40,461                    appendControlsTo: '#slider-controls',462                    enableDrag: false463                });464            }465466            function updateUnits(data) {467                var triggerElement = $('#listing-content');468                Gotham.LoadingIndicator.showOverlayIndicator(triggerElement);469470                $.post('/Listing/ListingUnits', data, function (model) {471                    units = model.units;472                    refreshListingContent(units, model.city);473                    updateFoundUnitsCount(model.NumberOfAvailableUnits)474                    Gotham.LoadingIndicator.hideOverlayIndicator(triggerElement);475                });476            }477478            function updateFoundUnitsCount(number) {479                $('.result-show').html(number + ' ' + 'Unit&#233;(s) trouv&#233;(s)');480            }481482            function refreshListingContent(units, city) {483                updateCities(units, city);484                initColorMarkers(units);485                renderUnits(city);486            }487488            $('.tab-trigger').on('click', 'label.tab', function() {489                $(this).parent().parent().parent().find("label.tab").removeClass('active');490                $(this).addClass('active');491492                var city = $(this).attr('for');493494                renderUnits(city);495            });496497            function updateLocationOntheMap(units) {498                var byBuilding = groupUnitsByBuilding(units);499                if (units.length > 0) {500                    Gotham.GoogleMaps.setListingLocations(document.getElementById("googleMap"), byBuilding);501                } else {502                    Gotham.GoogleMaps.setCompanyLocation(document.getElementById("googleMap"), "685 8e Rue, Saint-Georges, QC G5Y 7A3, Canada", '46.1189501', '-70.6842625');503                }504            };505        });506    </script>507508    <script type="text/template" id="un-buildings-list">509        <div class="maincontent">510            <% _.each(data, function(unit) { %>511            <div class="item-list-1" style="border-left-color: <%= unit.markerInfo.color %>" buildingId="<%= unit.Building.BuildingId %>">512                <a href="<%= unit.BuildingUrl %>?lang=fr-CA">513                    <div class="unit-image">514                        <img class="<% if (unit.PreviewUrl.indexOf(" .svg")> -1) {%>default-img<% }%>" src="<%= unit.PreviewUrl %>" alt="#" width="115" height="115">515                    </div>516                    <div class="item-content">517                        <h3 class="accent_color_2"><%= unit.Apartment.UnitName %></h3>518                        <span class="<%= unit.Apartment.ListingApartmentTypeString%>-unit"></span>519                        <div class="building-add"><%= unit.Address.Full %></div>520                        <ul class='building-main-info <%= !unit.Apartment.IsResidential?" commercial":"" %>'>521                            <li class="price"><%= unit.Apartment.PriceFormatted %></li>522                            <li class="area-size"><%= unit.Apartment.Area == 0 ? "--" : unit.Apartment.Area %> (Pi.Ca.)</li>523                            <% if (unit.Apartment.IsResidential) { %>524                            <li class="bathrooms"><%= unit.Apartment.NumberOfBathrooms %></li>525                            <li class="total-bedrooms"><%= unit.Apartment.NumberOfBedrooms %></li>526                            <% } %>527                            <li class="icons">528                                <% if(unit.ParkingsIsAvailable) { %>529                                <img src="/Customize/Svg?name=parking&amp;accentColor=2&amp;ver=rgba%280%2C70%2C128%2C1%29" alt="#">530                                <% } %>531532                                <% if(unit.StoragesIsAvailable) { %>533                                <img src="/Customize/Svg?name=storage&amp;accentColor=2&amp;ver=rgba%280%2C70%2C128%2C1%29" alt="#">534                                <% } %>535536                                <% if(unit.OnlinePaymentsIsAvailable) { %>537                                <img src="/Customize/Svg?name=online-payment&amp;accentColor=2&amp;ver=rgba%280%2C70%2C128%2C1%29" alt="#">538                                <% } %>539                            </li>540                            <% if (unit.Building.Phone!=""){%>541                            <li class="phone-num"><%= unit.Building.Phone %></li>542                            <% } %>543                        </ul>544                    </div>545                </a>546            </div>547            <% }); %>548        </div>549    </script>550</div>551552553        554<!-- FOOTER -->555556    <div class="footer wrapper accent_color_3_background">557        <div class="page-content section_3 clearfix">558            <div class="company-info ">559                <div class="company-title barFontColor">560                    <img src="https://wfiles.buildingstack.com/resources/image/QabHR50sLKjOHNDkDsyuERoZ6vonCvwU1" alt="" height="30" />Edifia Groupe Immobilier561                </div>562                <div class="powered-by barFontColor">563                    R&#233;alis&#233; par564                    <a href="https://www.buildingstack.com/">565                        <img src="/Content/Images/listings/footer-logo-bstk.svg" alt="" />566                    </a>567                </div>568                <p class="copyrights barFontColor">&#169;2026 BuildingStack™. Tous droits r&#233;serv&#233;s.</p>569                <ul class="links">570                    <li><a href="/legal/terms" target="_blank">Conditions D&#39;utilisation</a></li>571                    <li><a href="/legal/privacy" target="_blank">Politique de Confidentialit&#233;</a></li>572                    573                </ul>574            </div>575                <div class="contact">576                    <h3 class="upper-case accent_color_1">SI&#200;GE SOCIAL</h3>577                                            <p class="phone barFontColor">(418) 800-4040</p>578                </div>579                            <div class="socialmedia">580                    <h3 class="upper-case accent_color_1">M&#201;DIAS SOCIAUX</h3>581                    <ul class="social-icons">582                            <li class="fb"><a href="https://www.facebook.com/EdifiaGroupeImmobilier"></a></li>583                                                                                                    <li class="in"><a href="https://www.linkedin.com/company/53118586/admin/"></a></li>584                                                    <li class="yt"><a href="https://www.youtube.com/@edifiagroupeimmobilier7116"></a></li>585                                            </ul>586                </div>587        </div>588    </div>589<!-- END FOOTER -->590    </div>591    592</body>593</html>594