Whether you're a first-home buyer or an investor, 2/220 Waimea Road could be the perfect opportunity.
Built in the 1990s, this fully insulated Hardiplank home with a heat pump for all year-round comfort is tucked away from the road, offering privacy and security. It's well-positioned for easy living, with straightforward access to Nelson CBD and convenient proximity to schools and local amenities.
The home features 3 bedrooms - 2 doubles and 1 single, and an open-plan kitchen and living area, creating a welcoming space for family life and entertaining. A ranch slider leads to a private deck, perfect for summer barbecues and outdoor relaxation, and a single external-access garage provides secure parking, while additional off-street spaces offer convenience for guests. Plus, the property sits on a low-maintenance yard with no lawns to mow, making outdoor upkeep effortless.
A great starter home, ready for you to put your own stamp on and make your own. Contact Team Williams today for more information or see you at the open home.
{
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 || []);
}
});">