var mapimgpath = "/custom/mapimgs";
var gicons = [];
var baseIcon = new GIcon();

baseIcon.iconSize=new GSize(25,25);
baseIcon.shadowSize=new GSize(56,32);
baseIcon.iconAnchor=new GPoint(16,32);
baseIcon.infoWindowAnchor=new GPoint(16,0); 

gicons["keinbild"] = new GIcon(baseIcon, mapimgpath+"/keinbild.png", null);           
gicons["Apotheke"] = new GIcon(baseIcon, mapimgpath+"/apotheke.png", null); 
gicons["Arbeitsamt"] = new GIcon(baseIcon, mapimgpath+"/arbeitsamt.png", null);
gicons["Arzt"] = new GIcon(baseIcon, mapimgpath+"/arzt.png", null);
gicons["Bahnhof"] = new GIcon(baseIcon, mapimgpath+"/bahnhof.png", null);
gicons["Bank"] = new GIcon(baseIcon, mapimgpath+"/bank.png", null);
gicons["Bauarbeiten"]  = new GIcon(baseIcon, mapimgpath+"/bauarbeiten.png", null);
gicons["Behoerde"] = new GIcon(baseIcon, mapimgpath+"/behoerde.png", null);
gicons["Bibliothek"] = new GIcon(baseIcon, mapimgpath+"/bibliothek.png", null);
gicons["Cafe"] = new GIcon(baseIcon, mapimgpath+"/cafe.png", null);        
gicons["Feuerwehr"] = new GIcon(baseIcon, mapimgpath+"/feuerwehr.png", null); 
gicons["Freibad"] = new GIcon(baseIcon, mapimgpath+"/freibad.png", null);
gicons["Friedhof"] = new GIcon(baseIcon, mapimgpath+"/friedhof.png", null);
gicons["Gemeinschaftseinrichtung"] = new GIcon(baseIcon, mapimgpath+"/gemeinschaft.png", null);
gicons["Hallenbad"] = new GIcon(baseIcon, mapimgpath+"/hallenbad.png", null);
gicons["Hotel"] = new GIcon(baseIcon, mapimgpath+"/hotel.png", null);
gicons["HotelRestaurant"] = new GIcon(baseIcon, mapimgpath+"/hotelrest.png", null);
gicons["Kindergarten"] = new GIcon(baseIcon, mapimgpath+"/kiga.png", null);
gicons["Kirche"] = new GIcon(baseIcon, mapimgpath+"/kirche.png", null);
gicons["Park"] = new GIcon(baseIcon, mapimgpath+"/park.png", null);
gicons["Parkplatz"] = new GIcon(baseIcon, mapimgpath+"/parkplatz.png", null); 
gicons["Polizei"] = new GIcon(baseIcon, mapimgpath+"/polizei.png", null); 
gicons["Post"] = new GIcon(baseIcon, mapimgpath+"/post.png", null);
gicons["Restaurant"] = new GIcon(baseIcon, mapimgpath+"/restaurant.png", null); 
gicons["Schule"] = new GIcon(baseIcon, mapimgpath+"/schule.png", null);   
gicons["Spielplatz"] = new GIcon(baseIcon, mapimgpath+"/spielplatz.png", null);
gicons["Sporthalle"] = new GIcon(baseIcon, mapimgpath+"/sporthalle.png", null);
gicons["Sportplatz"] = new GIcon(baseIcon, mapimgpath+"/sportplatz.png", null); 
gicons["Stadthalle"] = new GIcon(baseIcon, mapimgpath+"/stadthalle.png", null); 
gicons["Tankstelle"] = new GIcon(baseIcon, mapimgpath+"/tankstelle.png", null); 
gicons["TrimmDichPfad"] = new GIcon(baseIcon, mapimgpath+"/trimmdich.png", null);
gicons["Unterkunft"] = new GIcon(baseIcon, mapimgpath+"/hotel.png", null);
 


