function load(lang){if(GBrowserIsCompatible()){var map=new GMap2(document.getElementById("map"));map.setCenter(new GLatLng(47.3618,8.5326),13);map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());map.setCenter(new GLatLng(47.3618,8.5326),13);map.openInfoWindow(map.getCenter(),document.createTextNode("FPA Fairplay Agency GmbH"));if(lang==0){var infoTabs=[new GInfoWindowTab("Adresse","FPA Fairplay Agency GmbH<br>Lavaterstrasse 57<br>8002 Z&uuml;rich"),new GInfoWindowTab("Anreise","<u><strong>&Ouml;V:</strong></u> Vom Z&uuml;rich HB nehmen Sie and der Tramstation<br>Bahnhofstrasse/HB <strong>Tram Nr. 7</strong> Richtung Wollishofen bis <br>zur Station <strong>Museum Rietberg</strong>. Sie gehen die <br>Schulhausstrasse hinunter,dann links bis zur Nr. 57")];}if(lang==1){var infoTabs=[new GInfoWindowTab("Address","FPA Fairplay Agency GmbH<br>Lavaterstrasse 57<br>8002 Z&uuml;rich"),new GInfoWindowTab("---","<u><strong>&Ouml;V:</strong></u> Vom Z&uuml;rich HB nehmen Sie and der Tramstation<br>Bahnhofstrasse/HB <strong>Tram Nr. 7</strong> Richtung Wollishofen bis <br>zur Station <strong>Museum Rietberg</strong>. Sie gehen die <br>Schulhausstrasse hinunter,dann links bis zur Nr. 57")];}if(lang==2){var infoTabs=[new GInfoWindowTab("---","FPA Fairplay Agency GmbH<br>Lavaterstrasse 57<br>8002 Z&uuml;rich"),new GInfoWindowTab("---","<u><strong>&Ouml;V:</strong></u> Vom Z&uuml;rich HB nehmen Sie and der Tramstation<br>Bahnhofstrasse/HB <strong>Tram Nr. 7</strong> Richtung Wollishofen bis <br>zur Station <strong>Museum Rietberg</strong>. Sie gehen die <br>Schulhausstrasse hinunter,dann links bis zur Nr. 57")];}var marker=new GMarker(map.getCenter());GEvent.addListener(marker,"click",function(){marker.openInfoWindowTabsHtml(infoTabs);});map.addOverlay(marker);marker.openInfoWindowTabsHtml(infoTabs);}}function $(d){return document.getElementById(d);};function setFooter(load_google,lang){if(load_google==1)load(lang);};