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 BRAVO! This recently renovated corner unit with West and South facing is situated in the central area of Richmond and contains 2 bedrooms and 2 bathrooms with a balcony. The property is equipped with top-of-line appliances from brands such as AEG, Fisher & Paykel, and Bloomberg. Grohe bathroom fixtures and faucets, granite countertops, air conditioning, and wooden cabinetry are fitted throughout the entire property. The building itself has been well maintained and includes an exercise centre, party room, and playground. Richmond Centre, Lansdowne, Richmond Public Market, Price Smart Foods, and numerous restaurants and shops are all just minutes away. Easily take the Canada Line to anywhere in Metro Vancouver. Cook Elementary, Kwantlen, and Trinity University are also close by.
Data was last updated June 3, 2025 at 10:40 PM (UTC)
Area Statistics
Listings on market:
501
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:
1
Max days on market:
1,098
Avg price per sq.ft.:
$972.79
These statistics are generated based on the current listing's property type
and located in
Brighouse. Average values are
derived using median calculations.