How to add a Google Map to any web page in less than 10 minutes
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
- , maps
- , howto
- , googlemaps
- , tutorial
- , webdesign
- , map
- , development
- , programming
- , ajax
- , tutorials
- , javascript
- , code
- , design
- , web2.0
- , html
- , web
- , tools
- , css
Bookmark History
Public Sticky notes
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="http://maps.google.com/maps?file=api&v=2&key=
[YOURKEY]" type="text/javascript"></script>
</head>
<body onload="showMap();" onunload="GUnload()">
<script type="text/javascript">
//<![CDATA[
function showMap()
{
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.addControl(new GSmallMapControl());
map.setCenter(new GLatLng(31.95216223802497, -7.71875), 1);
}
}
//]]>
</script>
</body>
</html> Highlighted by http://www.diigo.com/profile/
http://www.google.com/apis/maps/.
Highlighted by howell


Public Comment
on 2006-08-01 by http://www.diigo.com/profile/
on 2006-08-07 by howell
on 2006-10-25 by xemaps
on 2006-10-25 by mm53bar
on 2006-11-26 by electracool
on 2006-12-14 by tapirka