{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cold-river-camp-chatham-nh",
  "name": "Cold River Camp",
  "description": "Cold River Camp is located at 32 AMC Road, Chatham NH 3813. Cold River Camp can be contacted at ***-***-**** or http://www.amccoldrivercamp.org/",
  "url": "https://campertunity.com/listings/campgrounds/cold-river-camp-chatham-nh",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "32 AMC Road, N",
    "addressLocality": "Chatham",
    "addressRegion": "NH",
    "postalCode": "3813",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.2362843,
    "longitude": -71.0119128
  }
}