geocoder = new GClientGeocoder();




mapPrivateHauptWohnsitz = null;

function initMapPrivateHauptWohnsitz() {
	if (GBrowserIsCompatible()) {
		mapPrivateHauptWohnsitz = new GMap2($("mapPrivateHauptWohnsitz"));
//    map.addControl(new GOverviewMapControl());
    mapPrivateHauptWohnsitz.addControl(new GSmallMapControl());
    mapPrivateHauptWohnsitz.addControl(new GMapTypeControl());
    mapPrivateHauptWohnsitz.enableDoubleClickZoom();
    mapPrivateHauptWohnsitz.enableContinuousZoom();    
  } // if
} // function

function addPrivateHauptWohnsitz(address) {
	if (geocoder) {
    geocoder.getLatLng(
      address,
      function(point) {
        if (point) {
          mapPrivateHauptWohnsitz.setCenter(point, 13);
          var marker = new GMarker(point);
          mapPrivateHauptWohnsitz.addOverlay(marker);
        } //if
      }
    );
  } //if
} // function





mapUnionVereinsSitz = null;

function initMapUnionVereinsSitz() {
	if (GBrowserIsCompatible()) {
		mapUnionVereinsSitz = new GMap2($("mapUnionVereinsSitz"));
//    map.addControl(new GOverviewMapControl());
    mapUnionVereinsSitz.addControl(new GSmallMapControl());
    mapUnionVereinsSitz.addControl(new GMapTypeControl());
    mapUnionVereinsSitz.enableDoubleClickZoom();
    mapUnionVereinsSitz.enableContinuousZoom();    		    
  } // if
} // function

function addUnionVereinsSitz(address) {
	if (geocoder) {
    geocoder.getLatLng(
      address,
      function(point) {
        if (point) {
          mapUnionVereinsSitz.setCenter(point, 13);
          var marker = new GMarker(point);
          mapUnionVereinsSitz.addOverlay(marker);
        } //if
      }
    );
  } //if
} // function




mapUnionVereinsLokal = null;

function initMapUnionVereinsLokal() {
	if (GBrowserIsCompatible()) {
		mapUnionVereinsLokal = new GMap2($("mapUnionVereinsLokal"));
//    map.addControl(new GOverviewMapControl());
    mapUnionVereinsLokal.addControl(new GSmallMapControl());
    mapUnionVereinsLokal.addControl(new GMapTypeControl());
    mapUnionVereinsLokal.enableDoubleClickZoom();
    mapUnionVereinsLokal.enableContinuousZoom();    
  } // if
} // function

function addUnionVereinsLokal(address) {
	if (geocoder) {
    geocoder.getLatLng(
      address,
      function(point) {
        if (point) {
          mapUnionVereinsLokal.setCenter(point, 13);
          var marker = new GMarker(point);
          mapUnionVereinsLokal.addOverlay(marker);
        } //if
      }
    );
  } //if
} // function

mapCompanyAffiliate = null;

function initMapCompanyAffiliate() {
	if (GBrowserIsCompatible()) {
		mapUnionVereinsLokal = new GMap2($("mapCompanyAffiliate"));
    mapUnionVereinsLokal.addControl(new GSmallMapControl());
    mapUnionVereinsLokal.addControl(new GMapTypeControl());
    mapUnionVereinsLokal.enableDoubleClickZoom();
    mapUnionVereinsLokal.enableContinuousZoom();    
  } // if
} // function

function addCompanyAffiliate(address) {
  
	if (geocoder) {
    geocoder.getLatLng(
      address,
      function(point) {
        if (point) {
          mapUnionVereinsLokal.setCenter(point, 13);
          var marker = new GMarker(point);
          mapUnionVereinsLokal.addOverlay(marker);
        } //if
      }
    );
  } //if
} //function

mapCompanySitz = null;

function initMapCompanySitz() {
	if (GBrowserIsCompatible()) {
		mapUnionVereinsLokal = new GMap2($("mapCompanySitz"));
    mapUnionVereinsLokal.addControl(new GSmallMapControl());
    mapUnionVereinsLokal.addControl(new GMapTypeControl());
    mapUnionVereinsLokal.enableDoubleClickZoom();
    mapUnionVereinsLokal.enableContinuousZoom();    
  } // if
} // function

function addCompanySitz(address) {
	if (geocoder) {
    geocoder.getLatLng(
      address,
      function(point) {
        if (point) {
          mapUnionVereinsLokal.setCenter(point, 13);
          var marker = new GMarker(point);
          mapUnionVereinsLokal.addOverlay(marker);
        } //if
      }
    );
  } //if
} // function
