    //<![CDATA[

    function load() {
		var map = new GMap2(document.getElementById("map"));
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
		map.setCenter(new GLatLng(37.83148, -85.594482), 8);

		// Icon Info
		var treeicon = new GIcon();
		treeicon.image = "treeicon.png";
		treeicon.shadow = "shadowicon.png";
		treeicon.iconSize = new GSize(20, 35);
		treeicon.shadowSize = new GSize(1, 1);
		treeicon.iconAnchor = new GPoint(20, 47);
		treeicon.infoWindowAnchor = new GPoint(10, 1);


		// Alpine Ridge - 38.394802,-85.338793
		var p_alpine = new GLatLng(38.394802,-85.338793);
		var m_alpine = new GMarker(p_alpine, treeicon);
		GEvent.addListener(m_alpine, "click", function() {
			m_alpine.openInfoWindowHtml("Alpine Ridge Christmas Tree Farm, Inc.<br>2600 Massey School Rd<br>LaGrange, KY 40031<br><a href='http://www.kychristmastrees.com/farms/alpineridge/index.html'>Website</a>");
		});
		map.addOverlay(m_alpine);

		// Althouse Family Christmas Tree Farm - 38.072758,-86.390884
		var p_althouse = new GLatLng(38.072758,-86.390884);
		var m_althouse = new GMarker(p_althouse, treeicon);
		GEvent.addListener(m_althouse, "click", function() {
			m_althouse.openInfoWindowHtml("Althouse Family Christmas Tree Farm, Inc.<br>1430 Wolf Creek Rd<br>Battletown, KY 40104<br><a href='http://www.kychristmastrees.com/farms/althouse/index.html'>Website</a>");
		});
		map.addOverlay(m_althouse);

		// Baldwin Farm - 37.763947,-84.359057
		var p_baldwin = new GLatLng(37.763947,-84.359057);
		var m_baldwin = new GMarker(p_baldwin, treeicon);
		GEvent.addListener(m_baldwin, "click", function() {
			m_baldwin.openInfoWindowHtml("Margery Baldwin<br>1113 Tatest Creek Rd.<br>Richmond, KY 40475<br><a href='http://www.kychristmastrees.com/farms/baldwin/index.html'>Website</a>");
		});
		map.addOverlay(m_baldwin);

		// Barker's Christmas Tree Farm - 38.004008,-84.391093
		var p_barker = new GLatLng(38.004008,-84.391093);
		var m_barker = new GMarker(p_barker, treeicon);
		GEvent.addListener(m_barker, "click", function() {
			m_barker.openInfoWindowHtml("Barker's Christmas Tree Farm<br>1470 Deer Haven Lane<br>Lexington, KY 40515<br><a href='http://www.kychristmastrees.com/farms/barkers/index.html'>Website</a>");
		});
		map.addOverlay(m_barker);

		// Christmas Memories Tree Farm
		var p_christmasmemories = new GLatLng(37.994497,-84.599276);
		var m_christmasmemories = new GMarker(p_christmasmemories, treeicon);
		GEvent.addListener(m_christmasmemories, "click", function() {
			m_christmasmemories.openInfoWindowHtml("Christmas Memories Tree Farm<br>4890 Keene Rd<br>Lexington, KY 40513<br><a href='http://www.kychristmastrees.com/farms/christmasmemories/index.html'>Website</a>");
		});
		map.addOverlay(m_christmasmemories);

		// Creekside Christmas Tree Farm
		var p_creekside = new GLatLng(37.815785,-86.035459);
		var m_creekside = new GMarker(p_creekside, treeicon);
		GEvent.addListener(m_creekside, "click", function() {
			m_creekside.openInfoWindowHtml("Creekside Christmas Tree Farm<br>390 Browns Lane<br>Vine Grove, KY  40175<br><a href='http://www.kychristmastrees.com/farms/creekside/index.html'>Website</a>");
		});
		map.addOverlay(m_creekside);

		// Robinson Christmas Trees / Creekside Farm
//		var p_robinson = new GLatLng(38.24568,-84.705706);
//		var m_robinson = new GMarker(p_creekside, treeicon);
//		GEvent.addListener(m_robinson, "click", function() {
//			m_robinson.openInfoWindowHtml("Robinson Christmas Trees / Creekside Farm<br>1816 Woodlake Rd.<br>Stamping Ground, KY 40379<br><a href='http://www.kychristmastrees.com/farms/creekside/index.html'>Website</a>");
//		});
//		map.addOverlay(m_robinson);

		// Evergreen Junction
//		var p_evergreenjunction = new GLatLng(38.918768,-84.364314);
//		var m_evergreenjunction = new GMarker(p_evergreenjunction, treeicon);
//		GEvent.addListener(m_evergreenjunction, "click", function() {
//			m_evergreenjunction.openInfoWindowHtml("Evergreen Junction<br>10340 Shaw Hess Rd.<br>Alexandria, KY 41001<br><a href='http://www.kychristmastrees.com/farms/evergreenjunction/index.html'>Website</a>");
//		});
//		map.addOverlay(m_evergreenjunction);

		// Ferguson Tree Farm - 38.928117,-84.676158
		var p_ferguson = new GLatLng(38.928117,-84.676158);
		var m_ferguson = new GMarker(p_ferguson, treeicon);
		GEvent.addListener(m_ferguson, "click", function() {
			m_ferguson.openInfoWindowHtml("Ferguson Tree Farm<br>10515 US 42<br>Union, KY  41091<br><a href='http://www.kychristmastrees.com/farms/ferguson/index.html'>Website</a>");
		});
		map.addOverlay(m_ferguson);

		// Gilland's Tree Farm
//		var p_gilland = new GLatLng(37.126159,-88.108785);
//		var m_gilland = new GMarker(p_gilland, treeicon);
//		GEvent.addListener(m_gilland, "click", function() {
//			m_gilland.openInfoWindowHtml("Gilland's Tree Farm<br>2313 St. Rt. 373<br>Eddyville, KY 42038<br><a href='http://www.kychristmastrees.com/farms/gilland/index.html'>Website</a>");
//		});
//		map.addOverlay(m_gilland);

		// Hartman Tree Farm
		var p_hartman = new GLatLng(36.962083,-86.510274);
		var m_hartman = new GMarker(p_hartman, treeicon);
		GEvent.addListener(m_hartman, "click", function() {
			m_hartman.openInfoWindowHtml("Hartman Tree Farm<br>870 Old Tram Road<br>Bowling Green, KY 42101<br><a href='http://www.kychristmastrees.com/farms/hartman/index.html'>Website</a>");
		});
		map.addOverlay(m_hartman);

		// Hawn Gap Tree Farm
		var p_hawn = new GLatLng(36.890606,-83.790944);
		var m_hawn = new GMarker(p_hawn, treeicon);
			GEvent.addListener(m_hawn, "click", function() {
			m_hawn.openInfoWindowHtml("Hawn Gap Tree Farm<br>898 Hawn Branch Rd.<br>Bimble, KY  40915<br><a href='http://www.kychristmastrees.com/farms/hawn/index.html'>Website</a>");
		});
		map.addOverlay(m_hawn);


		// Hilltop Tree Farm
		var p_hilltop = new GLatLng(37.801188,-86.947217);
		var m_hilltop = new GMarker(p_hilltop, treeicon);
		GEvent.addListener(m_hilltop, "click", function() {
			m_hilltop.openInfoWindowHtml("Hilltop Tree Farm<br>8023 Mt. Zion Church Rd.<br>Philpot, KY<br><a href='http://www.kychristmastrees.com/farms/hilltop/index.html'>Website</a>");
		});
		map.addOverlay(m_hilltop);

		// Hutton-Loyd Tree Farm
		var p_huttonloyd = new GLatLng(38.336321,-83.545382);
		var m_huttonloyd = new GMarker(p_huttonloyd, treeicon);
		GEvent.addListener(m_huttonloyd, "click", function() {
			m_huttonloyd.openInfoWindowHtml("Hutton-Loyd Tree Farm<br>1483 Big Run Rd<br>Wallingford, KY 41093<br><a href='http://www.kychristmastrees.com/farms/huttonloyd/index.html'>Website</a>");
		});
		map.addOverlay(m_huttonloyd);

		// Kirchhoff Christmas Trees - Not correct call for more info
//		var p_kirchhoff = new GLatLng(38.124497,-84.99606);
//		var m_kirchhoff = new GMarker(p_kirchhoff, treeicon);
//		GEvent.addListener(m_kirchhoff, "click", function() {
//			m_kirchhoff.openInfoWindowHtml("Kirchhoff Christmas Trees<br>750 Hickory Ridge Rd<br>Frankfort, KY 40604<br><a href='http://www.kychristmastrees.com/farms/kirchhoff/index.html'>Website</a>");
//		});
//		map.addOverlay(m_kirchhoff);

		// Kovalic's Christmas Trees
		var p_kovalic = new GLatLng(38.003366,-84.150982);
		var m_kovalic = new GMarker(p_kovalic, treeicon);
		GEvent.addListener(m_kovalic, "click", function() {
			m_kovalic.openInfoWindowHtml("Kovalic's Christmas Trees<br>487 Ecton Rd.<br>Winchester, KY 40391<br><a href='http://www.kychristmastrees.com/farms/kovalic/index.html'>Website</a>");
		});
		map.addOverlay(m_kovalic);

		// Leota Christmas Tree Farm
		var p_leota = new GLatLng(38.668758,-85.850666);
		var m_leota = new GMarker(p_leota, treeicon);
		GEvent.addListener(m_leota, "click", function() {
			m_leota.openInfoWindowHtml("Leota Christmas Tree Farm<br>1903 S. Finley Firehouse Rd.<br>Scottsburg, IN 47170<br><a href='http://www.kychristmastrees.com/farms/leota/index.html'>Website</a>");
		});
		map.addOverlay(m_leota);

		// Meyer Christmas Tree Farm
		var p_meyer = new GLatLng(38.412156,-85.976);
		var m_meyer = new GMarker(p_meyer, treeicon);
		GEvent.addListener(m_meyer, "click", function() {
			m_meyer.openInfoWindowHtml("Meyer Christmas Tree Farm<br>24619 Tom Evans Road<br>Borden, IN 47106<br><a href='http://www.kychristmastrees.com/farms/meyer/index.html'>Website</a>");
		});
		map.addOverlay(m_meyer);

		// McClure Valley Tree Farm
//		var p_mcclurevalley = new GLatLng(37.971639,-84.26666);
//		var m_mcclurevalley = new GMarker(p_mcclurevalley, treeicon);
//		GEvent.addListener(m_mcclurevalley, "click", function() {
//			m_mcclurevalley.openInfoWindowHtml("McClure Valley Tree Farm<br>4236 McClure Rd.<br>Winchester, KY 40391<br><a href='http://www.kychristmastrees.com/farms/mcclurevalley/index.html'>Website</a>");
//		});
//		map.addOverlay(m_mcclurevalley);

		// Pine Ridge Christmas Tree Farm
		var p_pineridge = new GLatLng(38.494041,-85.33433);
		var m_pineridge = new GMarker(p_pineridge, treeicon);
		GEvent.addListener(m_pineridge, "click", function() {
			m_pineridge.openInfoWindowHtml("Pine Ridge Christmas Tree Farm<br>3701 Valley Creek Drive <br>Pendleton, KY 40055 <br><a href='http://www.kychristmastrees.com/farms/pineridge/index.html'>Website</a>");
		});
		map.addOverlay(m_pineridge);

		// Rocky Top Tree Farm & Crafts - Incorrect Call for more detail
//		var p_rockytop = new GLatLng(37.626706,-86.340373);
//		var m_rockytop = new GMarker(p_rockytop, treeicon);
//		GEvent.addListener(m_rockytop, "click", function() {
//			m_rockytop.openInfoWindowHtml("Rocky Top Tree Farm & Crafts<br>152 Smiley Basham Lane<br>Hudson, KY 40145<br><a href='http://www.kychristmastrees.com/farms/rockytop/index.html'>Website</a>");
//		});
//		map.addOverlay(m_rockytop);

		// stonesthrow
		var p_stonesthrow = new GLatLng(38.435304,-85.171509);
		var m_stonesthrow = new GMarker(p_stonesthrow, treeicon);
		GEvent.addListener(m_stonesthrow, "click", function() {
			m_stonesthrow.openInfoWindowHtml("Stone's Throw Farm<br>P.O. Box 13<br>Port Royal, KY  40058<br><a href='http://www.kychristmastrees.com/farms/stonesthrow/index.html'>Website</a>");
		});
		map.addOverlay(m_stonesthrow);

		// Sundance Farm
		var p_sundance = new GLatLng(37.825802,-84.040046);
		var m_sundance = new GMarker(p_sundance, treeicon);
		GEvent.addListener(m_sundance, "click", function() {
			m_sundance.openInfoWindowHtml("Sundance Farm<br>700 Parvin Rd.<br>Irvine, KY 40336<br><a href='http://www.kychristmastrees.com/farms/sundance/index.html'>Website</a>");
		});
		map.addOverlay(m_sundance);

		// Tug Fork Tree Farm
		var p_tugfork = new GLatLng(38.995473,-84.396951);
		var m_tugfork = new GMarker(p_tugfork, treeicon);
		GEvent.addListener(m_tugfork, "click", function() {
			m_tugfork.openInfoWindowHtml("Tug Fork Tree Farm<br> 1421 Upper Tug Fork Road<br>Alexandria KY 41001<br><a href='http://www.tugforktrees.com/'>Website</a>");
		});
		map.addOverlay(m_tugfork);

		// Werkmeister's Christmas Tree Farm
		var p_werkmeister = new GLatLng(37.997414,-85.571308);
		var m_werkmeister = new GMarker(p_werkmeister, treeicon);
		GEvent.addListener(m_werkmeister, "click", function() {
			m_werkmeister.openInfoWindowHtml("Werkmeister's Christmas Tree Farm<br>966 Clarks Lane<br>Shepherdsville, KY 40165<br><a href='http://www.kychristmastrees.com/farms/werkmeister/index.html'>Website</a>");
		});
		map.addOverlay(m_werkmeister);

		// Wethington Nursery
//		var p_wethingtonnursery = new GLatLng(38.1638,-85.56309);
//		var m_wethingtonnursery = new GMarker(p_wethingtonnursery, treeicon);
//		GEvent.addListener(m_wethingtonnursery, "click", function() {
//			m_wethingtonnursery.openInfoWindowHtml("Wethington Nursery<br>10407 Easum Rd.<br>Jeffersontown, KY 40299<br><a href='http://www.kychristmastrees.com/farms/wethingtonnursery/index.html'>Website</a>");
//		});
//		map.addOverlay(m_wethingtonnursery);

		// Yuletide Tree Farm
		var p_yuletide = new GLatLng(37.990734,-84.20439);
		var m_yuletide = new GMarker(p_yuletide, treeicon);
		GEvent.addListener(m_yuletide, "click", function() {
			m_yuletide.openInfoWindowHtml("Yuletide Tree Farm<br>51 Skylark Dr.<br>Winchester, KY 40391<br><a href='http://www.kychristmastrees.com/farms/yuletide/index.html'>Website</a>");
		});
		map.addOverlay(m_yuletide);

		// Blank
//		var p_blank = new GLatLng(37.83148, -85.594482);
//		var m_blank = new GMarker(p_blank, treeicon);
//		GEvent.addListener(m_blank, "click", function() {
//			m_blank.openInfoWindowHtml("<br><br><br><a href='http://www.kychristmastrees.com/farms/blank/index.html'>Website</a>");
//		});
//		map.addOverlay(m_blank);


	}
    //]]>
