Transport Business The Business is a specialist involved in the transport industry. For over 30 years it has been servicing Western Australia and Australia, with its clients include multi-national companies and private companies servicing the resources and mining sectors and general freight. Currently the business employs approximately 85 staff operating from its main headquarters in Perth with depots in the Goldfields and Pilbara regions. Key Highlights of the Business • One of the leading operators in the freight transport industry, notwithstanding being 100% privately owned and competing equally with regional, national and global operations • Continuous improvement and utilization of technology as well as Company resources to handle large, difficult, and technically demanding projects • Innovative and highly mechanized • Delivery of product and equipment in a timely and effective manner with long term clientele • Creative working environment in Company with numerous long-serving staff • Strong cash flow and profitable entity With their headquarters in Hazelmere and industrial suburb east of the CBD of Perth the Company operates from this base with depots in the Goldfields and in the Pilbara. Within the property, the Company has ample office space, covered workshop and open yard for freight storage, laydown and loading, onsite fuel storage and use, trucks and ancillary equipment. For further details and Information following the execution of a Confidentiality Agreement please contact • Wayne Walker • E: wayne@jonesballard.com.au • M: 0407 288 780 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_6a60c4fb9c5a9', { 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.93000949, 115.87830006], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);