2 Beds
1 Bath
1 Garage
Pets Allowed
No Smoking
Available:
4 May
Easy care tidy, two-bedroom home with modern kitchen. Its close proximity to town, everything you need is at your doorstep.
The convenience of a nearby bus stop adds to the appeal, making commuting a breeze. The single garage provides secure parking for your vehicle and additional storage. The minimal garden maintenance required, allows you to spend more time enjoying the surrounding amenities.
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 || []);
}
});">