Under Offer Comfortable Living - No Strata Fees This charming townhouse located in the hear of Como provides the perfect opportunity for first home buyers or country buyers seeking a low maintenance, lock 'n' leave. With rent potential of $600 per week or more , this also makes perfect sense for astute investors looking to expand their property portfolio. Offering 72sqm of internal living space, this property provides comfortable areas for its new owners. The open-plan living and dining area seamlessly connects the front and rear courtyards, creating an excellent space for entertaining guests or or relaxing outdoors. Conveniently located near shops, schools, and public transport, this townhouse promises a low-maintenance and comfortable lifestyle. With a price guide in the $500,000's, it presents a great opportunity to get into the market in this sought-after area. Don't miss out on this one -contact us today to arrange a viewing! DETAILS Street front position Private front and rear courtyards Modern updated kitchen and bathroom Two car bays External store room Spacious bathroom/laundry combined Two toilets Internal walk-in store room Split system reverse cycle air conditioning SIZE - 72sqm internal living area - 148sqm Part Lot Strata OUTGOINGS Strata: No strata fees - building insurance and water consumption only Council: $1,816.92 pa Water: $916.13 pa 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. 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_6a6230bd54795', { 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.99745242, 115.86412190], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);