I need to generate a google map with a marker.
I have the latitude and longitude code.
There\'s lots of scripts around but what is the quickest way to displa
The code is adding some invisible content to the map div. To view it, we need to add CSS:
#map { width: 500px; height: 400px; }