Set on an elevated site overlooking Stoke with ocean views, this home offers comfortable, modern living in a sought-after location.
It features three generous bedrooms plus a dedicated office, making it ideal for growing families or those working from home.
The modern kitchen flows effortlessly into the family living areas, while spacious, well-designed bathrooms provide both comfort and practicality.
A covered outdoor entertaining area extends directly off the main living spaces, creating an inviting setting for year-round gatherings and relaxed outdoor living.
To view all our 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 || []);
}
});">