Built in 2020 by Mike Greer Homes, this stylish 3-bedroom, 2-bathroom home offers low-maintenance living with peace of mind, thanks to the remainder of the Masterbuild Guarantee. Nestled on a secluded, easy-care section surrounded by mature trees, this property is perfect for first-home buyers, investors, and downsizers alike.
Enjoy the ease of open-plan living, a master bedroom with ensuite, and double garaging with internal access. Soak up all-day sun and unwind in the private outdoor patio, ideal for entertaining or relaxing.
With schools, walking and biking tracks, and central Richmond just minutes away, plus a short stroll to the Sprig & Fern and local dairy, this location has it all!
Modern, low-maintenance, and move-in ready with immediate possession available — don’t miss this fantastic opportunity!
{
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 || []);
}
});">