This sunny two-bedroom upstairs apartment located above a quiet hair salon, is bright, modern, and well-maintained, offering comfortable living with a heat pump for winter warmth, a sunny balcony perfect for relaxing, and the convenience of undercover parking for one vehicle, all situated close to local amenities, parks, and just a short distance from Nayland College.
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 || []);
}
});">