var baseIcon = [];
var smallIcon;
// Normal marker icon
baseIcon[0] = new GIcon();
baseIcon[0].image = "http://www.google.com/mapfiles/marker.png";
baseIcon[0].shadow = "http://www.google.com/mapfiles/shadow50.png";
baseIcon[0].iconSize = new GSize(20, 34);
baseIcon[0].shadowSize = new GSize(37, 34);
baseIcon[0].iconAnchor = new GPoint(9, 34);
baseIcon[0].infoWindowAnchor = new GPoint(9, 2);
baseIcon[0].infoShadowAnchor = new GPoint(18, 25);

baseIcon[266] = new GIcon();
baseIcon[266].image = "http://www.evropskemesto.cz/cms/templates/rhuk_solarflare_ii/images/flag_red.png";

baseIcon[266].iconSize = new GSize(28, 42);
baseIcon[266].shadowSize = new GSize(37, 34);
baseIcon[266].iconAnchor = new GPoint(27, 42);
baseIcon[266].infoWindowAnchor = new GPoint(9, 2);
baseIcon[266].infoShadowAnchor = new GPoint(18, 25);

// Base Icon for Small Colored Icons
smallIcon = new GIcon();

smallIcon.iconSize = new GSize(21, 30);
smallIcon.shadowSize = new GSize(22, 20);
smallIcon.iconAnchor = new GPoint(19, 30);
smallIcon.infoWindowAnchor = new GPoint(5, 1); 

baseIcon[1] = new GIcon(smallIcon);
baseIcon[1].image = "http://www.evropskemesto.cz/cms/templates/rhuk_solarflare_ii/images/flag_red.png";

baseIcon[267] = new GIcon(smallIcon);
baseIcon[267].image = "http://www.evropskemesto.cz/cms/templates/rhuk_solarflare_ii/images/flag_orange.png";

baseIcon[268] = new GIcon(smallIcon);
baseIcon[268].image = "http://www.evropskemesto.cz/cms/templates/rhuk_solarflare_ii/images/flag_grey.png";



