//---Fishing Icon Declarations --//

	var iconFishGreen = new GIcon(); 
    iconFishGreen.image = 'http://www.myoutdoortv.com/images/fish_green.png';
    iconFishGreen.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishGreen.iconSize = new GSize(19, 26);
    iconFishGreen.shadowSize = new GSize(35, 26);
    iconFishGreen.iconAnchor = new GPoint(1, 20);
    iconFishGreen.infoWindowAnchor = new GPoint(5, 1);
	
	var iconFishRed = new GIcon(); 
    iconFishRed.image = 'http://www.myoutdoortv.com/images/fish_red.png';
    iconFishRed.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishRed.iconSize = new GSize(19, 26);
    iconFishRed.shadowSize = new GSize(35, 26);
    iconFishRed.iconAnchor = new GPoint(1, 20);
    iconFishRed.infoWindowAnchor = new GPoint(5, 1);
	
	var iconFishBlue = new GIcon(); 
    iconFishBlue.image = 'http://www.myoutdoortv.com/images/fish_blue.png';
    iconFishBlue.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishBlue.iconSize = new GSize(19, 26);
    iconFishBlue.shadowSize = new GSize(35, 26);
    iconFishBlue.iconAnchor = new GPoint(1, 20);
    iconFishBlue.infoWindowAnchor = new GPoint(5, 1);
	
	var iconFishPurple = new GIcon(); 
    iconFishPurple.image = 'http://www.myoutdoortv.com/images/fish_purple.png';
    iconFishPurple.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishPurple.iconSize = new GSize(19, 26);
    iconFishPurple.shadowSize = new GSize(35, 26);
    iconFishPurple.iconAnchor = new GPoint(1, 20);
    iconFishPurple.infoWindowAnchor = new GPoint(5, 1);
	
	var iconFishYellow = new GIcon(); 
    iconFishYellow.image = 'http://www.myoutdoortv.com/images/fish_yellow.png';
    iconFishYellow.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishYellow.iconSize = new GSize(19, 26);
    iconFishYellow.shadowSize = new GSize(35, 26);
    iconFishYellow.iconAnchor = new GPoint(1, 20);
    iconFishYellow.infoWindowAnchor = new GPoint(5, 1);

	var iconFishOrange = new GIcon(); 
    iconFishOrange.image = 'http://www.myoutdoortv.com/images/fish_orange.png';
    iconFishOrange.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishOrange.iconSize = new GSize(19, 26);
    iconFishOrange.shadowSize = new GSize(35, 26);
    iconFishOrange.iconAnchor = new GPoint(1, 20);
    iconFishOrange.infoWindowAnchor = new GPoint(5, 1);

	var iconFishTeal = new GIcon(); 
    iconFishTeal.image = 'http://www.myoutdoortv.com/images/fish_teal.png';
    iconFishTeal.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishTeal.iconSize = new GSize(19, 26);
    iconFishTeal.shadowSize = new GSize(35, 26);
    iconFishTeal.iconAnchor = new GPoint(1, 20);
    iconFishTeal.infoWindowAnchor = new GPoint(5, 1);		

	var iconFishPink = new GIcon(); 
    iconFishPink.image = 'http://www.myoutdoortv.com/images/fish_pink.png';
    iconFishPink.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishPink.iconSize = new GSize(19, 26);
    iconFishPink.shadowSize = new GSize(35, 26);
    iconFishPink.iconAnchor = new GPoint(1, 20);
    iconFishPink.infoWindowAnchor = new GPoint(5, 1);	

	var iconFishBrown = new GIcon(); 
    iconFishBrown.image = 'http://www.myoutdoortv.com/images/fish_brown.png';
    iconFishBrown.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishBrown.iconSize = new GSize(19, 26);
    iconFishBrown.shadowSize = new GSize(35, 26);
    iconFishBrown.iconAnchor = new GPoint(1, 20);
    iconFishBrown.infoWindowAnchor = new GPoint(5, 1);	

	var iconFishYellowgreen = new GIcon(); 
    iconFishYellowgreen.image = 'http://www.myoutdoortv.com/images/fish_yellowgreen.png';
    iconFishYellowgreen.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishYellowgreen.iconSize = new GSize(19, 26);
    iconFishYellowgreen.shadowSize = new GSize(35, 26);
    iconFishYellowgreen.iconAnchor = new GPoint(1, 20);
    iconFishYellowgreen.infoWindowAnchor = new GPoint(5, 1);	

	var iconFishSilver = new GIcon(); 
    iconFishSilver.image = 'http://www.myoutdoortv.com/images/fish_silver.png';
    iconFishSilver.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishSilver.iconSize = new GSize(19, 26);
    iconFishSilver.shadowSize = new GSize(35, 26);
    iconFishSilver.iconAnchor = new GPoint(1, 20);
    iconFishSilver.infoWindowAnchor = new GPoint(5, 1);	
	
	var iconFishBlack = new GIcon(); 
    iconFishBlack.image = 'http://www.myoutdoortv.com/images/fish_black.png';
    iconFishBlack.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconFishBlack.iconSize = new GSize(19, 26);
    iconFishBlack.shadowSize = new GSize(35, 26);
    iconFishBlack.iconAnchor = new GPoint(1, 20);
    iconFishBlack.infoWindowAnchor = new GPoint(5, 1);	

