We have a spacious cottage available, set amongst other cottages in a lovely orchard environment with great neighbours.
The cottage features a large open-plan lounge, dining, and kitchen area, along with a separate large bedroom. The toilet and shower are located approximately 20 metres from the cottage. A newly installed heat pump provides year-round comfort.
Additional features include car garaging, lawns fully maintained. Please note this is a shared driveway with other cottages and a working orchard.
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 || []);
}
});">