3 Beds
1 Bath
1 Space
No Smoking
Available:
13 June
Warm and sunny home close to Tahuna Beach and schools. Spacious living and three double bedrooms, family bathroom with shower over bath, and a separate toilet.
Fully fenced easy care section, single garage.
More properties are available 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 || []);
}
});">