| ← | Move left |
| → | Move right |
| ↑ | Move up |
| ↓ | Move down |
| + | Zoom in |
| - | Zoom out |
| Home | Jump left by 75% |
| End | Jump right by 75% |
| Page Up | Jump up by 75% |
| Page Down | Jump down by 75% |
To activate drag with keyboard, press Alt + Enter. Once in keyboard drag state, use the arrow keys to move the marker. To complete the drag, press the Enter key. To cancel, press Escape.
document.addEventListener(“DOMContentLoaded”, async function() {
const markerData = [{“lat”:34.1716212,”lng”:-118.6051695,”title”:”Fassonaki Law Firm, P.C.”,”infoWindowHTML”:”u003cdiv class=map_infowindow_detailsu003en u003cstrongu003eFassonaki Law Firm, P.C.u003c/strongu003eu003cbru003en 5550 Topanga Canyon Blvd., Suite 200u003cbru003en Woodland Hills, CA 91367u003cbru003en 323-524-8994nu003c/divu003en”}];
const zoom = 12;
const mapWidgetId = null
new GoogleMap(markerData, zoom, mapWidgetId);
});
