This very sunny brick home offers easy, low-maintenance living in a sought after location. Featuring 2 double bedrooms, a single internal-access garage, and open-plan living that flows through to a warm, light-filled conservatory, ideal for year-round relaxation.
The home sits on a well-established garden, providing a peaceful and private setting without the trouble of too much upkeep.
Just minutes from Stoke shopping centre, cafes, and the medical centre, with schooling for all ages literally at the end of the street. Bus routes to Nelson City and Richmond are also nearby, making this property a superb choice for all stages of life.
An excellent opportunity for first-home buyers, downsizers, seeking a well-presented, well-located property.
{
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 || []);
}
});">