Kyokushin karate schools ohio
Kyokushin karate schools ohio district!
Kyokushin karate schools ohio
const mapIconView = document.querySelector('.mapView'); if (typeof mapIconView !== undefined && mapIconView != null) { mapIconView.addEventListener('click', initGMap); mapIconView.removeEventListener('click', initGMap); } const mapDivID = document.getElementById('map-canvas'); if (typeof google === 'object' && google.hasOwnProperty('maps')) { // Set the map source.
setJsMapSR(mapDivID); } else { // If the map is not loaded, wait for it to load before setting the source. googleMapOnFormClick().then(() => { setJsMapSR(mapDivID); }); } } window.addEventListener('load', () => { // Get the lazy map div, either by data-id or by ID.
const lazyMapDiv = document.querySelector('div[data-id]') const mapDivID = document.getElementById('map-canvas'); //