Sunny upstairs flat, above convenience store, has been renovated inside, with updated kitchen and bathroom.
Featuring two double bedrooms and an office, bathroom with shower and separate toilet. Open-plan living and kitchen area with heat pump. and larger shared decking area at entrance with other units. Overlooking Main Street and a short walk to town with one onsite car park. This property is unfurnished.
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 || []);
}
});">