<script type="text/javascript">
//<![CDATA[
var wrSleddingIcon = new GIcon(G_DEFAULT_ICON);
-/*
-var wrSleddingIcon = new GIcon();
-wrSleddingIcon.image = "bahn.png";
-wrSleddingIcon.shadow = "bahns.png";
+wrSleddingIcon.image = "/vorlagen/gmap_rodelbahn_c.png";
+wrSleddingIcon.shadow = "/vorlagen/gmap_rodelbahn_c_s.png";
wrSleddingIcon.iconSize = new GSize(17, 17);
wrSleddingIcon.shadowSize = new GSize(23, 23);
wrSleddingIcon.iconAnchor = new GPoint(9, 9);
wrSleddingIcon.infoWindowAnchor = new GPoint(9, 9);
-*/
function wrCreateMarker(latitude, longitude, name, icon) {