Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!

saved by70 people, first byGerry on 2006-03-02, last byFruFru FourOne on 2008-07-23

  • <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>


  • on 2006-08-01 Saeedsaeed
    Great tool for maps on webpages
  • on 2006-08-07 Howell
    Easily add google map to webpage
  • on 2006-10-25 Xemaps
    Most people really like the embedded Google Maps, but don't know how easy it is to add them to any page. I've had a few people ask me how it is done. With a little bit of HTML knowledge, anyone can quickly have a map up and running in just a few minutes.
  • on 2006-10-25 Mm53bar
    "Most people really like the embedded Google Maps, but don't know how easy it is to add them to any page. I've had a few people ask me how it is done. With a little bit of HTML knowledge, anyone can quickly have a map up and running in just a few minutes.
  • on 2006-11-26 Electracool
    tutorial about adding google maps
  • on 2006-12-14 Tapirka
    Most people really like the embedded Google Maps, but don't know how easy it is to add them to any page. I've had a few people ask me how it is done. With a little bit of HTML knowledge, anyone can quickly have a map up and running in just a few minutes.