3 Beds
1 Bath
1 Space
No Smoking
Available:
30 May
Refreshed and ready to enjoy, this sunny and warm three-bedroom home features new paint and carpet throughout, a tidy kitchen/laundry area, and a family bathroom with both shower and bath. Stay cosy with the woodburner through the winter months, and enjoy easy outdoor living flow with a fenced, low-maintenance section and rear deck. Complete with a large carport and an additional hobby room for extra space or storage.
View all our available properties at 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 || []);
}
});">