Step into the generous entranceway that sets the tone for the rest of the home. The open-plan kitchen and dining area seamlessly connect through bi-fold doors to a covered patio and a charming gazebo - perfect for year-round entertaining. Adjacent, the sun-drenched separate lounge offers a peaceful retreat with easy access from the main living areas.
With 4 double bedrooms, there’s plenty of room for the whole family. The main bedroom features a walk-in wardrobe, ensuite, and its own private deck overlooking the garden, whilst the tiled family bathroom offers a shower, vanity, heated towel rail with the added convenience of a separate toilet.
Storage is abundant throughout, and the separate laundry includes direct access to the outdoor clothesline. A double internal-access garage also includes an external exit for practicality.
Located in a sought-after Stoke neighbourhood, this home is just moments from Saxton Sports Fields, local walkways, and an easy drive to both Richmond and Stoke shopping centres. A family haven in a prime location!
{
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 || []);
}
});">