Full of character and charm, this 2-bedroom 1870's home beautifully blends timeless appeal with modern upgrades, all in one ultra-convenient central Nelson location. From the moment you step inside, you will appreciate the warmth and history on display: light-filled living areas, polished features that nod to the home's heritage, and thoughtful updates that make everyday living effortless.
The layout offers flexibility for singles, couples, or small families, with 2 generous bedrooms, a refreshed kitchen, and seamless indoor/outdoor flow. Step outside to enjoy the sunny courtyard and garden, perfect for entertaining friends, sharing a meal, or simply relaxing with a glass of wine in your own private retreat.
Opportunities like this do not last long. To learn more or secure your private viewing, get in touch with Team Nalder today.
{
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 || []);
}
});">