{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/red-rock-mountain-campground-benton-pa",
  "name": "Red Rock Mountain Campground",
  "description": "",
  "url": "https://campertunity.com/listings/campgrounds/red-rock-mountain-campground-benton-pa",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "22 Pennsylvania 487",
    "addressLocality": "Benton",
    "addressRegion": "PA",
    "postalCode": "17814-7503",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.1950837,
    "longitude": -76.3835528
  },
  "sameAs": [
    "https://www.redrockmtncampground.com/"
  ]
}