{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/state-line-campground-marble",
  "name": "State Line Campground",
  "description": "State Line Campground is located near Tellico Plains in the [Cherokee National Forest](https://thedyrt.com/camping/tennessee/near/cherokee-national-forest).",
  "url": "https://campertunity.com/listings/campgrounds/state-line-campground-marble",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Marble",
    "addressRegion": "NC",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.2615,
    "longitude": -84.0806
  },
  "sameAs": [
    "https://thedyrt.com/camping/tennessee/tennessee-state-line-campground"
  ],
  "numberOfRooms": 4,
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hill"
    }
  ]
}