Positioned in a sought-after Stoke neighbourhood, this well built 1975 home offers space, flexibility, and convenience for growing families. Boasting 3 generous bedrooms, 2 separate lounges, and a dedicated office, there’s room here for everyone to spread out and enjoy. The practical layout is complemented by 2 bathrooms, making busy mornings a breeze. Set within easy walking distance to Enner Glynn School, the location is ideal for families, with all other schooling options close by, including the popular Nayland area and easy access into Nelson City for colleges. The home offers solid construction and plenty of potential to add value or simply enjoy as is. With ample living space and a family-friendly setting, this is a fantastic opportunity to secure a home in a well-established and convenient location. Act now to secure your place in Stoke - homes in this location are always in demand.
{
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 || []);
}
});">