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.”);
}
});
Don't miss this one-of-a-kind 900+ sq. ft. inside corner unit—the only one in the development! Featuring 2 beds, 2 baths, and a massive 600 sq. ft. enclosed private wrap-around patio with direct access to the inner courtyard & resort-style amenities. Built by renowned Intercrop, this 4-year-young concrete high-rise boasts upgraded laminate floors, air conditioning, Bosch appliances, extra cabinetry, and an oversized laundry room. Prime location across from the Richmond Oval, steps to T&T, Shoppers, dining, and more. Includes 24/7 concierge, 1 EV parking & 1 locker. Book your private showing today! OPEN HOUSE: June 7th & 8th, 2-4PM
Data was last updated June 6, 2025 at 08:40 AM (UTC)
Area Statistics
Listings on market:
519
Avg list price:
$816,000
Min list price:
$229,900
Max list price:
$5,998,000
Avg days on market:
60
Min days on market:
1
Max days on market:
1,101
Avg price per sq.ft.:
$966.67
These statistics are generated based on the current listing's property type
and located in
Brighouse. Average values are
derived using median calculations.