17a College Street, Motueka, offers sunny, low-maintenance living in a nicely planted setting on the outskirts of town. Perfect as a smart investment or an easy lock-and-leave, this home combines comfort, privacy, and convenience.
Inside, the home features 2 generous double bedrooms, including a master with an ensuite and walk-in wardrobe, plus a dedicated office. The light-filled open-plan kitchen, dining, and living area creates a warm and welcoming hub, kept comfortable year-round with a log burner, heat pump, and double glazing.
A private courtyard provides a peaceful outdoor space to relax or entertain, while the single internal-access garage with laundry adds everyday practicality. The property is serviced by bore water, helping keep running costs down. Conveniently located close to town amenities and a popular cafe, this home is ideally suited to couples, retirees, or investors seeking easy living in a great location.
{
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 || []);
}
});">