
	 var baseIconAnn = new GIcon();
	 baseIconAnn.shadow = "http://www.google.com/mapfiles/shadow50.png";
	 baseIconAnn.iconSize = new GSize(20, 34);
	 baseIconAnn.iconAnchor = new GPoint(10, 34);
	 baseIconAnn.infoWindowAnchor = new GPoint(10, 12);
	 baseIconAnn.shadowSize = new GSize(37, 34);
	 baseIconAnn.infoShadowAnchor = new GPoint(10, 34);
	
	 var baseIconAnnsmall = new GIcon();
	 baseIconAnnsmall.iconSize = new GSize(12,20);
	 baseIconAnnsmall.iconAnchor = new GPoint(6,20);
	 baseIconAnnsmall.infoWindowAnchor = new GPoint(4,9);
	 baseIconAnnsmall.shadowSize = new GSize(37, 34);
	 baseIconAnnsmall.infoShadowAnchor = new GPoint(10, 34);
	 

	
	 
	 var baseIconnorth = new GIcon();
	 //baseIconnorth.shadow = "http://www.google.com/mapfiles/shadow50.png";
	 baseIconnorth.iconSize = new GSize(24, 15);
	 baseIconnorth.iconAnchor = new GPoint(12, 15);
	 baseIconnorth.infoWindowAnchor = new GPoint(14, 10);
	 baseIconnorth.infoShadowAnchor = new GPoint(18, 25);

	 var baseIconsouth = new GIcon();
	 baseIconsouth.iconSize = new GSize(24, 15);
	 baseIconsouth.iconAnchor = new GPoint(12, 0);
	 baseIconsouth.infoWindowAnchor = new GPoint(14, 12);
	 baseIconsouth.infoShadowAnchor = new GPoint(18, 25);
		 
	 var baseIconeast = new GIcon();
	 baseIconeast.iconSize = new GSize(15, 24);
	 baseIconeast.iconAnchor = new GPoint(0, 12);
	 baseIconeast.infoWindowAnchor = new GPoint(5, 12);
	 baseIconeast.infoShadowAnchor = new GPoint(18, 25);	

	 var baseIconwest = new GIcon();
	 baseIconwest.iconSize = new GSize(15, 24);
	 baseIconwest.iconAnchor = new GPoint(15, 12);
	 baseIconwest.infoWindowAnchor = new GPoint(5, 12);
	 baseIconwest.infoShadowAnchor = new GPoint(18, 25);
	 
	 	 
	 
	 var baseIconnortheast = new GIcon();
	 baseIconnortheast.iconSize = new GSize(22,22);
	 
	 var baseIconsouthwest = new GIcon(baseIconnortheast);	 
	 var baseIconsouthwest = new GIcon(baseIconnortheast);
	 var baseIconnorthwest = new GIcon(baseIconnortheast);
	 var baseIconsoutheast = new GIcon(baseIconnortheast);
	 	
	 //Icon Anchor
	 baseIconnorthwest.iconAnchor = new GPoint(18,18);
	 baseIconsoutheast.iconAnchor = new GPoint(2,2);	
	
	 //Window Anchor 
	 baseIconnorthwest.infoWindowAnchor = new GPoint(10,18);
	 baseIconsoutheast.infoWindowAnchor = new GPoint(8,13);	 
	 
	 
	 //Icon Anchor
	 baseIconnortheast.iconAnchor = new GPoint(2,18);
	 baseIconsouthwest.iconAnchor = new GPoint(18,3);	
 
	 //Window Anchor 
	 baseIconnortheast.infoWindowAnchor = new GPoint(8,16);
	 baseIconsouthwest.infoWindowAnchor = new GPoint(14,12);
	 
		

	 var baseIconeastsmall = new GIcon();
	 baseIconeastsmall.iconSize = new GSize(11,16);
	 var baseIconwestsmall = new GIcon(baseIconeastsmall);
	
	 var baseIconnorthsmall = new GIcon();
	 baseIconnorthsmall.iconSize = new GSize(16,11);
	 var baseIconsouthsmall = new GIcon(baseIconnorthsmall);
	 
	 var baseIconnortheastsmall = new GIcon();
	 baseIconnortheastsmall.iconSize = new GSize(14,14);
	 var baseIconsouthwestsmall = new GIcon(baseIconnortheastsmall);
	 var baseIconnorthwestsmall = new GIcon(baseIconnortheastsmall);
	 var baseIconsoutheastsmall = new GIcon(baseIconnortheastsmall);
	 
	 
	 
	 baseIconeastsmall.iconAnchor = new GPoint(1,8);
	 baseIconeastsmall.infoWindowAnchor = new GPoint(4,8);
	
	 baseIconwestsmall.iconAnchor = new GPoint(12,8);
	 baseIconwestsmall.infoWindowAnchor = new GPoint(4,10);
		 
	 baseIconnorthsmall.iconAnchor = new GPoint(8,13);
	 baseIconnorthsmall.infoWindowAnchor = new GPoint(6,8);
	 
	 baseIconsouthsmall.iconAnchor = new GPoint(8,2);
	 baseIconsouthsmall.infoWindowAnchor = new GPoint(5, 9);
	
	
	 
	 
	 baseIconnortheastsmall.iconAnchor = new GPoint(4,12);
	 baseIconnortheastsmall.infoWindowAnchor = new GPoint(4,10);
	 
	 baseIconsouthwestsmall.iconAnchor = new GPoint(12,4);
	 baseIconsouthwestsmall.infoWindowAnchor = new GPoint(6,12);
	 
	 baseIconsoutheastsmall.iconAnchor = new GPoint(3,4);
	 baseIconsoutheastsmall.infoWindowAnchor = new GPoint(4,8);
	
	 	 
	 baseIconnorthwestsmall.iconAnchor = new GPoint(12,12);
	 baseIconnorthwestsmall.infoWindowAnchor = new GPoint(6,10);
	
	
