2 Beds
1 Bath
1 Garage
1 Space
No Smoking
Available:
Now
This sunny and private 2 bedroom home is located close to the beach, walking trail, public transport links and schools. Spacious wraparound living area, modern kitchen, family bathroom with both bath and shower, plus internal-access garage. Lovely and easy-care outdoor space.
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 || []);
}
});">