This well-presented 2-bedroom brick townhouse offers low-maintenance living in a great location. The spacious master bedroom features its own ensuite and walk-in wardrobe, complemented by a main bathroom for guests.
Enjoy light, bright and sunny open-plan living that flows to a lovely conservatory and covered patio - perfect for relaxing or entertaining year-round. The home also includes a separate laundry, single garage plus an additional off-street park, and easy-care gardens with a lemon and feijoa tree.
With no lawns to mow, you'll have more time to enjoy the lifestyle this location offers - an easy walk to Nelson City, supermarkets, the library, Trafalgar Park, and beautiful river walks.
This property is ideal for downsizers, retirees, or savvy investors looking for a lock-up-and-leave opportunity.
{
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 || []);
}
});">