//---Hunting Icon Declarations --//

	var iconHuntGreen = new GIcon(); 
    iconHuntGreen.image = 'http://www.myoutdoortv.com/images/hunt_green.png';
    iconHuntGreen.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntGreen.iconSize = new GSize(19, 26);
    iconHuntGreen.shadowSize = new GSize(35, 26);
    iconHuntGreen.iconAnchor = new GPoint(1, 20);
    iconHuntGreen.infoWindowAnchor = new GPoint(5, 1);
	
	var iconHuntRed = new GIcon(); 
    iconHuntRed.image = 'http://www.myoutdoortv.com/images/hunt_red.png';
    iconHuntRed.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntRed.iconSize = new GSize(19, 26);
    iconHuntRed.shadowSize = new GSize(35, 26);
    iconHuntRed.iconAnchor = new GPoint(1, 20);
    iconHuntRed.infoWindowAnchor = new GPoint(5, 1);
	
	var iconHuntBlue = new GIcon(); 
    iconHuntBlue.image = 'http://www.myoutdoortv.com/images/hunt_blue.png';
    iconHuntBlue.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntBlue.iconSize = new GSize(19, 26);
    iconHuntBlue.shadowSize = new GSize(35, 26);
    iconHuntBlue.iconAnchor = new GPoint(1, 20);
    iconHuntBlue.infoWindowAnchor = new GPoint(5, 1);
	
	var iconHuntPurple = new GIcon(); 
    iconHuntPurple.image = 'http://www.myoutdoortv.com/images/hunt_purple.png';
    iconHuntPurple.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntPurple.iconSize = new GSize(19, 26);
    iconHuntPurple.shadowSize = new GSize(35, 26);
    iconHuntPurple.iconAnchor = new GPoint(1, 20);
    iconHuntPurple.infoWindowAnchor = new GPoint(5, 1);
	
	var iconHuntYellow = new GIcon(); 
    iconHuntYellow.image = 'http://www.myoutdoortv.com/images/hunt_yellow.png';
    iconHuntYellow.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntYellow.iconSize = new GSize(19, 26);
    iconHuntYellow.shadowSize = new GSize(35, 26);
    iconHuntYellow.iconAnchor = new GPoint(1, 20);
    iconHuntYellow.infoWindowAnchor = new GPoint(5, 1);

	var iconHuntOrange = new GIcon(); 
    iconHuntOrange.image = 'http://www.myoutdoortv.com/images/hunt_orange.png';
    iconHuntOrange.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntOrange.iconSize = new GSize(19, 26);
    iconHuntOrange.shadowSize = new GSize(35, 26);
    iconHuntOrange.iconAnchor = new GPoint(1, 20);
    iconHuntOrange.infoWindowAnchor = new GPoint(5, 1);

	var iconHuntTeal = new GIcon(); 
    iconHuntTeal.image = 'http://www.myoutdoortv.com/images/hunt_teal.png';
    iconHuntTeal.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntTeal.iconSize = new GSize(19, 26);
    iconHuntTeal.shadowSize = new GSize(35, 26);
    iconHuntTeal.iconAnchor = new GPoint(1, 20);
    iconHuntTeal.infoWindowAnchor = new GPoint(5, 1);		

	var iconHuntPink = new GIcon(); 
    iconHuntPink.image = 'http://www.myoutdoortv.com/images/hunt_pink.png';
    iconHuntPink.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntPink.iconSize = new GSize(19, 26);
    iconHuntPink.shadowSize = new GSize(35, 26);
    iconHuntPink.iconAnchor = new GPoint(1, 20);
    iconHuntPink.infoWindowAnchor = new GPoint(5, 1);	

	var iconHuntBrown = new GIcon(); 
    iconHuntBrown.image = 'http://www.myoutdoortv.com/images/hunt_brown.png';
    iconHuntBrown.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntBrown.iconSize = new GSize(19, 26);
    iconHuntBrown.shadowSize = new GSize(35, 26);
    iconHuntBrown.iconAnchor = new GPoint(1, 20);
    iconHuntBrown.infoWindowAnchor = new GPoint(5, 1);	

	var iconHuntYellowgreen = new GIcon(); 
    iconHuntYellowgreen.image = 'http://www.myoutdoortv.com/images/hunt_yellowgreen.png';
    iconHuntYellowgreen.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntYellowgreen.iconSize = new GSize(19, 26);
    iconHuntYellowgreen.shadowSize = new GSize(35, 26);
    iconHuntYellowgreen.iconAnchor = new GPoint(1, 20);
    iconHuntYellowgreen.infoWindowAnchor = new GPoint(5, 1);	

	var iconHuntSilver = new GIcon(); 
    iconHuntSilver.image = 'http://www.myoutdoortv.com/images/hunt_silver.png';
    iconHuntSilver.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntSilver.iconSize = new GSize(19, 26);
    iconHuntSilver.shadowSize = new GSize(35, 26);
    iconHuntSilver.iconAnchor = new GPoint(1, 20);
    iconHuntSilver.infoWindowAnchor = new GPoint(5, 1);	

	var iconHuntBlack = new GIcon(); 
    iconHuntBlack.image = 'http://www.myoutdoortv.com/images/hunt_black.png';
    iconHuntBlack.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconHuntBlack.iconSize = new GSize(19, 26);
    iconHuntBlack.shadowSize = new GSize(35, 26);
    iconHuntBlack.iconAnchor = new GPoint(1, 20);
    iconHuntBlack.infoWindowAnchor = new GPoint(5, 1);	

