This home must be sold and we think it is the best buying in Richmond with 4 bedrooms and 2 bathrooms on a 736sqm section.
This property is elevated with great views over the Waimea Plains to the Western Ranges and has a large covered deck area for barbequing and entertaining with friends.
Upstairs features three double bedrooms plus a sun-filled living area. The kitchen looks out over the backyard where kids and pets can play safely and there are further covered outdoor spaces.
Downstairs is a real bonus, with another large bedroom, second bathroom, and toilet, perfect for your extended family or as a teenager's retreat and could be set up for Airbnb or a border. The basement garage is a good size, and there is also another covered area for your trailer, plus lots of off-street parking. If you have been waiting for that perfect family home, priced to sell, then phone us now!
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">