// HOSTEL CONSTRUCTOR function Hostel(name,location,mile,services,type,lat,lon) { this.name=name; this.location=location; this.mile=mile; this.services=services; this.type=type; this.lat=lat; this.lon=lon; this.point=""; this.marker=""; this.icon = ""; this.info=""; this.html="" this.active=0; } hostels = new Array(); hostels[0] = new Hostel("Walasi-Yi","Neels Gap, GA","30","L,G,Sho,La","p","34.743587","-83.91838"); hostels[1] = new Hostel("Blueberry Patch","Hiawassee, GA","66.8","L,M","p","34.95","-83.75"); hostels[2] = new Hostel("Nantahala Outdoors Center","Wesser, NC","131","L,G,M,Sho,La","p","35.33","-83.583"); hostels[3] = new Hostel("Hike Inn","Fontana Dam, NC","161.7","L,Shu","p","35.43","-83.83"); hostels[4] = new Hostel("Fontanna Village Resort","Fontana Dam, NC","161.7","L,M,G,Shu,Sho,La","h","35.43","-83.83"); hostels[5] = new Hostel("Mountain Momma's Kuntry Kitchen","New Found Gap, NC","230","L,M,G,Shu,Sho,La","p","",""); hostels[6] = new Hostel("Standing Bear","New Found Gap, NC","227","L,Shu,Sho,La","p","",""); hostels[7] = new Hostel("Elmer's Sunnybank","Hot Springs, NC","270.9","L,M,Sho","b","35.90","-82.83"); hostels[8] = new Hostel("Uncle Johnny's Nolichucky Hostel","Erwin, TN","338.8","L,G,Shu,Sho,La","p","36.15","-82.42"); hostels[9] = new Hostel("Miss Janet's","Erwin, TN","338.8","L,G,Shu,Sho,La","p","36.15","-82.42"); hostels[10] = new Hostel("Kincora","Hampton, TN","413.9","L,Shu,Sho,La","d","36.28","-82.17"); hostels[11] = new Hostel("Mt Rogers Outfitters","Damascus, VA","455.4","L,Sho,K","p","36.63","-81.78"); hostels[12] = new Hostel("The Place","Damascus, VA","455.4","L,Sho,K","d","36.63","-81.78"); hostels[13] = new Hostel("The Hostel","Pearisburg, VA","617.7","L,Sho,K","c","37.33","-80.73"); hostels[14] = new Hostel("Four Pines Hostel","Catawba, VA","690","L,Shu","d","37.38","-80.12"); hostels[15] = new Hostel("Rusty's Hard Times Hollow","Rock Fish Gap, VA","824","L,M","d","37.80","-78.75"); hostels[16] = new Hostel("Waynesboro YMCA","Waynesboro, VA","843","C,Sho","d","38.07","-78.88"); hostels[17] = new Hostel("ATC Bears Den","Clarke,VA","982.2","L,G,M","p","39.1109872","-77.8541454"); hostels[18] = new Hostel("PATC Blackburn Outdoors Center","Loudoun, VA ","990.1","L","d","39.1878927","-77.7973796"); hostels[19] = new Hostel("The Outfitter","Harpers Ferry, WV","1004.9","L,M","p","39.33","-77.73"); hostels[20] = new Hostel("American Youth Hostels","Harpers Ferry, WV","1004.9","L,M","p","39.33","-77.73"); hostels[21] = new Hostel("The Doyle Hotel","Duncanon, PA","1129","L,M,Sho","h","40.40","-77.02"); hostels[22] = new Hostel("Our Lady of the Mountain","Delaware Water Gap, PA","1275","L,Sho","c","41.00","-75.15"); hostels[23] = new Hostel("Episcopal Church","Vernon, NJ","1339.4","L,Sho,La","c","41.20","-74.48"); hostels[24] = new Hostel("East Mountain Retreat Center","Great Barrington, MA","1511.2","L,Sho,La","p","42.20","-73.37"); hostels[25] = new Hostel("Upper Goose Pond Cabin","Upper Goose Pond, MA","1534.4","L,M,K","d","42.2886577","-73.1812741"); hostels[26] = new Hostel("Sutton's Place","Manchester, VT","1633.7","L,Sho","g","43.17","-73.07"); hostels[27] = new Hostel("Dartmouth Fraternities","Hanover, NH","1728.4","L,Sho","d","43.70","-72.28"); hostels[28] = new Hostel("Hikers Welcome","Glencliff, NH","1771.8","L,G,Shu","p","43.98","-71.90"); hostels[29] = new Hostel("North Woodstock Guesthouse","N. Woodstock, NH","1797.6","L,Sho","g","44.03","-71.68"); hostels[30] = new Hostel("Hikers Paradise","Gorham, NH","1872.4","L,Shu,Sho,La,K","p","44.38","-71.17"); hostels[31] = new Hostel("The Barn","Gorham NH","1872.4","L,Shu,Sho,K","p","44.38","-71.17"); hostels[32] = new Hostel("The Andover Guesthouse","Andover, ME","1913.8","L,Shu,Sho,La,K","p","44.63","-70.75"); hostels[33] = new Hostel("The Cabin","Andover, ME","1913.8","L,Shu,Sho,La,K","p","44.63","-70.75"); hostels[34] = new Hostel("Pine-Ellis","Andover, ME","1913.8","L,Shu,Sho,La,K","p","44.63","-70.75"); hostels[35] = new Hostel("The Stable","Rangely, ME","1950.3","L,Sho","p","44.97","-70.65"); hostels[36] = new Hostel("The Pie Lady","Monson, ME","2052.5","L,M,Shu,Sho,K","p","45.28","-69.50"); hostels[37] = new Hostel("Shaw's Boarding House","Monson, ME","2052.5","L,M,Shu,Sho,K","p","45.28","-69.50");