2 Beds
1 Bath
1 Space
Pets Allowed
No Smoking
Available:
1 June
This cosy and ideal two-bedroom home is in a fantastic location, situated close to schools and The Junction. The home features two bedrooms with built-in wardrobes, open-plan living, and a heat pump to keep you comfortable all year round.
You’ll also enjoy the sunny porch perfect for making the most of Nelson’s beautiful days, along with off-street parking under a covered carport.
To view all available properties, visit www.summitrentals.co.nz
Apply Now*Please only apply after you have viewed the property.
Share
{
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 || []);
}
});">