//----Conservation Icon Declarations ---//

	var iconConGreen = new GIcon(); 
    iconConGreen.image = 'http://www.myoutdoortv.com/images/con_green.png';
    iconConGreen.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconConGreen.iconSize = new GSize(19, 26);
    iconConGreen.shadowSize = new GSize(35, 26);
    iconConGreen.iconAnchor = new GPoint(1, 20);
    iconConGreen.infoWindowAnchor = new GPoint(5, 1);

	var iconConSilver = new GIcon(); 
    iconConSilver.image = 'http://www.myoutdoortv.com/images/con_silver.png';
    iconConSilver.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconConSilver.iconSize = new GSize(19, 26);
    iconConSilver.shadowSize = new GSize(35, 26);
    iconConSilver.iconAnchor = new GPoint(1, 20);
    iconConSilver.infoWindowAnchor = new GPoint(5, 1);

	var iconConOrange = new GIcon(); 
    iconConOrange.image = 'http://www.myoutdoortv.com/images/con_orange.png';
    iconConOrange.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconConOrange.iconSize = new GSize(19, 26);
    iconConOrange.shadowSize = new GSize(35, 26);
    iconConOrange.iconAnchor = new GPoint(1, 20);
    iconConOrange.infoWindowAnchor = new GPoint(5, 1);

	var iconConPurple = new GIcon(); 
    iconConPurple.image = 'http://www.myoutdoortv.com/images/con_purple.png';
    iconConPurple.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconConPurple.iconSize = new GSize(19, 26);
    iconConPurple.shadowSize = new GSize(35, 26);
    iconConPurple.iconAnchor = new GPoint(1, 20);
    iconConPurple.infoWindowAnchor = new GPoint(5, 1);

	var iconWildBlue = new GIcon(); 
    iconWildBlue.image = 'http://www.myoutdoortv.com/images/wild_blue.png';
    iconWildBlue.shadow = 'http://www.myoutdoortv.com/images/shadow.png';
    iconWildBlue.iconSize = new GSize(19, 26);
    iconWildBlue.shadowSize = new GSize(35, 26);
    iconWildBlue.iconAnchor = new GPoint(1, 20);
    iconWildBlue.infoWindowAnchor = new GPoint(5, 1);	
	
	var customIcons = [];
    
	//Fishing
    customIcons["Bass"] = iconFishGreen;
	customIcons["Crappie"] = iconFishBlue;
	customIcons["Walleye"] = iconFishPurple;
	customIcons["Pike"] = iconFishYellow;
	customIcons["Tarpon"] = iconFishOrange;
	customIcons["Sailfish"] = iconFishTeal;
	customIcons["Red_Fish"] = iconFishPink;
	customIcons["Snapper"] = iconFishBrown;
	customIcons["Grouper"] = iconFishYellowgreen;
	customIcons["Tuna"] = iconFishSilver;
    customIcons["Trout"] = iconFishRed;
	customIcons["Fishing_Other"] = iconFishBlack;
	//Hunting
	customIcons["Deer"] = iconHuntRed;
	customIcons["Elk"] = iconHuntGreen;
	customIcons["Moose"] = iconHuntBlue;
	customIcons["Bear"] = iconHuntPurple;
	customIcons["Antelope"] = iconHuntYellow;
	customIcons["Quail"] = iconHuntOrange;
	customIcons["Grouse"] = iconHuntTeal;
	customIcons["Pheasant"] = iconHuntPink;
    customIcons["Dove"] = iconHuntBrown;
    customIcons["Turkey"] = iconHuntYellowgreen;
	customIcons["Hunting_Other"] = iconHuntSilver;
	customIcons["Bow_Hunting"] = iconHuntBlack;
	customIcons["Targets"] = iconHuntYellow;
	customIcons["Ducks"] = iconHuntOrange;
	customIcons["Geese"] = iconHuntGreen;
	customIcons["Coyote"] = iconHuntPurple;
	customIcons["Wild_Hogs"] = iconHuntBrown;
	customIcons["Rabbit"] = iconHuntRed;
	customIcons["Squirrel"] = iconHuntPink;
	//WildLife
    customIcons["Conservation"] = iconConSilver;
	customIcons["Environment"] = iconConPurple;
	customIcons["Bird_Watching"] = iconConOrange;
	customIcons["Parks_and_Recreation"] = iconConGreen;
    customIcons["Wild_Life"] = iconWildBlue;