var IconPath = "http://beeliving.co.uk/images/layout/";

var iconMini = new GIcon();
iconMini.image = IconPath + "mm_20_red.png";
iconMini.shadow = IconPath + "mm_20_shadow.png";
iconMini.transparent = IconPath + "mm_20_transparent.png";
iconMini.iconSize = new GSize(12, 20);
iconMini.shadowSize = new GSize(22, 20);
iconMini.iconAnchor = new GPoint(6, 20);
iconMini.infoWindowAnchor = new GPoint(5, 1);
iconMini.imageMap =
	[5,20,
	3,12,
	0,9,
	0,3,
	3,0,
	9,0,
	12,3,
	12,9,
	9,12,
	7,20];
		
var iconBee = new GIcon();
iconBee.image = IconPath + "mapBee2.png";
iconBee.shadow = IconPath + "mapBeeShadow2.png";
iconBee.transparent = IconPath + "mapBeeTransparent2.png";
iconBee.iconSize = new GSize(33, 36);
iconBee.shadowSize = new GSize(60, 36);
iconBee.iconAnchor = new GPoint(30, 36);
iconBee.infoWindowAnchor = new GPoint(30, 0);
iconBee.infoShadowAnchor = new GPoint(30, 36);
iconBee.imageMap =
	[32,36,
	22,36,
	17,31,
	14,25,
	8,21,
	0,13,
	0,6,
	7,2,
	15,6,
	19,0,
	27,5,
	32,19];
