https://maps.googleapis.com/maps/api/geocode/json?new_forward_geocoder=true&address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=YOUR_API_KEY
map = new google.maps.Map(document.getElementById('map-div'), { gestureHandling: 'cooperative', center: {lat: -34.397, lng: 150.644}, zoom: 8 });