On a quiet back section with all-day sun, you will find this well-presented 2-storey, colonial-style family home. There is a master bedroom, spacious, open-plan living, dining and kitchen, plus a bathroom and second toilet, all on the ground floor. Upstairs are 2 double bedrooms and a half bathroom with a vanity and toilet. The living and master bedroom open to a wide wraparound deck which steps down to a sunny private BBQ entertainment area. From the back door, you step onto a second wide deck and can cross to a smaller deck, which leads you to the freestanding office/rumpus room or sleepout. This home is designed for great family living with space for family get-togethers but also quiet areas to relax in. As you drive in, there is a double garage, carport and garden shed plus extra parking for the boy's toys.
Set amongst lawns, gardens, and fruit trees, it is close to the Waimea Education area, which has a preschool, primary school, intermediate school, and colleges nearby. It also has a connection to cycleways and the great outdoors.
{
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 || []);
}
});">