Brand New- Act Now Attention Investors and SMSF buyers, this BRAND NEW duplex offers modern living in one of Gillieston Heights premier locations. With a thoughtful layout, this contemporary duplex presents an outstanding opportunity for SMSF buyers and savvy investors seeking a quality, low-maintenance property in a high-demand location. Designed for modern living, the home offers a functional floor plan with separate living and dining spaces flowing seamlessly to a private outdoor entertaining area. Quality finishes, ducted air conditioning, and well-appointed interiors make this an attractive option for long-term tenants and owner-occupiers alike. **Property Features:** * Three generous bedrooms, all with built-in wardrobes and ceiling fans * Spacious master suite complete with private ensuite * Light-filled living and dining area opening to the covered patio and backyard * Contemporary kitchen featuring stone benchtops, stainless steel appliances, and dishwasher * Modern family bathroom with separate shower and bathtub * Ducted air conditioning throughout for year-round comfort * Side Access * Single lock-up garage with internal access * Properties of this type in the area are currently renting for $630/week Whether you're looking to diversify your SMSF portfolio or secure a quality investment with broad tenant appeal, this well-appointed duplex offers the ideal combination of modern design, low-maintenance living, and a convenient location close to schools, shopping, parks, and public transport. An exceptional opportunity to secure a contemporary property in a consistently popular residential market. **Disclaimer:** The information provided has been supplied by the vendor and other sources believed to be reliable. While every care has been taken in preparing this advertisement, no warranty or representation is made as to its accuracy, completeness, or currency. Interested parties should make their own independent enquiries to satisfy themselves of the information contained herein. Features Built In Robes Ceiling Fans Dishwasher Ducted Air-conditioning Fully Fenced Gas Hot Water Service Outdoor Entertaining Remote Garage Side Access Water Tank 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_6a587897032ee', { 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: #ed3237; 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([-32.76324300, 151.52388280], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);