Files
portal-legacy/html/js/map.js
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

10 lines
184 B
JavaScript
Executable File

function load()
{
if (GBrowserIsCompatible())
{
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}