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 Attached 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.”);
}
});
Welcome to this bright and spacious 2-bedroom, 2-bathroom corner home at Quintet Tower B, offering air-conditioning, an efficient layout, oversized windows, and a private balcony. Located in the heart of Richmond, this home comes with one parking and PRIVATE patio with access to the entire 6th-floor garden courtyard. Premium amenities also including indoor pool, gym, party room etc. Steps to Richmond Centre, SkyTrain, Minoru Park, and top schools. An ideal home or investment in a highly walkable and vibrant neighborhood. A rare opportunity to live or invest in one of Richmond’s most vibrant and walkable communities! Open house :JUN 8(Sun) 2-4PM
Data was last updated June 3, 2025 at 01:40 AM (UTC)
Area Statistics
Listings on market:
505
Avg list price:
$808,000
Min list price:
$229,900
Max list price:
$5,998,000
Avg days on market:
63
Min days on market:
3
Max days on market:
1,097
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.