    //<![CDATA[

    function load() {
      if (GBrowserIsCompatible()) {
        var maps = new GMap(document.getElementById("maps"));
		map.centerAndZoom(new GPoint(-68.127081,-16.511597), 20);
      }
    }

    //]]>
