{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/twin-lakes-campground-mammoth-lakes-ca",
  "name": "Twin Lakes Campground",
  "description": "Twin Lakes Campground is located at 518 Twin Lakes Road, Mammoth Lakes CA 93546. Twin Lakes Campground can be contacted at ***-***-**** or https://www.recreation.gov/camping/campgrounds/234329",
  "url": "https://campertunity.com/listings/campgrounds/twin-lakes-campground-mammoth-lakes-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "518 Twin Lakes Road",
    "addressLocality": "Mammoth Lakes",
    "addressRegion": "CA",
    "postalCode": "93546",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.6162715,
    "longitude": -119.0099684
  }
}