Built in 2020 by Mike Greer Homes, this 161sqm, 3-bedroom, 2-bathroom home with double garage offers the best of both worlds—just 2.5km from Stoke shops, yet with peaceful rural and sea views. Set on a 504sqm easy-care section.
The vaulted living room ceiling adds space and light, opening to a large private patio with pergola. The open-plan kitchen includes a walk-in pantry, Smeg appliances, induction hob, and fridge.
The sunny master bedroom features a walk-in wardrobe and ensuite. There's excellent storage throughout, including attic space with power, workbench, and ladder access.
Extras include a security camera system (app-controlled) and parking for a small boat. The balance of a 10-Year Master Build Warranty can be transferred.
Contact Dwayne or Emma to view or request an info pack.
{
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 || []);
}
});">