Craftsman Built Home with Panoramic Views and Pool Contemporary living in a tightly-held street and a generous 667m2 allotment with uninterrupted views across the 6th fairway and the gorgeous paved pool area. This stunning home, built by SK Dunstan Builders, simultaneously achieves grand elegance and valuable versatility. Picture yourself and the family indulging in long balmy evenings on the balcony watching the kids splash about in the pool. A great lifestyle property with so much to offer. What YOU'LL LOVE: - Elevated upstairs living captures sweeping fairway and sky views, flowing to a spacious balcony perfect for sunset entertaining and relaxed evenings outdoors - A private resort-style setting with a self-cleaning 8x4m saltwater pool (solar and gas heated), glass fencing and covered alfresco area for effortless year-round entertaining - Built by SK Dunstan and designed by Studio PK, the home showcases soaring ceilings, solid hardwood timber floors, double glazing, and natural finishes that create warmth, space and understated luxury - Set on approximately 667sqm, the property delivers a rare sense of open acreage-style living with tranquil golf course surrounds, direct fairway access and room to park a boat or caravan at the side of the house - A versatile fourth-bedroom retreat with lounge/TV area and electric blinds is ideal for guests, teenagers or holiday accommodation - The family bathroom features a spa bath, offering a relaxing retreat after long coastal days. - A secluded Finnish sauna adds to the home’s lifestyle appeal, ideal for post-surf recovery or quiet evenings to unwind - Fresh landscaping, dual driveways, security system, ducted vacuum, remote garage, LED lighting and split-system heating/cooling plus gas log fireplace built in hearth, sheer curtains, plumbing to fridge, complete this exceptional coastal home What The VENDOR LOVES: 'What we’ll miss most is the lifestyle this home offers: Morning coffees overlooking the fairway, opening the doors to the sea breeze, afternoons spent by the pool, and sunset drinks on the balcony as the sky changes over the course. The peaceful green outlook, privacy, and resort-like feel make it a place that’s easy to fall in love with.' Features Air Conditioning Alarm System Built In Robes Deck Dishwasher Floorboards Fully Fenced Open Fire Place Outdoor Entertaining Pay TV Pool - Inground Remote Garage Rumpus Room Secure Parking Split System Aircon Split System Heating Study Tennis Court Vacuum System Location +− Leaflet .leaflet-pane, .leaflet-map-pane { z-index: 40; } .leaflet-top, .leaflet-bottom { z-index: 80; } // The default zoom control location is top-left, but the legacy React component had it top-right // There is no simple way to 'move' the default zoom control here, so initilizing map without it // and then adding new controls to top-right var map = L.map('map_6a59ac204518e', { zoomControl: false }); map.addControl( L.control.zoom({position: 'topright'}) ) map.scrollWheelZoom.disable(); // Stadiamaps as the provider L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png', { maxZoom: 20, }).addTo(map); // Create a feature group to hold the markers var markerGroup = new L.FeatureGroup(); map.addLayer(markerGroup); // Custom icon that matches legacy React component and allows for colouring const markerHtmlStyles = `background-color: #00437c; width: 3rem; height: 3rem; display: block; left: -1.5rem; top: -1.5rem; position: relative; border-radius: 3rem 3rem 0; transform: rotate(45deg); border: 1px solid #FFFFFF`; const icon = L.divIcon({ className: "my-custom-pin", iconAnchor: [0, 24], labelAnchor: [-6, 0], popupAnchor: [0, -36], html: `<span style="${markerHtmlStyles}" />` }); // add the markers var markerOptions = { icon: icon } var marker = L.marker([-38.30635628, 144.35392365], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);