var key1 = '<' + 'script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAWJ7s7RQLsmLu7xiIHLB7-xSCuH2ouow3gmKHQnbZwpB1SBWcFxSjOgXcYvnkxNL_ZOEFYmx_Q_6djw" type="text/javascript">'+'<'+'/script>'; var key2 = '<' + 'script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAWJ7s7RQLsmLu7xiIHLB7-xRNUpsA0UJfXGoSLtawpBoFwodgyhSzZhdXVRHkc2EjFTPrLAXBnpSUlw" type="text/javascript">'+'<'+'/script>'; var key3 = '<' + 'script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAWJ7s7RQLsmLu7xiIHLB7-xRuFG50d6LEoGzzpHubeP7M3dJ4iBR3QCs5ShJFo68k1vmkKYwqg2tzFg" type="text/javascript">'+'<'+'/script>'; var key4 = '<' + 'script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAWJ7s7RQLsmLu7xiIHLB7-xTE4qCtCTpGQrnZrjMthVU8Q5_erhRtk3XsAwi4y8U5Gt6ENz8rYLR4vA" type="text/javascript">'+'<'+'/script>'; var key5 = '<' + 'script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAWJ7s7RQLsmLu7xiIHLB7-xQo6M9OtTgPR6cXKYjNkfgwRawsQxSv2wDHYQVYP7QSBQmH0zR2L__sGg" type="text/javascript">'+'<'+'/script>'; var key6 = '<' + 'script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAWJ7s7RQLsmLu7xiIHLB7-xR8HYGoW5HK1emwO6sgADP1JrOhQhSUvkE10frorTdxbGKY7IjgHm4MYQ" type="text/javascript">'+'<'+'/script>'; // if (window.location.host == 'www.hydromasaz.pl') { document.write(key1); } else if (window.location.host == 'www.matyozonowe.pl') { document.write(key2); } else if (window.location.host == 'matyozonowe.pl') { document.write(key3); } else if (window.location.host == 'frenkel.pl') { document.write(key5); } else if (window.location.host == 'www.frenkel.pl') { document.write(key6); } else { document.write(key4); } function initialize() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(53.412349, 14.523507), 13); map.addControl(new GSmallMapControl()); map.addControl(new GMapTypeControl()); // Marker var icon = new GIcon(); icon.image = "http://www.webcreate.com.pl/work/sloneczne/media/default/images/logo_small.gif"; icon.iconSize = new GSize(40, 47); icon.shadow = "http://www.webcreate.com.pl/work/sloneczne/media/default/images/shadow.png"; icon.shadowSize = new GSize(60, 30); icon.iconAnchor = new GPoint(36, 16); icon.infoWindowAnchor = new GPoint(52, 20); var point = new GLatLng(53.412349, 14.523507); var marker_stobno = new GMarker(point, icon) GEvent.addListener(marker_stobno, "click", function() { marker_stobno.openInfoWindowHtml("

Costa - Hydromasaz.pl

ul. Mieszka I-go 80

tel. 091 48 20 911

tel. 091 48 20 321

fax 091 88 61 911

"); }); map.addOverlay(marker_stobno); } }