What more could you ask for? It's all about the land, location, and potential. Set on a generous 1,113sqm section in Annesbrook, this 3-bedroom home presents an excellent opportunity for families or buyers looking to add value over time. The functional layout includes open-plan kitchen and dining, a separate lounge, and a double garage with great off-street parking. Set back off the road this setting offers scope to enhance privacy with thoughtful landscaping, creating a comfortable family home close to schools, amenities, and transport links between Nelson and Richmond.
{
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 || []);
}
});">