Call
604-657-1742
Email
parm.pooni@evrealestate.com
Toggle navigation
Home
Properties
Featured Properties
Office Listings
Solds
Listing Search
Property Map Search
MLS® sold Search
Buildings
Patina Living
For Sale At Patina
Dolce Vita
For Sale At Dolce
For Sale At Vita
The Charleson
For Sale At The Mark
For Sale At The Charleson
Tools
Home Evaluation
Mortgage Calculator
Buyers
Sellers
Open House
Tax Calculator
Neighbourhoods & Communities
About Vancouver
Coal Harbour
Downtown Vancouver
Kerrisdale
Kitsilano
North Vancouver
Point Grey
Vancouver East
West End
West Vancouver
Yaletown
Marketing
Blog
About
About Parm
About E & V
Testimonials
Contact
Search
Beds
0+
1+
2+
3+
4+
Baths
0+
1+
2+
3+
4+
Price:
From $
To $
Type of Unit
select all
unselect all
Apartment
Duplex
Fourplex
House
Mobile
Other
Recreational
Townhouse
Triplex
Submit
Properties at This Location
Show the whole map's listings
Map's Full Listings
Previous Page
Next Page
Show only listings in selected location
\n {.end}\n {.or}\n no listings\n {.end}\n <\/div> \n\n
\n
\n
\n
\n
\n
<\/i> Previous\n <\/a>\n <\/li>\n
\n
\n Next
<\/i>\n <\/a>\n <\/li>\n <\/div>\n <\/div>\n <\/div> \n\n <\/div> \n "; // This theme's styles // ------------------- var initialHref = window.location.href; var numberWithCommas = function (x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } $(document).ready(function(){ var originalWidth = $(window).width(); var resizeCallback = function(){ if ($(window).width() < 992) { $('#mapcell').height(300); $('.full-search-form').hide(); $(window).load(function(){ map.setOptions({ streetViewControl: false, mapTypeControl: false }); }); } else { $('#mapcell').height(500); $('.full-search-form').show(); $(window).load(function(){ map.setOptions({ streetViewControl: true, mapTypeControl: true }); }); } } $(window).resize(function(){ // Some browsers trigger resize event when scrolling. This conditional verifies resize. if ($(window).width() != originalWidth) { resizeCallback(); } }); resizeCallback(); // START: Price Slider // ------------------- var sliderPriceData = new Array(); var interValPrice = 10000; for (var currentPrice = 0; currentPrice <= 10000000;) { sliderPriceData.push(currentPrice); if (currentPrice >= 1000000) { interValPrice = 100000; } currentPrice = currentPrice + interValPrice; } var currentMaxPrice = isNaN($.cookie("slider-range-price.currentMaxPrice")) ? (sliderPriceData.length - 1) : $.cookie("slider-range-price.currentMaxPrice"); var currentMinPrice = isNaN($.cookie("slider-range-price.currentMinPrice")) ? 0 : $.cookie("slider-range-price.currentMinPrice"); if (currentMaxPrice == sliderPriceData.length) { } var updateMaxPrice = function(){ maxPrice = Math.ceil( $('#price-slider-container #slider').slider("value") ); $('#price-slider-container .value').text(maxPrice); } var showPriceRangeString = function(minPrice, maxPrice) { $('#price-slider-container .value').text("$"+ numberWithCommas(minPrice) +" to $"+ numberWithCommas(maxPrice)); } $('#price-slider-container .slider').slider({ range: true, min: 0, max: sliderPriceData.length - 1, step: 1, values: [currentMinPrice, currentMaxPrice], create: function(){ getPrices = function() { minPrice = $('#from_price').val(); maxPrice = $('#to_price').val(); if (minPrice == null || minPrice == "" || maxPrice == null || maxPrice == "") { // try again setTimeout(getPrices,500); } else { showPriceRangeString(minPrice,maxPrice); } } getPrices(); }, slide: function (event, ui) { var maxPrice = sliderPriceData[ui.values[1]]; var minPrice = sliderPriceData[ui.values[0]]; $('#from_price').val(minPrice); $('#to_price').val(maxPrice); $.cookie("slider-range-price.currentMaxPrice", ui.values[1]); $.cookie("slider-range-price.currentMinPrice", ui.values[0]); if (maxPrice == 10000000) { maxPrice = 'Unlimited'; } else { maxPrice = numberWithCommas(maxPrice); } showPriceRangeString(minPrice,maxPrice); }, change: function (event, ui) { // console.log('sending the from_price: ' +minPrice); var maxPrice = sliderPriceData[ui.values[1]]; var minPrice = sliderPriceData[ui.values[0]]; updateStateObject('from_price', minPrice); updateStateObject('to_price', maxPrice); } }); // ----------------- // END: Price Slider // Mobile UI // --------- var scrollTopListings = function(){ $('body,html').animate({ scrollTop: $('.main').offset().top }, 'fast' ); } $('.show-form').click(function(){ $('#mapcell').slideUp('fast'); $('.full-search-form').slideDown('fast'); }); var markerButtonHtml = '' + '
' + '
View Listings' + '
' var hideMarkerResults = function(isScroll){ $('#marker-click-results').slideUp('fast'); $('.full-map-results').slideDown('fast'); $('.mobile-map-marker').html(markerButtonHtml); eventBindShowLocationResults(); if (typeof(isScroll) == 'undefined' || typeof(isScroll) == true) { scrollTopListings(); } } $('.hide-marker-click-results').click(function(){ hideMarkerResults(); }); $('.hide-form').click(function(){ $('#mapcell').slideDown('fast'); $('.full-search-form').slideUp('fast'); infowindow.close(); hideMarkerResults(false); }); var eventBindShowLocationResults = function() { $('.show-marker-click-results').click(function(){ $('#marker-click-results').slideDown('fast'); $('.full-map-results').slideUp('fast'); $('.mobile-map-marker').html('See results below'); scrollTopListings(); }) } eventBindShowLocationResults(); $('.full-map-results .pagination a.enabled').click(function(){ scrollTopListings(); }); if ($(window).width() < 992) { $(window).load(function(){ google.maps.event.addListener(infowindow, 'closeclick', function(){ hideMarkerResults(false); $('.show-marker-click-results').hide(); }); google.maps.event.addListener(infowindow, 'domready', function(){ $('.show-marker-click-results').show(); }); }) } // Pan to user's location // If W3C Geolocation location exists, and there no search parameters in URL if ($(window).width() < 992) { zoomLevel = 15; } else { zoomLevel = 14; } if (navigator.geolocation && initialHref.match(/#/) == null ) { browserSupportFlag = true; navigator.geolocation.getCurrentPosition(function(position) { initialLocation = new google.maps.LatLng(position.coords.latitude,position.coords.longitude); map.setCenter(initialLocation); map.setZoom(zoomLevel); }, function() { handleNoGeolocation(browserSupportFlag); }); } // Browser doesn't support Geolocation else if (initialHref.match(/#/) == null) { var mapDefaultPan = function(LatLng){ LatLng = LatLng.replace(" ",""); pair = LatLng.split(","); latlngInstance = new google.maps.LatLng({lat: parseInt(pair[0]), lng: parseInt(pair[1])}); $(window).load(function(){ map.setCenter(latlngInstance); map.setZoom(zoomLevel); }); } $.get("http://ipinfo.io", function(response) { if (response.loc != "" && typeof(response.loc) != "undefined") { mapDefaultPan(response.loc); } }, "jsonp"); } }); // Document ready -->