Under Offer Perfect First Home or Investment Opportunity Discover the charm of this delightful single-level villa, perfectly situated within a well maintained complex of seven villas . Enjoy the ultimate convenience with double parking right at your doorstep and two private courtyards providing ample space for entertaining or for a young family to enjoy comfortable living. This neat and tidy home is move in ready. Freshly painted throughout and the addition of new carpets further enhance the space and provides a fresh and inviting atmosphere for the lucky buyer or tenant. You simply cannot beat the location. Whilst this desirable property offers a peaceful and private sanctuary, it is just a short drive from the vibrant dining and shopping precinct of Como and Applecross, and only a brief walk to the train station, ensuring a quick commute to the city. This absolute gem will tick all your boxes, it's ideal for first-time buyers or as a savvy investment opportunity, with rental potential of approximately $650 per week. Don't delay your viewing, this one will go quickly! ADDITIONAL DETAILS Construction: Brick and tile Build Year: Circa 1984 Internal Size: 84 sqm Carport Parking: Two cars (side by side) Courtyards: Two with gate access External Storeroom MORE FEATURES Split system air conditioning NBN FTTP Gas cooking and bayonet in the living area for heating Alarm system OUTGOINGS Strata Fees: $750 + Reserve $60 per qtr Council Rates: $1,847 per annum approx. Water Rates: $1,014 per annum approx. Call/text/email Giuli Zirino if you require any additional information otherwise we look forward to meeting you at home opens, times as advertised. *****Buyers in the $600K's are encouraged to view the property with all offers presented as received **** Disclaimer: Whilst every care has been taken in preparing this advertisement and all information is provided in good faith, neither the agent nor the seller accept responsibility for any errors, omissions, or mis-descriptions. Prospective buyers should make their own independent enquiries to their full satisfaction in relation to the property prior to submitting an offer. Features Air Conditioning Built In Robes 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_6a623047f2f67', { 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([-32.00210000, 115.86240001], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);