I'm trying to show a Google Map on one of my pages, like in this example http://code.google.com/apis/maps/documentation/examples/map-simple.html.
So far I've: -
- Put the javascript into the META section of my "location" page, wrapped in {literal}s. - works OK.
- Created a Global Content Block that contains the "map_canvas" DIV. - works OK.
Code: Select all
</__body onload="initialize()" onunload="GUnload()">
Has anybody got any ideas?
Thanks...