function PageQuery(q) { if(q.length > 1) this.q = q.substring(1, q.length); else this.q = null; this.keyValuePairs = new Array(); if(q) { for(var i=0; i < this.q.split("&").length; i++) { this.keyValuePairs[i] = this.q.split("&")[i]; } } this.getKeyValuePairs = function() { return this.keyValuePairs; } this.getValue = function(s) { for(var j=0; j < this.keyValuePairs.length; j++) { if(this.keyValuePairs[j].split("=")[0] == s) return this.keyValuePairs[j].split("=")[1]; } return false; } this.getParameters = function() { var a = new Array(this.getLength()); for(var j=0; j < this.keyValuePairs.length; j++) { a[j] = this.keyValuePairs[j].split("=")[0]; } return a; } this.getLength = function() { return this.keyValuePairs.length; } } function queryString(key){ var page = new PageQuery(window.location.search); return unescape(page.getValue(key)); } function validation(){ var msg=''; if(document.forms.frmStep2.first_name.value==''){msg+='\n -First Name';} if(document.forms.frmStep2.last_name.value==''){msg+='\n -Last Name';} if(document.forms.frmStep2.email.value==''){msg+='\n -Email';} if(document.forms.frmStep2.daytime_phone.value==''){msg+='\n -Daytime Phone';} if(msg==''){ return true; }else{ alert('You forgot to fill the following fields:\n' + msg); return false; } } var page = new PageQuery(window.location.search); var qstring = String(page.getParameters()); var page_info = new Array(); var session_id = ''; page_info = qstring.split('.'); if(qstring == ''){ document.write('

Resort Real Estate

Like all Intrawest resorts, Tremblant was created from an irresistible blend of magic and logic. Behind the natural flow of neighbourhoods that dot the mountainside, lies a carefully-conceived master plan that makes the most of this stunning natural environment. Inspired by the charm of European Villages and Old Québec city, and guided by the hand of Mother Nature, Tremblant is a world where the benefits of mountain air and the "je-ne-sais-quoi" of French culture come together to create a resort experience like no other.

Enjoy year-round outdoor events, restaurants and shopping in the village. Ski, hike, swim and golf - all in the same day and only two hours from Ottawa!

 

Which Neighbourhood at Tremblant is right for you?
 I love the excitement of the village
 My family wants to ski all day and relax together at night
 I\'m looking for a winter/summer vacation home
   

   

'); }else if(page_info[1] == '2'){ session_id = page_info[0]; document.write('

Domain du Village

- A neighbourhood featuring professionally managed, fully equipped and furnished condominium-hotel properties.
- Located at the heart of it all - steps from the Cabriolet, gondola, village shops and restaurants.
- Direct ski access from your condo-hotel.
- Activities at your doorstep all year round.

Domaine du Geant

- Five forested enclaves of large family homes and condominiums, featuring personalized décor and optional rental management programs or simply year round living.
- Five distinct communities bordering world-class fairways.
- Overlooking Le Géant golf course, great views from your mountain home.

Domaine de la Foret

- Ski in ski out townhomes and condominiums, also featuring residential characteristics of personalized décor and optional rental management program.
- Location offering the best of both mountain and village life, many homes with stunning views of lake and resort Village.

Domaine Nansen

- Largest homes of the resort, offering innovative fractional ownership model and full ownership.
- Ski in ski out access through the Nansen ski trail
- Tremblant newest neighbourhood is also its quietest, most secluded sector, proximity to Tremblant National park ease of access to the pedestrian village.

Versant Soleil

- The continuation of Tremblant\'s masterplan, Versant Soleil\'s is the most eagerly awaited new development at Tremblant in years.

 

Register today for more information and a Tremblant sales specialist can guide you to the home and lifestyle you\'ve always longed for.
First Name:
Last Name:
Email:
Address:
City:
Province:
Country:
Daytime Phone:
 

'); }else if(page_info[1] == '3'){ session_id = page_info[0]; document.write('

Let us help you find your Tremblant home

Through your Keller Willams agent you have access to most knowledgeable Tremblant real estate specialists. Our privileged relationship with Intrawest in Tremblant means that together, we can assist you in finding your dream resort home.

I\'m interested in:

Neighbourhoods: 
 South Village
 Domaine du Geant
 Domaine de la Foret
 Domaine Nansen
 Versant Soleil
Price Range:
Type:
How much time do you plan
on spending at Tremblant?
How can we help you? 

 

 
'); }else if(page_info[1] == 'c'){ document.write('

Thank you!

Thank you for your interest in Tremblant Real Estate. An agent will contact you shortly.

 

 

 

'); }