<!-- MapLibre GL CSS & JS --> <link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" /> <script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script> <!-- Map Container --> <div id="OSM-map1" style="min-height: 400px; height: 100%;"></div> <script type="text/javascript"> // Set up the location data const locationData = { lat: 41.7759349, lng: -87.6837534, title: '6450 S Western Ave, Chicago, IL 60636', address: '6450 S Western Ave, Chicago, IL 60636' }; // Initialize the MapLibre GL map const map = new maplibregl.Map({ container: 'OSM-map1', style: 'https://tiles.openfreemap.org/styles/bright', center: [locationData.lng, locationData.lat], zoom: 18, scrollZoom: false // Disable scroll zoom for better UX }); // Add zoom and rotation controls map.addControl(new maplibregl.NavigationControl()); // Define custom marker styling const iconUrl = '/wp-content/uploads/WS-Ping.svg'; // Create and add the marker const marker = new maplibregl.Marker({ element: createCustomMarkerElement(iconUrl), }) .setLngLat([locationData.lng, locationData.lat]) .setPopup(new maplibregl.Popup().setHTML(` <div> <strong>${locationData.title}</strong><br> <a href="https://www.google.com/maps/dir/current+location/${encodeURIComponent(locationData.address)}" target="_blank">Get Directions</a> </div> `)) .addTo(map); // Helper function to create custom marker elements function createCustomMarkerElement(iconUrl) { const markerDiv = document.createElement('div'); markerDiv.style.width = '60px'; markerDiv.style.height = '60px'; markerDiv.style.backgroundImage = `url(${iconUrl})`; markerDiv.style.backgroundSize = 'contain'; markerDiv.style.backgroundRepeat = 'no-repeat'; return markerDiv; } // Add double-click to zoom handler map.doubleClickZoom.enable(); // Add touch gesture handling map.touchZoomRotate.enable(); </script>
Drop & Dash Laundry
Service
Doing your laundry has never been easier !
Schedule your pickup and delivery order on the Drop & Dash website or mobile app. They do all the work to make sure your laundry is clean, dry, and folded.
Neighborhoods We Service
Where is Wash Smart?
With 16 laundromats in Chicagoland area, we have a convenient location near you.
Reviews
Your feedback keeps us #1 – Share your thoughts to help us continuously improve our services.