location_initMap - jcobban/Genealogy GitHub Wiki
locationCommon.js function initMap
initMap is a function called by google.maps once the functionality is loaded. It initializes the map
and geocoder
exported variables.
Next: function showMap(event)