var map=null;function addMarker(id,lat,lng,img,imgw,imgh,ax,ay,content){var icon=new GIcon();icon.iconSize=new GSize(imgw,imgh);icon.iconAnchor=new GPoint(ax,ay);icon.infoWindowAnchor=new GPoint(imgw,imgh);icon.infoShadowAnchor=new GPoint(80,25);icon.transparent="http://www.google.com/mapfiles/markerTransparent.png";icon.image='http://www.jms.ch/'+img;var point=new GLatLng(lat,lng);var marker=new GMarker(point,icon);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(content);});map.addOverlay(marker);}
function xrGLoad(){if(GBrowserIsCompatible()){map=new GMap2(document.getElementById("xrgooglemaps_72"));map.setMapType(G_NORMAL_MAP);map.setCenter(new GLatLng(47.21397145824759,8.909912109375),10);map.addControl(new GSmallMapControl());map.addControl(new GScaleControl());map.addControl(new GMapTypeControl());geocoder=new GClientGeocoder();addMarker(1,47.2662182,8.7353974,'uploads/tx_xrgooglemaps/bw_03.png',16,16,8,16,'<p class="bodytext"><span style="font-weight: bold;">Beton Willikon AG, Willikon, 8618 Oetwil am See</span><br />Werk Willikon</p><p class="bodytext">Hans Fuhrer / Stephan Travnicek<br />Telefon 044 929 22 48 / 044 929 13 78<br /></p>');addMarker(2,47.241287,8.7238,'uploads/tx_xrgooglemaps/vs_04.png',16,16,8,16,'<p class="bodytext"><span style="FONT-WEIGHT: bold">Johann Müller AG</span><br />Verkaufsstelle, Stäfa: Bedienung Betonwerk Willikon</p><p class="bodytext">Hans Fuhrer / Stephan Travnicek<br />Telefon 044 929 22 48 / Fax 044 929 13 75</p>');addMarker(3,47.2340523,8.6675362,'uploads/tx_xrgooglemaps/bw-u-vs.png',33,16,17,16,'<p class="bodytext"><span style="FONT-WEIGHT: bold">Johann Müller AG</span><br />Verkaufsstelle und Betonwerk, Seeweg 34, 8820 Wädenswil</p><p class="bodytext">Daniel Winkler / Ivan Mächler<br />Telefon 044 780 36 88 / 044 780 36 27</p>');addMarker(5,47.1976222,8.7630083,'uploads/tx_xrgooglemaps/er.png',16,16,8,16,'<p style="FONT-WEIGHT: bold" class="bodytext">Landolt Transport AG, Eichenstrasse 12, 8808 Pfäffikon SZ</p><p class="bodytext">Manuel Luder / Jürg Marty<br />Telefon 055 410 10 10 / Fax 055 415 51 55</p>');addMarker(6,47.2046959,8.7976496,'uploads/tx_xrgooglemaps/bw-u-vs_01.png',33,16,17,16,'<p class="bodytext"><span style="font-weight: bold;">Johann Müller AG, Allmeindstrasse 11,  8716 Schmerikon</span><br />Verkaufsstelle und Betonwerk Hurden, Hurdnerfeld, 8808 Pfäffikon SZ</p><p class="bodytext">Otto Schuler / Erwin Schmucki / Ernst Wunderli<br />Telefon 055 410 21 85 / Fax 055 410 21 28</p>');addMarker(8,47.2281664,8.870274,'uploads/tx_xrgooglemaps/bw_07.png',16,16,8,16,'<p class="bodytext"><span style="font-weight: bold;">Beton AG Etzel + Linth, Hurdnerfeld, 8808 Pfäffikon</span><br />Thomas Wespe / Erwin Schmucki<br />Telefon 055 410 21 85</p><p class="bodytext"><span style="font-weight: bold;">Werk Buech, Buechstrasse 43, 8645 Rapperswil-Jona</span><br />Telefon 055 212 62 52</p>');addMarker(9,47.2475495,8.8820891,'uploads/tx_xrgooglemaps/vs.png',16,16,8,16,'<p style="font-weight: bold;" class="bodytext">Schmucki Kies + Tiefbau AG, Sonnenfeld, 8734 Ermenswil</p><p class="bodytext">Jose Da Costa<br />Telefon 055 282 11 74 / Fax 055 286 14 90<span style="font-weight: bold;"><br /></span></p>');addMarker(14,47.2232228,8.952926,'uploads/tx_xrgooglemaps/vs_03.png',16,16,8,16,'<p style="FONT-WEIGHT: bold" class="bodytext">Johann Müller AG, Allmeindstrasse 11, 8716 Schmerikon</p><p class="bodytext">Telefon 055 286 14 00</p>');addMarker(10,47.2376824,8.9236037,'uploads/tx_xrgooglemaps/bw.png',16,16,8,16,'<p class="bodytext"><span style="font-weight: bold;">Johann Müller AG</span><br />Kieswerk Mettlen, Schmerikonerstrasse, 8733 Eschenbach</p><p class="bodytext">Vinzenz Kuster / Pren Gjykaj<br />Telefon 055 282 14 88 / Fax 055 282 31 34</p>');addMarker(11,47.21881026665685,8.967761993408203,'uploads/tx_xrgooglemaps/bw-u-vs_02.png',33,16,17,16,'<p class="bodytext"><span style="font-weight: bold;">Beton AG Grynau, Postfach 40, 8730 Uznach</span><br /><span style="font-weight: bold;">Kieswerk Grynau</span></p><p class="bodytext">Jampa Rongtsang / Hugo Tosoni<br />Telefon 055 280 15 28 / Fax 055 290 13 17</p>');addMarker(13,47.1506057,9.1682347,'uploads/tx_xrgooglemaps/vs_02.png',16,16,8,16,'<p style="font-weight: bold;" class="bodytext">Kiesamon AG, Im Täli, 8873 Amden</p><p class="bodytext">Alois Thoma<br />Telefon 055 611 12 22 / Fax 055 611 21 72</p>');}}
