3 Beds
1 Bath
1 Garage
No Smoking
Available:
19 June
This Generously sized 3 bedroom home contains Large bedrooms with wardrobes, Extra rumpus room, open plan living and a log burner and heat pump to keep you cosy all year round. Featuring a large section for those who enjoy the out doors, single garage and multiple off street parking.
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 || []);
}
});">