    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("mapBx"));
        map.setCenter(new GLatLng(50.771018, 0.282857), 16);
        map.setUIToDefault();
      }
    }

