Immaculate Apartment in the Heart of Queenscliff This immaculately presented apartment embodies an ideal low-maintenance permanent residence, lock-up-and-leave weekender, or attractive investment property. Situated in the heart of Hesse Street, in such close proximity to all that Queenscliff has to offer, look no further than Unit 8. This contemporary apartment offers an extremely functional floorplan over two levels. Accommodation resides on the ground level encompassing a bedroom, study, and a fully equipped bathroom/laundry. Built-in-robes and cleverly concealed under-stair storage are both practical and a great use of space, whilst full-length sliding shutters allow you to separate the bedroom and office. Upstairs, an open kitchen, dining, living, and additional powder room awaits. Cook up a storm in the kitchen, host dinner parties with family and friends, or unwind on the couch with a great novel. Enjoy the benefits of indoor-outdoor living as this space leads directly to a north-facing balcony which commands the sun all day long. Enjoy having a number of Queenscliff’s finest boutiques, galleries, cafes, and restaurants right at your doorstep, with the reserved off-street parking space directly out the front, allowing you to leave the car and explore the best parts of town on foot. This spectacular property is within walking distance to Queenscliff - Sorrento Ferry Terminal, The Bellarine Railway Station, and multiple pristine beaches. Features Balcony Broadband Built In Robes Dishwasher Pay TV Reverse Cycle Aircon Study Location .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_6a576ef76a17c', { 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: #fdb813; 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([-38.26637656, 144.66135516], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);