{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mountain-lake-lancaster-nh",
  "name": "What is the phone number for Mountain Lake Campground?",
  "description": "Mountain Lake Campground is located at 485 Prospect Street, Lancaster NH 3584. Mountain Lake Campground can be contacted at ***-***-**** or http://www.mtnlakecampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/mountain-lake-lancaster-nh",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "485 Prospect Street",
    "addressLocality": "Lancaster",
    "addressRegion": "NH",
    "postalCode": "3584",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.4300598,
    "longitude": -71.5896668
  }
}