        var segelbootIcon = new GIcon(G_DEFAULT_ICON);
        segelbootIcon.image = "/hilfsfunktionen/Googlemaps/icon_segelboot_orange.png";
        segelbootIcon.iconSize = new GSize(40, 45);
        segelbootIcon.shadow = "";
        segelbootIcon.shadowSize = new GSize(42, 31);
        segelbootIcon.iconAnchor = new GPoint(10, 29);
        segelbootIcon.infoWindowAnchor = new GPoint(20, 24);
        segelbootIcon.imageMap = [ 0,0, 0,50, 30,50, 30,0 ]; 
        var segelbootMarker = { icon:segelbootIcon };
        
        var segelbootIcon = new GIcon(G_DEFAULT_ICON);
        segelbootIcon.image = "/hilfsfunktionen/Googlemaps/icon_segelboot_grau.png";
        segelbootIcon.iconSize = new GSize(40, 45);
        segelbootIcon.shadow = "";
        segelbootIcon.shadowSize = new GSize(42, 31);
        segelbootIcon.iconAnchor = new GPoint(10, 29);
        segelbootIcon.infoWindowAnchor = new GPoint(20, 24);
        segelbootIcon.imageMap = [ 0,0, 0,50, 30,50, 30,0 ]; 
        var segelbootMarkerGrau = { icon:segelbootIcon };
