mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
9
html/js/map.js
Executable file
9
html/js/map.js
Executable file
@ -0,0 +1,9 @@
|
||||
function load()
|
||||
{
|
||||
if (GBrowserIsCompatible())
|
||||
{
|
||||
var map = new GMap2(document.getElementById("map"));
|
||||
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user