mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
10 lines
184 B
JavaScript
10 lines
184 B
JavaScript
![]() |
function load()
|
||
|
{
|
||
|
if (GBrowserIsCompatible())
|
||
|
{
|
||
|
var map = new GMap2(document.getElementById("map"));
|
||
|
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
|
||
|
}
|
||
|
}
|
||
|
|