Como Terrace - Still Available - Units 1, 2, 3, 4 And 9 Step into luxury living with this spacious high-end 4 bedroom, 3 bathroom townhouse, perfectly positioned for ultimate convenience in an enviable location. Scheduled for completion in the third quarter of 2026, these homes promises the perfect blend of modern comforts and luxury living just a short stroll away from tranquil McDougall Park, Ley Street café precinct, and the bus/train station. Take advantage of our Off the Plan purchase opportunity, allowing you to secure your dream home now and pay later (deposit required). Customise your living space to your tastes with a choice of two separate color schemes and a range of upgrades available. Situated on an approximate 189sqm survey strata lot, enjoy approximately 220sqm of living space thoughtfully designed with two separate living zones, plus options of ground floor master bedroom and lift. > Park with ease in the double lock-up garage with additional storage space for your belongings > Entertain guests in your private courtyard > Experience a seamless flow throughout the home with a great floorplan, designed with your lifestyle in mind Various upgrade options for this home including option for include a stylish lift, upgrade all appliances to Miele' Don't wait to make this dream home yours! Contact us now for more information and to arrange a viewing. ** Colour scheme options and all floorplans available for viewing at Jones Ballard office - please contact Shaun or Kelly to arrange an private appointment. Shaun Yeo 0417 836 667 shaun.yeo@jonesballard.com.au Kelly Gibson 0403 422 229 kelly.gibson@jonesballard.com.au 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_6a5f98c002913', { 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.01107760, 115.86239710], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);