Home Open Cancelled - Under Offer Welcome to this charming and spacious townhouse located opposite the Royal Perth Golf Course. Nestled in a well-maintained complex of only eight townhouses and within walking distance to the shopping and dining precincts of Mends Street, South Perth, and Preston Street, Como, this location is truly exceptional. This wonderful home features a fantastic layout with unique, stylish architecture and fresh, neutral tones throughout, creating a sense of light and space. The private front courtyard and spacious rear courtyard provide ample room for outdoor entertaining with family and friends or for pets to run around. The internal updates to the home allow you to move in immediately and enjoy all that this amazing location has to offer. The spacious open-plan living area, generous kitchen, and separate dining room, which can easily be converted into a home office or guest bedroom, ensure there is plenty of space for comfortable and convenient living. Additional features include rare side-by-side double carport parking , split system air conditioning, built in robes in both bedrooms. With close proximity to local amenities, parks, and public transport, and a short drive to the Perth CBD, this property is ideal for anyone seeking low maintenance and comfortable living. Don't miss the opportunity to make this your new home. The Details Internal size: 105sqm Total strata lot size including parking and courtyards: 204sqm Council Rates: $1964.65 p.a Water Rates: $1040.52 p.a Strata: $682.51 per qtr PET FRIENDLY strata complex Contact Giuli Zirino today for more information and to arrange a viewing or to receive the full information pack containing recent comparable sales. 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_6a6230c29f7bd', { 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.98852410, 115.85718982], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);