// JavaScript Document

    //<![CDATA[

    function load(c1, c2, zoom) {
      if (GBrowserIsCompatible()) {
        var map = new
GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(c1, c2), zoom);
      }
    }

    //]]>
