﻿function InitalMapIcons() {

      gicons["0"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker.png");
      gicons["1"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_1.png");
      gicons["2"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_2.png");
      gicons["3"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_3.png");
      gicons["4"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_4.png");
      gicons["5"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_5.png");
      gicons["6"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_6.png");
      gicons["7"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_7.png");
      gicons["8"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_8.png");
      gicons["9"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_9.png");
      gicons["start"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_start.png");
      gicons["stop"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_stop.png");
      gicons["startstop"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/marker_startstop.png");
      
	  gicons["stern_klein"] = new GIcon();
		gicons["stern_klein"].image="http://www.madeira-tipps.de/googlemaps/marker/star_klein.png";
		gicons["stern_klein"].iconSize=new GSize(16,16);
   		gicons["stern_klein"].iconAnchor=new GPoint(8,8);
   		gicons["stern_klein"].infoWindowAnchor=new GPoint(8,0);

	  gicons["stern_klein_rot"] = new GIcon();
		gicons["stern_klein_rot"].image="http://www.madeira-tipps.de/googlemaps/marker/star_klein_rot.png";
		gicons["stern_klein_rot"].iconSize=new GSize(16,16);
   		gicons["stern_klein_rot"].iconAnchor=new GPoint(8,8);
   		gicons["stern_klein_rot"].infoWindowAnchor=new GPoint(8,0);


	  gicons["achtung"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/achtung.png");
		gicons["achtung"].iconSize=new GSize(32,32);
   		gicons["achtung"].shadowSize=new GSize(56,32);
   		gicons["achtung"].iconAnchor=new GPoint(16,32);
   		gicons["achtung"].infoWindowAnchor=new GPoint(16,0);

	 gicons["tunnel"] = new GIcon();
	    gicons["tunnel"].image = "http://www.madeira-tipps.de/googlemaps/marker/tunnel.png";
	    gicons["tunnel"].shadow = "http://www.madeira-tipps.de/googlemaps/marker/tunnel_s.png";
	    gicons["tunnel"].iconSize = new GSize(32.0, 32.0);
	    gicons["tunnel"].shadowSize = new GSize(49.0, 32.0);
	    gicons["tunnel"].iconAnchor = new GPoint(16.0, 16.0);
	    gicons["tunnel"].infoWindowAnchor = new GPoint(16.0, 16.0);
  
  	 gicons["berg"] = new GIcon();
	    gicons["berg"].image = "http://www.madeira-tipps.de/googlemaps/marker/berg.png";
	    gicons["berg"].shadow = "http://www.madeira-tipps.de/googlemaps/marker/berg_s.png";
	    gicons["berg"].iconSize = new GSize(32.0, 32.0);
	    gicons["berg"].shadowSize = new GSize(49.0, 32.0);
	    gicons["berg"].iconAnchor = new GPoint(16.0, 16.0);
	    gicons["berg"].infoWindowAnchor = new GPoint(16.0, 16.0);

	 gicons["auto_rot"] = new GIcon();
	    gicons["auto_rot"].image = "http://www.madeira-tipps.de/googlemaps/marker/auto_rot.png";
	    gicons["auto_rot"].shadow = "http://www.madeira-tipps.de/googlemaps/marker/auto_rot_s.png";
	    gicons["auto_rot"].iconSize = new GSize(32.0, 32.0);
	    gicons["auto_rot"].shadowSize = new GSize(49.0, 32.0);
	    gicons["auto_rot"].iconAnchor = new GPoint(16.0, 16.0);
	    gicons["auto_rot"].infoWindowAnchor = new GPoint(16.0, 16.0);

	  gicons["bar"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/bar.png");
	  	gicons["bar"].shadow = "http://www.madeira-tipps.de/googlemaps/marker/bar_s.png";
		gicons["bar"].iconSize=new GSize(32,32);
   		gicons["bar"].shadowSize=new GSize(56,32);
   		gicons["bar"].iconAnchor=new GPoint(16,32);
   		gicons["bar"].infoWindowAnchor=new GPoint(16,0);
   		
	  gicons["flughafen"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/flughafen.png");
		gicons["flughafen"].iconSize=new GSize(32,32);
   		gicons["flughafen"].shadowSize=new GSize(56,32);
   		gicons["flughafen"].iconAnchor=new GPoint(16,32);
   		gicons["flughafen"].infoWindowAnchor=new GPoint(16,0);

	  gicons["info"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/info.png");
		gicons["info"].iconSize=new GSize(32,32);
   		gicons["info"].shadowSize=new GSize(56,32);
   		gicons["info"].iconAnchor=new GPoint(16,32);
   		gicons["info"].infoWindowAnchor=new GPoint(16,0);

	  gicons["kamera"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/kamera.png");
		gicons["kamera"].iconSize=new GSize(32,32);
   		gicons["kamera"].shadowSize=new GSize(56,32);
   		gicons["kamera"].iconAnchor=new GPoint(16,32);
   		gicons["kamera"].infoWindowAnchor=new GPoint(16,0);

	  gicons["kirche"] = new GIcon(G_DEFAULT_ICON, "http://www.madeira-tipps.de/googlemaps/marker/kirche.png");
		gicons["kirche"].iconSize=new GSize(32,32);
   		gicons["kirche"].shadowSize=new GSize(56,32);
   		gicons["kirche"].iconAnchor=new GPoint(16,32);
   		gicons["kirche"].infoWindowAnchor=new GPoint(16,0);
   		
 	  gicons["wanderung"] = new GIcon();
 		gicons["wanderung"].image="http://www.madeira-tipps.de/googlemaps/marker/wanderung.png";
 		gicons["wanderung"].shadow="http://www.madeira-tipps.de/googlemaps/marker/wanderung_s.png";
		gicons["wanderung"].iconSize=new GSize(32,32);
   		gicons["wanderung"].shadowSize=new GSize(56,32);
   		gicons["wanderung"].iconAnchor=new GPoint(16,32);
   		gicons["wanderung"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["wanderung_pr"] = new GIcon();
 		gicons["wanderung_pr"].image="http://www.madeira-tipps.de/googlemaps/marker/wanderung_pr.png";
 		gicons["wanderung_pr"].shadow="http://www.madeira-tipps.de/googlemaps/marker/wanderung_pr_s.png";
		gicons["wanderung_pr"].iconSize=new GSize(32,32);
   		gicons["wanderung_pr"].shadowSize=new GSize(56,32);
   		gicons["wanderung_pr"].iconAnchor=new GPoint(16,32);
   		gicons["wanderung_pr"].infoWindowAnchor=new GPoint(16,0);


 	  gicons["schiff"] = new GIcon();
 		gicons["schiff"].image="http://www.madeira-tipps.de/googlemaps/marker/schiff.png";
 		gicons["schiff"].shadow="http://www.madeira-tipps.de/googlemaps/marker/schiff_s.png";
		gicons["schiff"].iconSize=new GSize(32,32);
   		gicons["schiff"].shadowSize=new GSize(56,32);
   		gicons["schiff"].iconAnchor=new GPoint(16,32);
   		gicons["schiff"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["helicopter"] = new GIcon();
 		gicons["helicopter"].image="http://www.madeira-tipps.de/googlemaps/marker/helicopter.png";
 		gicons["helicopter"].shadow="http://www.madeira-tipps.de/googlemaps/marker/helicopter_s.png";
		gicons["helicopter"].iconSize=new GSize(32,32);
   		gicons["helicopter"].shadowSize=new GSize(56,32);
   		gicons["helicopter"].iconAnchor=new GPoint(16,32);
   		gicons["helicopter"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["park"] = new GIcon();
 		gicons["park"].image="http://www.madeira-tipps.de/googlemaps/marker/park.png";
 		gicons["park"].shadow="http://www.madeira-tipps.de/googlemaps/marker/park_s.png";
		gicons["park"].iconSize=new GSize(32,32);
   		gicons["park"].shadowSize=new GSize(56,32);
   		gicons["park"].iconAnchor=new GPoint(16,32);
   		gicons["park"].infoWindowAnchor=new GPoint(16,0);


 	  gicons["golf"] = new GIcon();
 		gicons["golf"].image="http://www.madeira-tipps.de/googlemaps/marker/golf.png";
 		gicons["golf"].shadow="http://www.madeira-tipps.de/googlemaps/marker/golf_s.png";
		gicons["golf"].iconSize=new GSize(32,32);
   		gicons["golf"].shadowSize=new GSize(56,32);
   		gicons["golf"].iconAnchor=new GPoint(16,32);
   		gicons["golf"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["hotel"] = new GIcon();
 		gicons["hotel"].image="http://www.madeira-tipps.de/googlemaps/marker/hotel.png";
 		gicons["hotel"].shadow="http://www.madeira-tipps.de/googlemaps/marker/hotel_s.png";
		gicons["hotel"].iconSize=new GSize(32,32);
   		gicons["hotel"].shadowSize=new GSize(56,32);
   		gicons["hotel"].iconAnchor=new GPoint(16,32);
   		gicons["hotel"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["flughafen"] = new GIcon();
 		gicons["flughafen"].image="http://www.madeira-tipps.de/googlemaps/marker/flughafen.png";
 		gicons["flughafen"].shadow="http://www.madeira-tipps.de/googlemaps/marker/flughafen_s.png";
		gicons["flughafen"].iconSize=new GSize(32,32);
   		gicons["flughafen"].shadowSize=new GSize(56,32);
   		gicons["flughafen"].iconAnchor=new GPoint(16,32);
   		gicons["flughafen"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["restaurant"] = new GIcon();
 		gicons["restaurant"].image="http://www.madeira-tipps.de/googlemaps/marker/restaurant.png";
 		gicons["restaurant"].shadow="http://www.madeira-tipps.de/googlemaps/marker/restaurant_s.png";
		gicons["restaurant"].iconSize=new GSize(32,32);
   		gicons["restaurant"].shadowSize=new GSize(56,32);
   		gicons["restaurant"].iconAnchor=new GPoint(16,32);
   		gicons["restaurant"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["cafe"] = new GIcon();
 		gicons["cafe"].image="http://www.madeira-tipps.de/googlemaps/marker/cafe.png";
 		gicons["cafe"].shadow="http://www.madeira-tipps.de/googlemaps/marker/cafe_s.png";
		gicons["cafe"].iconSize=new GSize(32,32);
   		gicons["cafe"].shadowSize=new GSize(56,32);
   		gicons["cafe"].iconAnchor=new GPoint(16,32);
   		gicons["cafe"].infoWindowAnchor=new GPoint(16,0);


 	  gicons["strand"] = new GIcon();
 		gicons["strand"].image="http://www.madeira-tipps.de/googlemaps/marker/strand.png";
 		gicons["strand"].shadow="http://www.madeira-tipps.de/googlemaps/marker/strand_s.png";
		gicons["strand"].iconSize=new GSize(32,32);
   		gicons["strand"].shadowSize=new GSize(56,32);
   		gicons["strand"].iconAnchor=new GPoint(16,32);
   		gicons["strand"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["sehenswertes"] = new GIcon();
 		gicons["sehenswertes"].image="http://www.madeira-tipps.de/googlemaps/marker/poi.png";
 		gicons["sehenswertes"].shadow="http://www.madeira-tipps.de/googlemaps/marker/poi_s.png";
		gicons["sehenswertes"].iconSize=new GSize(32,32);
   		gicons["sehenswertes"].shadowSize=new GSize(56,32);
   		gicons["sehenswertes"].iconAnchor=new GPoint(16,32);
   		gicons["sehenswertes"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["shopping"] = new GIcon();
 		gicons["shopping"].image="http://www.madeira-tipps.de/googlemaps/marker/shopping.png";
 		gicons["shopping"].shadow="http://www.madeira-tipps.de/googlemaps/marker/shopping_s.png";
		gicons["shopping"].iconSize=new GSize(32,32);
   		gicons["shopping"].shadowSize=new GSize(56,32);
   		gicons["shopping"].iconAnchor=new GPoint(16,32);
   		gicons["shopping"].infoWindowAnchor=new GPoint(16,0);

 	  gicons["webcam"] = new GIcon();
 		gicons["webcam"].image="http://www.madeira-tipps.de/googlemaps/marker/webcam.png";
 		gicons["webcam"].shadow="http://www.madeira-tipps.de/googlemaps/marker/webcam_s.png";
		gicons["webcam"].iconSize=new GSize(32,32);
   		gicons["webcam"].shadowSize=new GSize(56,32);
   		gicons["webcam"].iconAnchor=new GPoint(16,32);
   		gicons["webcam"].infoWindowAnchor=new GPoint(16,0);
 
 	  gicons["tankstelle"] = new GIcon();
 		gicons["tankstelle"].image="http://www.madeira-tipps.de/googlemaps/marker/tankstelle.png";
 		gicons["tankstelle"].shadow="http://www.madeira-tipps.de/googlemaps/marker/tankstelle_s.png";
		gicons["tankstelle"].iconSize=new GSize(32,32);
   		gicons["tankstelle"].shadowSize=new GSize(56,32);
   		gicons["tankstelle"].iconAnchor=new GPoint(16,32);
   		gicons["tankstelle"].infoWindowAnchor=new GPoint(16,0);
 
 	  gicons["fastfood"] = new GIcon();
 		gicons["fastfood"].image="http://www.madeira-tipps.de/googlemaps/marker/fastfood.png";
 		gicons["fastfood"].shadow="http://www.madeira-tipps.de/googlemaps/marker/fastfood_s.png";
		gicons["fastfood"].iconSize=new GSize(32,32);
   		gicons["fastfood"].shadowSize=new GSize(56,32);
   		gicons["fastfood"].iconAnchor=new GPoint(16,32);
   		gicons["fastfood"].infoWindowAnchor=new GPoint(16,0);
	
	  gicons["star_klein"] = new GIcon();
		gicons["star_klein"].image="http://www.madeira-tipps.de/googlemaps/marker/star_klein.png";
		gicons["star_klein"].iconSize=new GSize(16,16);
   		gicons["star_klein"].iconAnchor=new GPoint(8,8);
   		gicons["star_klein"].infoWindowAnchor=new GPoint(8,0);

 	  gicons["ort"] = new GIcon();
 		gicons["ort"].image="http://www.madeira-tipps.de/googlemaps/marker/ort.png";
 		gicons["ort"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_s.png";
        gicons["ort"].iconSize=new GSize(32,32);
   		gicons["ort"].shadowSize=new GSize(49,32);
   		gicons["ort"].iconAnchor=new GPoint(16,16);
   		gicons["ort"].infoWindowAnchor=new GPoint(16,16);
   		
  	  gicons["360"] = new GIcon();
 		gicons["360"].image="http://www.madeira-tipps.de/googlemaps/marker/360.png";
 		gicons["360"].shadow="http://www.madeira-tipps.de/googlemaps/marker/360_s.png";
        gicons["360"].iconSize=new GSize(32,32);
   		gicons["360"].shadowSize=new GSize(49,32);
   		gicons["360"].iconAnchor=new GPoint(16,16);
   		gicons["360"].infoWindowAnchor=new GPoint(16,16);


 	  gicons["funchal"] = new GIcon();
 		gicons["funchal"].image="http://www.madeira-tipps.de/googlemaps/marker/ort_gross.png";
 		gicons["funchal"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_gross_s.png";
 		gicons["funchal"].label={"url":"http://www.madeira-tipps.de/googlemaps/marker/label/Funchal.png",
                 "anchor":new GPoint(24,0),
                 "size":new GSize(100,15)};
        gicons["funchal"].iconSize=new GSize(32,32);
   		gicons["funchal"].shadowSize=new GSize(49,32);
   		gicons["funchal"].iconAnchor=new GPoint(16,16);
   		gicons["funchal"].infoWindowAnchor=new GPoint(16,16);

 	  gicons["machico"] = new GIcon();
 		gicons["machico"].image="http://www.madeira-tipps.de/googlemaps/marker/ort.png";
 		gicons["machico"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_s.png";
 		gicons["machico"].label={"url":"http://www.madeira-tipps.de/googlemaps/marker/label/Machico.png",
                 "anchor":new GPoint(20,16),
                 "size":new GSize(100,15)};
        gicons["machico"].iconSize=new GSize(32,32);
   		gicons["machico"].shadowSize=new GSize(49,32);
   		gicons["machico"].iconAnchor=new GPoint(16,16);
   		gicons["machico"].infoWindowAnchor=new GPoint(16,16);

 	  gicons["ribeirabrava"] = new GIcon();
 		gicons["ribeirabrava"].image="http://www.madeira-tipps.de/googlemaps/marker/ort.png";
 		gicons["ribeirabrava"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_s.png";
 		gicons["ribeirabrava"].label={"url":"http://www.madeira-tipps.de/googlemaps/marker/label/RibeiraBrava.png",
                 "anchor":new GPoint(20,16),
                 "size":new GSize(100,15)};
        gicons["ribeirabrava"].iconSize=new GSize(32,32);
   		gicons["ribeirabrava"].shadowSize=new GSize(49,32);
   		gicons["ribeirabrava"].iconAnchor=new GPoint(16,16);
   		gicons["ribeirabrava"].infoWindowAnchor=new GPoint(16,16);

 	  gicons["calheta"] = new GIcon();
 		gicons["calheta"].image="http://www.madeira-tipps.de/googlemaps/marker/ort.png";
 		gicons["calheta"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_s.png";
 		gicons["calheta"].label={"url":"http://www.madeira-tipps.de/googlemaps/marker/label/Calheta.png",
                 "anchor":new GPoint(20,16),
                 "size":new GSize(100,15)};
        gicons["calheta"].iconSize=new GSize(32,32);
   		gicons["calheta"].shadowSize=new GSize(49,32);
   		gicons["calheta"].iconAnchor=new GPoint(16,16);
   		gicons["calheta"].infoWindowAnchor=new GPoint(16,16);

 	  gicons["portomoniz"] = new GIcon();
 		gicons["portomoniz"].image="http://www.madeira-tipps.de/googlemaps/marker/ort.png";
 		gicons["portomoniz"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_s.png";
 		gicons["portomoniz"].label={"url":"http://www.madeira-tipps.de/googlemaps/marker/label/PortoMoniz.png",
                 "anchor":new GPoint(20,16),
                 "size":new GSize(100,15)};
        gicons["portomoniz"].iconSize=new GSize(32,32);
   		gicons["portomoniz"].shadowSize=new GSize(49,32);
   		gicons["portomoniz"].iconAnchor=new GPoint(16,16);
   		gicons["portomoniz"].infoWindowAnchor=new GPoint(16,16);

 	  gicons["saovicente"] = new GIcon();
 		gicons["saovicente"].image="http://www.madeira-tipps.de/googlemaps/marker/ort.png";
 		gicons["saovicente"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_s.png";
 		gicons["saovicente"].label={"url":"http://www.madeira-tipps.de/googlemaps/marker/label/SaoVicente.png",
                 "anchor":new GPoint(20,16),
                 "size":new GSize(100,15)};
        gicons["saovicente"].iconSize=new GSize(32,32);
   		gicons["saovicente"].shadowSize=new GSize(49,32);
   		gicons["saovicente"].iconAnchor=new GPoint(16,16);
   		gicons["saovicente"].infoWindowAnchor=new GPoint(16,16);

 	  gicons["santana"] = new GIcon();
 		gicons["santana"].image="http://www.madeira-tipps.de/googlemaps/marker/ort.png";
 		gicons["santana"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_s.png";
 		gicons["santana"].label={"url":"http://www.madeira-tipps.de/googlemaps/marker/label/Santana.png",
                 "anchor":new GPoint(20,16),
                 "size":new GSize(100,15)};
        gicons["santana"].iconSize=new GSize(32,32);
   		gicons["santana"].shadowSize=new GSize(49,32);
   		gicons["santana"].iconAnchor=new GPoint(16,16);
   		gicons["santana"].infoWindowAnchor=new GPoint(16,16);

 	  gicons["vilabaleira"] = new GIcon();
 		gicons["vilabaleira"].image="http://www.madeira-tipps.de/googlemaps/marker/ort.png";
 		gicons["vilabaleira"].shadow="http://www.madeira-tipps.de/googlemaps/marker/ort_s.png";
 		gicons["vilabaleira"].label={"url":"http://www.madeira-tipps.de/googlemaps/marker/label/VilaBaleira.png",
                 "anchor":new GPoint(20,16),
                 "size":new GSize(100,15)};
        gicons["vilabaleira"].iconSize=new GSize(32,32);
   		gicons["vilabaleira"].shadowSize=new GSize(49,32);
   		gicons["vilabaleira"].iconAnchor=new GPoint(16,16);
   		gicons["vilabaleira"].infoWindowAnchor=new GPoint(16,16);


}

