mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
10 lines
184 B
JavaScript
Executable File
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);
|
|
}
|
|
}
|
|
|