function Location(name, street1, street2, city, county, state, zip, country)
{
  this.name = name;
  this.street1 = street1;
  this.street2 = street2;
  this.city = city;
  this.county = county;
  this.state = state;
  this.zip = zip;
  this.country = country;
  this.notes;
  this.images = new Array();
  this.map;
  this.satellite;
}

var locations = new Array();

function getLocationStr(id)
{
  var str = "";
  var started = false;

  if (typeof(id) != "undefined")
  {
    var loc = new Array();
    loc[0] = locations[id].name;
    loc[1] = locations[id].street1;
    loc[2] = locations[id].street2;
    loc[3] = locations[id].city;
    loc[4] = locations[id].state;
    loc[5] = locations[id].zip;
    loc[6] = locations[id].country;

    for (var i = 0; i < 7; i++)
    {
      if (loc[i] != "")
      {
        if (i == 0)
        {
          str = str + "<A HREF=\"location.html?id=" + id + "\">";
        }

        if (started == true)
        {
          if (i == 5)
          {
            str = str + " ";
          }
          else
          {
            str = str + ", ";
          }
        }
        str = str + loc[i];

        if (i == 0)
        {
          str = str + "</A>";
        }

        started = true;
      }
    }

//    if (typeof(locations[id].notes) != "undefined")
//    {
//      str = str + ". " + locations[id].notes;
//    }
  }

  return str;
}

function getBasicLocationStr(id)
{
  var str = "";
  var started = false;

  if (typeof(id) != "undefined")
  {
    var loc = new Array();
    loc[0] = locations[id].name;
    loc[1] = "";
    loc[2] = "";
    loc[3] = locations[id].city;
    loc[4] = locations[id].state;
    loc[5] = "";
    loc[6] = locations[id].country;

    for (var i = 0; i < 7; i++)
    {
      if (loc[i] != "")
      {
        if (i == 0)
        {
          str = str + "<A HREF=\"location.html?id=" + id + "\">";
        }

        if (started == true)
        {
          if (i == 5)
          {
            str = str + " ";
          }
          else
          {
            str = str + ", ";
          }
        }
        str = str + loc[i];

        if (i == 0)
        {
          str = str + "</A>";
        }

        started = true;
      }
    }

//    if (typeof(locations[id].notes) != "undefined")
//    {
//      str = str + ". " + locations[id].notes;
//    }
  }

  return str;
}

locations[0] = new Location("Avista Adventist Hospital", "100 Health Park Drive", "", "Louisville", "Boulder County", "Colorado", "80027", "USA");
locations[0].map = "THM-LOC-0000-Avista-Hospital.jpg";
locations[0].satellite = "THM-LOC-0000-Avista-Hospital.jpg";
locations[0].images[0] = images[1079];

locations[1] = new Location("Huntsville Memorial Hospital (old)", "1115 Avenue O", "", "Huntsville", "Walker", "Texas", "77340", "USA");

locations[2] = new Location("Good Shepherd United Methodist Church", "3960 East 128th Avenue", "", "Thornton", "Adams", "Colorado", "80241", "USA");
locations[2].images[0] = images[1078];

locations[3] = new Location("Thompson Thornton House", "5256 East 129th Place", "", "Thornton", "Adams County", "Colorado", "80241", "USA");
locations[3].notes = "Woodbridge Station neighborhood.";
locations[3].map = "THM-LOC-0003-Thompson-Thornton-House.jpg";
locations[3].satellite = "THM-LOC-0003-Thompson-Thornton-House.jpg";
locations[3].images[0] = images[46];

locations[4] = new Location("Thompson Broomfield House", "292 Berthoud Trail", "", "Broomfield", "Broomfield County", "Colorado", "80020", "USA");
locations[4].map = "THM-LOC-0004-Thompson-Broomfield-House.jpg";
locations[4].satellite = "THM-LOC-0004-Thompson-Broomfield-House.jpg";
locations[4].images[0] = images[47];
locations[4].images[1] = images[981];

locations[5] = new Location("Thompson Woodlands House", "6 East Knightsbridge Drive", "", "The Woodlands", "Montgomery County", "Texas", "77385", "USA");
locations[5].notes = "Harper's Landing neighborhood, Village of College Park.";
locations[5].map = "THM-LOC-0005-Thompson-Woodlands-House.jpg";
locations[5].satellite = "THM-LOC-0005-Thompson-Woodlands-House.jpg";
locations[5].images[0] = images[48];

locations[6] = new Location("The Woodlands Community Presbyterian Church", "4881 West Panther Creek Drive", "", "The Woodlands", "Montgomery County", "Texas", "77381", "USA");
locations[6].images[0] = images[49];
locations[6].images[1] = images[50];

locations[7] = new Location("WoodsEdge Community Church", "3333 South Panther Creek Drive", "", "The Woodlands", "Montgomery County", "Texas", "77381", "USA");
locations[7].images[0] = images[52];

locations[8] = new Location("Thompson Briar Dale Apartment", "2 Briar Dale Court #5", "", "Houston", "Harris County", "Texas", "77027", "USA");

