Map Testing
{source} <style> /* Always set the map height explicitly to define the size of the div * element that contains the map. */ #map { height: 100%; } html, body { height: 100%; margin: 0; padding: 0; } </style> <div id=”map”></div> <script> function initMap() { var myLatLng = {lat: 43.4248376, lng: -83.9353072}; …