Under Offer Perfect First Home or Investment Opportunity Discover the charm of this delightful single-level villa, perfectly situated within a well maintained secure complex of just five homes. Enjoy the ultimate convenience with parking right at your doorstep, plus extra visitor bays within the property boundary. Embrace the cozy original features, this neat and tidy home is move in ready. Alternatively, it also provides the opportunity for you to make it your own. A clever makeover would transform this space into something truly special and ultimately add further value. You simply cannot beat the location. Whilst this comfortable home offers a serene and private retreat, it's just a short stroll away from the vibrant Mt Lawley Beaufort Street dining and shopping precinct. This absolute gem will tick all your boxes, making it perfect first home or a smart investment (rent potential approx $600 per week). Don't delay your viewing, this one will go quickly! ADDITIONAL DETAILS Lot Size: 128sqm - Part Lot Strata Construction: Brick and tile Build Year: Circa 1981 Internal size: 73 sqm Carport parking for one car near front door Two courtyards Separate toilet Security gated entrance to the complex OUTGOINGS Strata Fees: $750 per quarter Council Rates: $1,562 per annum approx. Water Rates: $1,058 per annum approx. Call/text/email Giuli if you require any additional information otherwise we look forward to meeting you at home opens, times as advertised. *****Buyers in the $500K's are encouraged to come and inspect the property with all offers presented as received **** 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_6a6230b9dc6b1', { 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: #003244; 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([-31.92967997, 115.87848999], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);