locations[9] = new Location("Thompson Willowood House", "7707 Martinwood", "", "Houston", "Harris County", "Texas", "77086", "USA");
locations[9].map = "THM-LOC-0009-Thompson-Willowood-House.jpg";
locations[9].satellite = "THM-LOC-0009-Thompson-Willowood-House.jpg";
locations[9].images[0] = images[2266];
locations[9].images[1] = images[2265];
locations[9].images[2] = images[2267];
locations[9].images[3] = images[2268];
locations[9].images[4] = images[983];

locations[10] = new Location("Thompson Greenwood House", "5803 Theall", "", "Houston", "Harris County", "Texas", "77066", "USA");
locations[10].map = "THM-LOC-0010-Thompson-Greenwood-House.jpg";
locations[10].satellite = "THM-LOC-0010-Thompson-Greenwood-House.jpg";
locations[10].images[0] = images[982];

locations[11] = new Location("Jackson-Shaver Hall #316", "Sam Houston State University", "", "Huntsville", "Walker County", "Texas", "77341", "USA");
locations[11].images[0] = images[53];

locations[12] = new Location("Woodcreek Apartment Resort", "1235 Josey #102", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[12].map = "THM-LOC-0012-Woodcreek-Apartments.jpg";
locations[12].satellite = "THM-LOC-0012-Woodcreek-Apartments.jpg";
locations[12].images[0] = images[54];

locations[13] = new Location("Epps Island Elementary School", "7403 Smiling Wood Lane", "", "Houston", "Harris County", "Texas", "77086", "USA");

locations[14] = new Location("Wunderlich Intermediate School", "11800 Misty Valley", "", "Houston", "Harris County", "Texas", "77066", "USA");
locations[14].map = "THM-LOC-0016-Klein-Forest-High-School.jpg";
locations[14].satellite = "THM-LOC-0016-Klein-Forest-High-School.jpg";

locations[15] = new Location("Klein Intermediate School", "4710 West Mount Houston", "", "Houston", "Harris County", "Texas", "77088", "USA");

locations[16] = new Location("Klein Forest High School", "11400 Misty Valley", "", "Houston", "Harris County", "Texas", "77066", "USA");
locations[16].map = "THM-LOC-0016-Klein-Forest-High-School.jpg";
locations[16].satellite = "THM-LOC-0016-Klein-Forest-High-School.jpg";

locations[17] = new Location("Sam Houston State University", "", "", "Huntsville", "Walker County", "Texas", "77341", "USA");
locations[17].map = "THM-LOC-0017-Sam-Houston-State-University.jpg";
locations[17].satellite = "THM-LOC-0017-Sam-Houston-State-University.jpg";
locations[17].images[0] = images[55];

locations[18] = new Location("Oregon State University", "", "", "Corvallis", "Benton County", "Oregon", "97331", "USA");

locations[19] = new Location("InfoNow Corporation", "1875 Lawrence", "Suite 1100", "Denver", "Denver County", "Colorado", "80202", "USA");

locations[20] = new Location("Genomica Corporation", "1745 38th Street", "", "Boulder", "Boulder County", "Colorado", "80301", "USA");

locations[21] = new Location("PROS Revenue Management", "3100 Main", "Suite 900", "Houston", "Harris County", "Texas", "77002", "USA");
locations[21].images[0] = images[878];

locations[22] = new Location("Cy-Fair College", "9191 Barker Cypress Road", "", "Cypress", "Harris County", "Texas", "77433", "USA");

locations[23] = new Location("Montgomery College", "3200 College Park Drive", "", "Conroe", "Montgomery County", "Texas", "77384", "USA");
locations[23].images[0] = images[56];

locations[24] = new Location("Austin Hall", "Sam Houston State University", "", "Huntsville", "Walker County", "Texas", "77341", "USA");
locations[24].images[0] = images[57];

locations[25] = new Location("Timbercrest Townhomes", "2521 Crosstimbers #F-2", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[25].map = "THM-LOC-0025-Timbercrest-Townhomes.jpg";
locations[25].satellite = "THM-LOC-0025-Timbercrest-Townhomes.jpg";
locations[25].images[0] = images[58];

locations[26] = new Location("Oak Vale Apartments", "3930 NW Witham Hill Drive #205", "", "Corvallis", "Benton County", "Oregon", "97330", "USA");
locations[26].map = "THM-LOC-0026-Oak-Vale-Apartments.jpg";
locations[26].satellite = "THM-LOC-0026-Oak-Vale-Apartments.jpg";
locations[26].images[0] = images[877];

locations[27] = new Location("Thompson Salem House", "500 Upper Lavista Court NW", "", "Salem", "Benton County", "Oregon", "97304", "USA");
locations[27].map = "THM-LOC-0027-Thompson-Salem-House.jpg";
locations[27].satellite = "THM-LOC-0027-Thompson-Salem-House.jpg";
locations[27].images[0] = images[146];
locations[27].images[1] = images[86];

locations[28] = new Location("Huntsville High School", "", "", "Huntsville", "Walker County", "Texas", "77340", "USA");

locations[29] = new Location("The Early Learning Program", "The Woodlands Community Presbyterian Church", "4881 West Panther Creek Drive", "The Woodlands", "Montgomery County", "Texas", "77381", "USA");
locations[29].images[0] = images[51];

locations[30] = new Location("Penton Brookflower House", "50 Brookflower Road", "", "The Woodlands", "Montgomery County", "Texas", "77380", "USA");

locations[31] = new Location("Penton Sandpebble House", "86 Sandpebble", "", "The Woodlands", "Montgomery County", "Texas", "77381", "USA");
locations[31].images[0] = images[63];

locations[32] = new Location("Smith Hall #123", "Sam Houston State University", "", "Huntsville", "Walker County", "Texas", "77341", "USA");
locations[32].images[0] = images[64];

locations[33] = new Location("D.M.C. Hospital", "", "", "Velasco", "Brazoria County", "Texas", "", "USA");

locations[34] = new Location("Thompson Freeport House", "1725 West 4th Street", "", "Freeport", "Brazoria County", "Texas", "77541", "USA");

locations[35] = new Location("Waltrip High School", "1900 West 34th Street", "", "Houston", "Harris County", "Texas", "77018", "USA");

locations[36] = new Location("McCullough High School", "3800 South Panther Creek Drive", "", "The Woodlands", "Montgomery County", "Texas", "77381", "USA");

locations[37] = new Location("Thompson Pinecliffe House", "5336 Highway 72", "", "Golden", "Jefferson County", "Colorado", "80403", "USA");
locations[37].notes = "Near Pinecliffe, Colorado. Location: 39°55.43' N, 105°27.84' W; 8,350 ft in elevation.";
locations[37].satellite = "THM-LOC-0037-Thompson-Pinecliffe-House.jpg";
locations[37].images[0] = images[312];
locations[37].images[1] = images[313];

locations[38] = new Location("First Baptist Church", "1229 Avenue J", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[38].images[0] = images[823];
locations[38].images[1] = images[3851];

locations[39] = new Location("Oakwood Cemetery, Adickes Addition", "", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[39].images[0] = images[131];

locations[40] = new Location("Life Care Center", "7751 Zenobia Court", "", "Westminster", "Adams County", "Colorado", "80030", "USA");

locations[41] = new Location("Sam Houston State Teachers College", "", "", "Huntsville", "Walker County", "Texas", "77341", "USA");

locations[42] = new Location("St. Francis Hospital", "100 West Cross Street", "", "Madisonville", "Madison County", "Texas", "77864", "USA");

locations[43] = new Location("McAdams Cemetery", "F.M. 1696", "", "", "Walker County", "Texas", "", "USA");
locations[43].notes = "From Huntsville, Texas go north on State Highway 75 to Crabbs Prairie. Go left (west) on F.M. 1696 (\"Bedias Road\"). Go 7.8 miles on F.M. 1696. Cemetery is on the left.";
locations[43].images[0] = images[129];
locations[43].images[1] = images[130];

locations[44] = new Location("Baldwin 904 Avenue L House", "904 Avenue L", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[44].notes = "Avenue L is now named Sam Houston Avenue.";
locations[44].map = "THM-LOC-0044-Baldwin-Avenue-L-House.jpg";
locations[44].images[0] = images[580];

locations[45] = new Location("Baldwin Madisonville House", "843 Standley Drive (County Road 404)", "", "Madisonville", "Madison County", "Texas", "77864", "USA");
locations[45].notes = "Oakridge Subdivision.";
locations[45].images[0] = images[824];
locations[45].images[1] = images[825];

locations[46] = new Location("Madisonville Nursing Center", "", "", "Madisonville", "Madison County", "Texas", "77864", "USA");

locations[47] = new Location("Bedias Baptist Cemetery", "", "", "Bedias", "Grimes County", "Texas", "", "USA");
locations[47].notes = "Original Burial ground of First Baptist Church of Bedias.";
locations[47].images[0] = images[186];

locations[48] = new Location("Eliasville Cemetery", "", "", "Eliasville", "Young County", "Texas", "", "USA");

locations[49] = new Location("Ferguson Cemetery", "", "", "", "Limestone County", "Texas", "", "USA");
//locations[49].images[0] = images[275];
locations[49].notes = "From Groesbeck, go south on F.M. 937 to F.M. 741, turn left and go about 0.5 miles. The cemetery is on the left and has a large sign over the gate.";

locations[50] = new Location("Jefferson Davis Hospital", "", "", "Houston", "Harris County", "Texas", "", "USA");

locations[51] = new Location("Pasadena Nursing Home", "", "", "Pasadena", "Harris County", "Texas", "", "USA");

locations[52] = new Location("Methodist Hospital", "", "", "Houston", "Harris County", "Texas", "", "USA");

locations[53] = new Location("Hamilton Chapel Cemetery", "F.M. 2116", "", "", "Milam County", "Texas", "", "USA");
locations[53].images[0] = images[427];
locations[53].notes = "From Rockdale, Texas take F.M. 487 south 2.5 miles to 2116. Go right on 2116 and travel exactly one mile. At the top of a small hill, turn right onto a narrow gravel road. Travel maybe 100 yards until the cemetery is reached (which is mostly to the left). This cemetery was not being maintained in November 2004.";

locations[54] = new Location("Oakwood Cemetery, Section 1", "", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[54].images[0] = images[506];

locations[55] = new Location("Mount Pleasant Cemetery", "", "", "Mt. Pleasant", "Montgomery County", "Texas", "", "USA");
locations[55].notes = "From Conroe, take I-45 north to Willis. Go left on F.M. 1097.  Go 10.3 miles and fork right to a stop sign (there are signs for the cemetery here). Turn right onto a narrow two-lane asphalt road. Go about 2.1 miles to the cemetery on the left.";
locations[55].images[0] = images[213];
locations[55].images[1] = images[214];
locations[55].images[2] = images[215];

locations[56] = new Location("Gilleland Cemetery", "", "", "", "Milam County", "Texas", "", "USA");
locations[56].notes = "From Cameron, Texas take Crocket St. from State Highway 36 to FM 1600 southwest to FM 487, continue on FM 1600 about 2.5-miles further until it becomes CR 249 and you will see a plaque.";
locations[56].images[0] = images[3467];

locations[57] = new Location("Bath (Possum Walk) Cemetery", "", "", "Bath", "Walker County", "Texas", "", "USA");
locations[57].images[0] = images[222];
locations[57].images[1] = images[223];
locations[57].images[2] = images[224];
locations[57].images[3] = images[225];
locations[57].images[4] = images[226];
locations[57].notes = "Go west on F.M. 1374 from I-45. Cemetery is on the right.";

locations[58] = new Location("Ebenezer Cemetery", "Highway 30", "", "Huntsville", "Walker County", "Texas", "", "USA");
locations[58].notes = "From I-45 in Huntsville, Texas take Highway 30 west about 5.5 miles. Cemetery is on the right.";
locations[58].images[0] = images[246];

locations[59] = new Location("Farris Cemetery", "F.M. 1791", "", "", "Walker County", "Texas", "", "USA");
locations[59].notes = "From I-45 in New Waverly, go west 14 miles on FM 1375.  Turn right on Hwy 149 and go 1.5 miles. Turn right on FM 1791 and go 4.6 miles to the cemetery on the left.\n\nFrom I-45 in Huntsville, go west on Hwy 30. Turn left on FM 1791 and go 11 miles to the cemetery on the right.";
locations[59].images[0] = images[265];

locations[60] = new Location("Memorial Oaks Cemetery", "13001 Katy Freeway", "", "Houston", "Harris County", "Texas", "77079", "USA");
locations[60].images[0] = images[818];

locations[61] = new Location("Westminster Presbyterian Church", "1502 West 13th Street", "", "Wilmington", "New Castle County", "Delaware", "19806", "USA");

locations[62] = new Location("Thompson Wilmington House", "2124 Gilles Street", "", "Wilmington", "New Castle County", "Delaware", "19805", "USA");

locations[63] = new Location("Thompson Sugar Hill House", "10210 Sugar Hill", "", "Houston", "Harris County", "Texas", "77042", "USA");
locations[63].map = "THM-LOC-0063-Thompson-Sugar-Hill-House.jpg";
locations[63].satellite = "THM-LOC-0063-Thompson-Sugar-Hill-House.jpg";
locations[63].images[0] = images[875];

locations[64] = new Location("Oakhurst Cemetery", "", "", "Whitehall", "Muskegon County", "Michigan", "", "USA");
locations[64].images[0] = images[3504];

locations[65] = new Location("First Congregational Church", "", "", "Muskegon", "Muskegon County", "Michigan", "", "USA");

locations[66] = new Location("Erickson Ruddiman House", "1715 Ruddiman Drive", "", "North Muskegon", "Muskegon County", "Michigan", "49445", "USA");
locations[66].images[0] = images[3558];

locations[67] = new Location("Bayshore Hospital", "", "", "Pasadena", "Harris County", "Texas", "", "USA");

locations[68] = new Location("Baldwin Live Oak House", "403 Live Oak", "", "Pasadena", "Harris County", "Texas", "77506", "USA");

locations[69] = new Location("University of Houston", "", "", "Houston", "Harris County", "Texas", "", "USA");

locations[70] = new Location("Baldwin South Main House", "514 South Main", "", "Pasadena", "Harris County", "Texas", "77506", "USA");

locations[71] = new Location("Laketon Township Cemetery", "", "", "Laketon", "Luce County", "Michigan", "", "USA");

locations[72] = new Location("Lebanon Lutheran Church", "", "", "Muskegon", "Muskegon County", "Michigan", "", "USA");

locations[73] = new Location("Oakwood Cemetery", "", "", "Muskegon", "Muskegon County", "Michigan", "", "USA");
locations[73].images[0] = images[3505];

locations[74] = new Location("Thompson 41 Hughart House", "41 Hughart", "", "Muskegon", "Muskegon County", "Michigan", "", "USA");

locations[75] = new Location("Thompson N. Muskegon House", "1307 Lakeshore Drive", "", "Muskegon", "Muskegon County", "Michigan", "49441", "USA");
locations[75].images[0] = images[1644];
locations[75].images[1] = images[1645];
locations[75].images[2] = images[1646];

locations[76] = new Location("Vandermade Meat Market - 3rd Street", "93 South 3rd Street", "", "Muskegon", "Muskegon County", "Michigan", "49445", "USA");

locations[77] = new Location("Vandermade Mason House", "20 Mason Avenue", "", "Muskegon", "Muskegon County", "Michigan", "49441", "USA");

locations[78] = new Location("Vandermade Prince House", "10 Prince Lane", "", "Muskegon", "Muskegon County", "Michigan", "49445", "USA");

locations[79] = new Location("Vandermade Apple House", "52 Apple", "", "Muskegon", "Muskegon County", "Michigan", "", "USA");

locations[80] = new Location("Vandermade Meat Market - Apple Ct", "44 Apple Court", "", "Muskegon", "Muskegon County", "Michigan", "49445", "USA");

locations[81] = new Location("Vandermade Milwaukee House", "342 1st Avenue", "", "Milwaukee", "Milwaukee County", "Wisconsin", "", "USA");

locations[82] = new Location("Wellsburg Baptist Church Cemetery", "", "", "Wellsburg", "Chemung County", "New York", "", "USA");
locations[82].images[0] = images[1004];
locations[82].images[1] = images[3721];

locations[83] = new Location("St. Luke's Episcopal Hospital", "17200 St. Luke's Way", "", "The Woodlands", "Montgomery County", "Texas", "77385", "USA");
locations[83].images[0] = images[992];

locations[84] = new Location("Penton Knightsbridge House", "18 East Knightsbridge Drive", "", "The Woodlands", "Montgomery County", "Texas", "77385", "USA");
locations[84].notes = "Harper's Landing neighborhood, Village of College Park.";
locations[84].images[0] = images[353];

locations[85] = new Location("Oakland Memorial Park Cemetery", "", "", "Terrell", "Kaufman County", "Texas", "", "USA");
locations[85].images[0] = images[3834];

locations[86] = new Location("Resthaven Memorial Park", "", "", "Lubbock", "Lubbock County", "Texas", "", "USA");

locations[87] = new Location("Oak Grove Cemetery", "", "", "", "Caddo County", "Oklahoma", "", "USA");

locations[88] = new Location("Fairview Cemetery", "", "", "", "Cotton County", "Oklahoma", "", "USA");

locations[89] = new Location("Old Liberty Cemetery", "", "", "", "Leon County", "Texas", "", "USA");

locations[90] = new Location("Thompson 48 Hughart House", "48 Hughart", "", "Muskegon", "Muskegon County", "Michigan", "", "USA");

locations[91] = new Location("Baldwin Crescent House", "219 Crescent", "", "Pasadena", "Harris County", "Texas", "77506", "USA");

locations[92] = new Location("Baldwin 17th Street House", "1609 17th Street", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[92].map = "THM-LOC-0092-Baldwin-17th-St-House.jpg"
locations[92].images[0] = images[876];

locations[93] = new Location("Baldwin Olive House", "216 Olive Street", "", "Pasadena", "Harris County", "Texas", "77506", "USA");

locations[94] = new Location("Oakwood Cemetery, Section 2", "", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[94].images[0] = images[516];

locations[95] = new Location("Springer-Landrum Cemetery", "", "", "", "Montgomery County", "Texas", "", "USA");
locations[95].notes = "Also called Linton cemetery. From the town of Montgomery, Texas, take F.M. 149 south about 2 miles. Cemetery is on private property about a mile to the west of the highway.";

locations[96] = new Location("Texas State Cemetery", "", "", "Austin", "Travis County", "Texas", "", "USA");
locations[96].images[0] = images[819];
locations[96].images[1] = images[820];

locations[97] = new Location("Sharp Cemetery", "", "", "Sharp", "Milam County", "Texas", "", "USA");

locations[98] = new Location("Bays Chapel Cemetery", "", "", "Bays Chapel", "Montgomery County", "Texas", "", "USA");
locations[98].notes = "From Richards, Texas, go east on F.M. 149 about 1.5 miles. Turn left on Bays Chapel Road and go 4.1 miles to Bays Chapel Methodist Church. Turn right onto Cemetery Road and follow it to the cemetery.";
locations[98].images[0] = images[757];

locations[99] = new Location("Baldwin 904 ½ Avenue L House", "904 ½ Avenue L", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[99].notes = "Avenue L is now named Sam Houston Avenue.";
locations[99].map = "THM-LOC-0044-Baldwin-Avenue-L-House.jpg";
locations[99].images[0] = images[581];

locations[100] = new Location("Old Waverly Cemetery", "", "", "", "Walker County", "Texas", "", "USA");
locations[100].notes = "From New Waverly, Texas go east on Highway 150 for 7.6 miles to S.H. 150 Loop. Turn left and drive 0.2 miles to Old Waverly Road. Turn left and drive 0.3 miles to an unmarked road. Turn left and drive 0.3 miles to the cemetery on the right. (There are signs for the cemetery on Highway 105 and on some of the unmarked roads. There may also be another route into the area from the highway that is easier and marked better.)";
locations[100].images[0] = images[759];
locations[100].images[1] = images[760];

locations[101] = new Location("Louisiana Medical College", "", "", "New Orleans", "Orleans Parish", "Louisiana", "", "USA");

locations[102] = new Location("Elmo Cemetery", "", "", "Elmo", "Kaufman County", "Texas", "", "USA");
locations[102].images[0] = images[3833];

locations[103] = new Location("College Mound Cemetery", "", "", "", "Kaufman County", "Texas", "", "USA");

locations[104] = new Location("Garden Park Cemetery", "801 Teas Road", "", "Conroe", "Montgomery County", "Texas", "", "USA");
locations[104].images[0] = images[821];

locations[105] = new Location("Haven Hill Cemetery", "", "", "", "Richland County", "Illinois", "", "USA");
locations[105].images[0] = images[3776];

locations[106] = new Location("Meharry Cemetery", "", "", "", "Montgomery County", "Indiana", "", "USA");
locations[106].images[0] = images[3740];

locations[107] = new Location("Cedar Park Cemetery", "", "", "Calumet", "Cook County", "Illinois", "", "USA");

locations[108] = new Location("St. Paul Hospital", "", "", "Dallas", "Dallas County", "Texas", "", "USA");

locations[109] = new Location("Penton Dallas House", "3919 Lively Lane", "", "Dallas", "Dallas County", "Texas", "75220", "USA");

locations[110] = new Location("Hackley Hospital", "", "", "Muskegon", "Muskegon County", "Michigan", "", "USA");

locations[111] = new Location("Heartland Health Care Center of West Houston", "2939 Woodland Park Dr.", "", "Houston", "Harris County", "Texas", "", "USA");

locations[112] = new Location("Womack Cemetery", "Womack Cemetery Rd", "", "Montgomery", "Montgomery County", "Texas", "77316", "USA");
locations[112].notes = "From Highway 105 and F.M. 149 in Montgomery, Texas, go west on Highway 105 about 0.4 miles. Turn left on Old Plantersville Road and go about 0.9 miles (making sure to veer left at about 0.5 miles to stay on Old Plantersville Road). Turn left on Womack Cemetery Road. The unmarked cemetery is on the right about 0.5 miles down the road.";

locations[113] = new Location("Baker Family Cemetery", "", "", "", "Grimes County", "Texas", "", "USA");
locations[113].notes = "From Highway 105 and F.M. 1774 in Plantersville, Texas, go north on F.M. 1774. Turn right at the first driveway on the right (the entrance to \"The Cedars\", J. R. Butler Ranch). Drive for about 1.2 miles. The cemetery is within view of the house and is to the left of the road.";

locations[114] = new Location("Baldwin Highway 19 House", "", "Parr Drive", "Huntsville", "Walker County", "Texas", "", "USA");
locations[114].notes = "From Huntsville, take Highway 19 east to Fish Hatchery Road (F.M. 2821), turn right. Go 0.6 miles to Highway 30 and turn left. Go 0.1 miles to Parr Drive and turn right. The house is the last house on the right.";
locations[114].images[0] = images[1946];

locations[115] = new Location("Roy Anders Motor Company", "1421 Avenue L", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[115].images[0] = images[795];
locations[115].images[1] = images[794];
locations[115].images[2] = images[796];
locations[115].images[3] = images[2210];
locations[115].images[4] = images[2211];
locations[115].images[5] = images[2213];
locations[115].images[6] = images[2212];

locations[116] = new Location("Forrest Masonic Lodge No. 19", "1030 12th Street", "", "Huntsville", "Walker County", "Texas", "77340", "USA");
locations[116].images[0] = images[275];
locations[116].images[1] = images[756];

locations[117] = new Location("Little Lake Creek Wilderness", "", "", "", "Montgomery County", "Texas", "", "USA");
locations[117].images[0] = images[752];

locations[118] = new Location("JPMorgan Chase", "1111 Fannin", "", "Houston", "Harris County", "Texas", "77002", "USA");

locations[119] = new Location("The Woodlands Christian Academy", "5800 Alden Woods Dr.", "", "The Woodlands", "Montgomery County", "Texas", "77384", "USA");
locations[119].images[0] = images[993];
locations[119].images[1] = images[994];

locations[120] = new Location("Trin-Elm Building", "114 South Elm Street", "", "Madisonville", "Madison County", "Texas", "77864", "USA");
locations[120].images[0] = images[822];

locations[121] = new Location("Ashland Cemetery", "", "", "Wellsburg", "Chemung County", "New York", "", "USA");
locations[121].notes = "Adjacent to the Wellsburg Baptist Church Cemetery.";
locations[121].images[0] = images[1003];

locations[122] = new Location("South Killingly Congregational Church", "", "", "Killingly", "Windham County", "Connecticut", "", "USA");
locations[122].notes = "Also known as Putnam Heights Church.";

locations[123] = new Location("Old Hartford Cemetery", "Main St.", "", "Hartford", "Washington County", "New York", "", "USA");

locations[124] = new Location("Bentley Creek Cemetery", "", "", "Ridgebury", "Bradford County", "Pennsylvania", "", "USA");

locations[125] = new Location("Linwood Cemetery", "", "", "Columbus", "Muscogee County", "Georgia", "", "USA");
locations[125].images[0] = images[3040];

locations[126] = new Location("Greenwood Memorial Park", "", "", "Fort Worth", "Tarrant County", "Texas", "", "USA");

locations[127] = new Location("Second Baptist Church", "6400 Woodway", "", "Houston", "Harris County", "Texas", "", "USA");

locations[128] = new Location("Huntsville Junior High School", "", "", "Huntsville", "Walker County", "Texas", "77340", "USA");

locations[129] = new Location("Bentley College", "921 Boylston Street", "", "Boston", "Suffolk County", "Massachusetts", "02115", "USA");

locations[130] = new Location("Stevens Elementary School", "1910 Lamonte", "", "Houston", "Harris County", "Texas", "77018", "USA");

locations[131] = new Location("Riverside Pioneer Cemetery", "Highway 19", "", "Riverside", "Walker County", "Texas", "", "USA");
locations[131].notes = "From Huntsville, Texas follow Highway 19 to Riverside. The cemetery is on the right 0.2 miles past F.M. 980.";
locations[131].images[0] = images[1432];

locations[132] = new Location("Frank M. Black Junior High School", "", "", "Houston", "Harris County", "Texas", "", "USA");

locations[133] = new Location("Huntsville Elementary School", "", "", "Huntsville", "Walker County", "Texas", "", "USA");

locations[134] = new Location("Dow Chemical Corporation", "", "", "Houston", "Harris County", "Texas", "", "USA");

locations[135] = new Location("Memorial Hermann The Woodlands Hospital", "9250 Pinecroft", "", "Shenandoah", "Montgomery County", "Texas", "77380", "USA");
locations[135].map = "THM-LOC-0135-Memorial-Hermann-Woodlands.jpg";
locations[135].satellite = "THM-LOC-0135-Memorial-Hermann-Woodlands.jpg";
locations[135].images[0] = images[2228];

locations[136] = new Location("Rosewood General Hospital", "", "", "Houston", "Harris County", "Texas", "", "USA");

locations[137] = new Location("Thompson Bristol House", "321 Main Street", "", "Bristol", "Hartford County", "Connecticut", "", "USA");

locations[138] = new Location("Sears Chapel/Doss/Lindsey Springs Cemetery", "Highway 151", "", "Whitewright", "Fannin County", "Texas", "", "USA");
locations[138].notes = "On 08 Jun 2008, the cemetery was horrible overgrown and completely unmaintained. The cemetery sits on private property just outside of Whitewright, Texas and just inside Fannin County. From Whitewright, take Grand Street (Highway 151) east until the road bends to the south. The first street to the right (west), after the bend, enters the property. The cemetery sits behind a workshop and next to a small pond.";

locations[139] = new Location("Cedarvale Cemetery", "", "", "Bay City", "Matagorda County", "Texas", "", "USA");

locations[140] = new Location("Pegoda Homestead", "F.M. 1374", "", "Huntsville", "Walker County", "Texas", "", "USA");

locations[141] = new Location("Shockoe Hill Cemetery", "", "", "Richmond", "", "Virginia", "", "USA");

locations[142] = new Location("Springer-Womack Cemetery", "F.M. 149", "", "", "Montgomery County", "Texas", "", "USA");
locations[142].images[0] = images[1953];

locations[143] = new Location("Willis Cemetery", "", "", "Willis", "Montgomery County", "Texas", "", "USA");
locations[143].notes = "From the intersection of Highway 75 and F.M. 1097 in Willis, go east on F.M. 1097 for 0.5 miles. Turn right on Cemetery Lane. Cemetery is on the left.";
locations[143].images[0] = images[1951];

locations[144] = new Location("New (Montgomery) Cemetery", "", "", "Montgomery", "Montgomery County", "Texas", "", "USA");
locations[144].images[0] = images[1956];
locations[144].images[1] = images[1957];

locations[145] = new Location("Knox Junior High School", "", "12104 Sawmill Road", "The Woodlands", "Montgomery County", "Texas", "77380", "USA");

locations[146] = new Location("Gingerbread University", "", "", "Houston", "Harris County", "Texas", "", "USA");
locations[146].notes = "Off Jones Road, west of 1960.";

locations[147] = new Location("Thompson Oak Forest House", "1630 Latexo", "", "Houston", "Harris County", "Texas", "77018", "USA");
locations[147].images[0] = images[2160];

locations[148] = new Location("Mount Calvary Cemetery", "", "", "", "Huntington County", "Indiana", "", "USA");
locations[148].images[0] = images[3827];
locations[148].images[1] = images[3828];

locations[149] = new Location("Barney Cemetery", "", "", "", "Richland County", "Illinois", "", "USA");
locations[149].images[0] = images[2590];

locations[150] = new Location("Hardy Cemetery", "", "", "", "Walker County", "Texas", "", "USA");
locations[150].images[0] = images[2941];

locations[151] = new Location("St. Elmo Baptist Cemetery", "", "", "", "Freestone County", "Texas", "", "USA");

locations[152] = new Location("Gunntown Cemetery", "", "", "", "Chickasas County", "Mississippi", "", "USA");

locations[153] = new Location("Battle of Wyoming Monument", "", "", "", "Luzerne County", "Pennsylvania", "", "USA");

locations[154] = new Location("UBS", "1000 Main", "", "Houston", "Harris County", "Texas", "77002", "USA");

locations[155] = new Location("Oak Ridge Christian Academy", "27420 Robinson Road", "", "Oak Ridge", "Montgomery County", "Texas", "77385", "USA");

locations[156] = new Location("Grace Community Church of Magnolia", "", "", "Magnolia", "Montgomery County", "Texas", "", "USA");

locations[157] = new Location("Balfour Retirement Community", "1855 Plaza Drive", "", "Louisville", "Boulder County", "Colorado", "80027", "USA");

locations[158] = new Location("Baptist Memorial Hospital", "", "", "San Antonio", "Bexar County", "Texas", "", "USA");

locations[159] = new Location("Brookside Cemetery", "13401 Eastex Fwy", "", "Houston", "Harris County", "Texas", "77039", "USA");
locations[159].images[0] = images[3244];

locations[160] = new Location("Illinois Central Hospital", "5800 Stony Island Avenue", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[161] = new Location("Ufheil Chicago House", "638 W. 69th Street", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[162] = new Location("McMahen Terrell House", "502 N. Blanche Street", "", "Terrell", "Kaufman County", "Texas", "", "USA");

locations[163] = new Location("Methodist Cemetery", "", "", "South Woodstock", "Windsor County", "Vermont", "", "USA");

locations[164] = new Location("Smith Cemetery", "", "", "Woodstock", "Windsor County", "Vermont", "", "USA");

locations[165] = new Location("Penton High Street House", "802 East High Street", "", "Terrell", "Kaufman County", "Texas", "75160", "USA");

locations[166] = new Location("Baylor Hospital", "", "", "Dallas", "Dallas County", "Texas", "", "USA");

locations[167] = new Location("Alexander Hospital", "", "", "Terrell", "Kaufman County", "Texas", "", "USA");

locations[168] = new Location("Penton Moore Street House", "904 East Moore Avenue", "", "Terrell", "Kaufman County", "Texas", "75160", "USA");

locations[169] = new Location("Alexander Nursing Home", "", "", "Terrell", "Kaufman County", "Texas", "", "USA");

locations[170] = new Location("Brewster Cemetery", "", "", "Preston", "New London County", "Connecticut", "", "USA");

locations[171] = new Location("Beverly Cemetery", "12000 S. Kedzie", "", "Blue Island", "Cook County", "Illinois", "", "USA");

locations[172] = new Location("Parkland Hospital", "5201 Harry Hines Boulevard", "", "Dallas", "Dallas County", "Texas", "75235", "USA");

locations[173] = new Location("Chauncey Chicago House", "7302 Princeton", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[174] = new Location("Lakeside Hospital", "", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[175] = new Location("St. Mary Cemetery", "", "", "Evergreen Park", "Cook County", "Illinois", "", "USA");

locations[176] = new Location("St. Francis Hospital", "", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[177] = new Location("Black Jack Cemetery", "", "", "", "Walker County", "Texas", "", "USA");

locations[178] = new Location("Forest Park Lawndale Cemetery", "6900 Lawndale", "", "Houston", "Harris County", "Texas", "", "USA");

locations[179] = new Location("Hermann Hospital", "", "", "Houston", "Harris County", "Texas", "", "USA");

locations[180] = new Location("Lovelady Cemetery", "", "", "Lovelady", "Houston County", "Texas", "", "USA");

locations[181] = new Location("Woodlawn Cemetery", "1101 Antoine Dr", "", "Houston", "Harris County", "Texas", "", "USA");

locations[182] = new Location("Mercy Hospital", "", "", "Muskegon", "Muskegon County", "Michigan", "", "USA");

locations[183] = new Location("Ravenna Cemetery", "", "", "Ravenna", "Muskegon County", "Michigan", "", "USA");
locations[183].images[0] = images[3559];
locations[183].images[1] = images[3560];

locations[184] = new Location("Englewood Hospital", "", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[185] = new Location("Chauncey Princeton House", "7302 Princeton", "", "Chicago", "Cook County", "Illinois", "", "USA");
locations[185].images[0] = images[3726];

locations[186] = new Location("Chauncey May House", "9148 S. May Street", "", "Chicago", "Cook County", "Illinois", "", "USA");
locations[186].images[0] = images[3729];

locations[187] = new Location("Loretto High School", "6535 Stewart Avenue", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[188] = new Location("St. Bernard Elementary School", "", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[189] = new Location("St. Sabina Intermediate School", "", "", "Chicago", "Cook County", "Illinois", "", "USA");

locations[190] = new Location("Webb Hill Cemetery", "", "", "", "Hunt County", "Texas", "", "USA");
locations[190].images[0] = images[3871];
locations[190].images[1] = images[3872];
locations[190].images[2] = images[3873];

locations[191] = new Location("Rosston Cemetery", "", "", "Rosston", "Cooke County", "Texas", "", "USA");
locations[191].images[0] = images[3868];

locations[192] = new Location("Fairview Cemetery", "", "", "Gainesville", "Cooke County", "Texas", "", "USA");

locations[193] = new Location("Rose Lawn Cemetery", "", "", "Seagoville", "Dallas County", "Texas", "", "USA");

locations[194] = new Location("Highland Memorial Gardens", "", "", "", "Kaufman County", "Texas", "", "USA");

locations[195] = new Location("Morehouse Cemetery", "", "", "", "Richland County", "Illinois", "", "USA");
locations[195].images[0] = images[3808];

locations[196] = new Location("Waldheim Cemetery", "1400 Des Plaines Avenue", "", "Forest Park", "Cook County", "Illinois", "60130", "USA");

locations[197] = new Location("Graceland Cemetery", "4001 N. Clark St.", "", "Chicago", "Cook County", "Illinois", "60613", "USA");

locations[198] = new Location("Roesch Chicago House", "534 Oakdale Avenue", "", "Chicago", "Cook County", "Illinois", "60657", "USA");

locations[199] = new Location("Kittel Chicago House (Kimbark)", "6434 Kimbark Avenue", "", "Chicago", "Cook County", "Illinois", "60637", "USA");

locations[200] = new Location("Kittel Chicago House (N. Green)", "220 N. Green Street", "", "Chicago", "Cook County", "Illinois", "60607", "USA");
