document.addEventListener(‘DOMContentLoaded’, function() {
// Hide area list by default using CSS
document.getElementById(‘area-list’).classList.add(‘hidden’);
// Toggle area list visibility
document.getElementById(‘toggle-areas’).addEventListener(‘click’, function() {
var areaList = document.getElementById(‘area-list’);
areaList.classList.toggle(‘hidden’);
this.textContent = areaList.classList.contains(‘hidden’) ? ‘Show More: Richmond Detached for Sale by Area’ : ‘Show Less’;
});
});
.hidden {
display: none;
}
document.addEventListener(“DOMContentLoaded”, function() {
// Ensure that the DOM is fully loaded
var toggleButton = document.getElementById(“toggle-areas”);
var areaList = document.getElementById(“area-list”);
if (toggleButton && areaList) { // Check if both elements exist
toggleButton.addEventListener(“click”, function() {
if (areaList.style.display === “none”) {
areaList.style.display = “block”;
toggleButton.textContent = “Show Less”;
} else {
areaList.style.display = “none”;
toggleButton.textContent = “Show More”;
}
});
} else {
console.error(“Toggle button or area list not found.”);
}
});
Sub-Penthouse in the Carrera by Polygon - a collection of exclusive parkside apartment residences in Central Richmond. One of the best floor plans with no wasted space. This beautiful unit features sleek Bosh appliances, quartz countertops and distinctive cabinetry, 9-foot high ceiling, etc. Enjoy the amazing view of ocaen, mountain and park from the 17th floor. Relax in a spa-inspired ensuite featuring a spacious walk-in shower with European style thermostatic controls, floating wood cabinets & marble flooring. Steps away from Richmond Centre, Skytrain Station, Minoru Park, Restaurants, Library, Future Minoru Complex with Aquatic Centre and much more. Must see to appreciate!
Data was last updated June 1, 2025 at 02:35 PM (UTC)
Area Statistics
Listings on market:
512
Avg list price:
$812,000
Min list price:
$229,900
Max list price:
$5,998,000
Avg days on market:
62
Min days on market:
2
Max days on market:
1,096
Avg price per sq.ft.:
$969.85
These statistics are generated based on the current listing's property type
and located in
Brighouse. Average values are
derived using median calculations.