I\'m trying to have this so that someone clicks on the map, and an infoWindow pops up telling them that latlng. For now, just trying to figure out how to get an infoWindow to co
Event is a LatLng
google.maps.event.addListener(map, 'click', function(event) { InfoWindow(event); });