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.”);
}
});
Exceptional opportunity to own a stunning 2-bedroom, 2-bathroom condo in the heart of Richmond! Located in the prestigious Central of Richmond, this SOUTH facing unit boasts an open layout with a large balcony offering breathtaking city and garden views. Enjoy the luxury of European kitchen cabinetry, high-end stainless steel appliances, and quartz countertops. The master bedroom features an ensuite with double sinks and a spacious walk-in closet. Residents have access to top-notch amenities including a fully equipped gym, lounge, children's play area, BBQ party area, and a private dining room. Conveniently situated near the skytrain, shopping, restaurants, and more. Includes one EV parking stall. Ideal for both living and investment. Open house on April 19/20 Sat/Sun @2-4pm
Data was last updated April 19, 2025 at 07:40 PM (UTC)
Area Statistics
Listings on market:
482
Avg list price:
$825,500
Min list price:
$259,000
Max list price:
$5,998,000
Avg days on market:
50
Min days on market:
2
Max days on market:
1,053
Avg price per sq.ft.:
$978.45
These statistics are generated based on the current listing's property type
and located in
Brighouse. Average values are
derived using median calculations.