{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/autumn-falls-rv",
  "name": "Autumn Falls RV Park",
  "description": "Autumn Falls RV Park, Independence Kansas. See traveler reviews, photos and blog posts",
  "url": "https://campertunity.com/listings/campgrounds/autumn-falls-rv",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9601 E US Hwy 40",
    "addressLocality": "Independence",
    "addressRegion": "KS",
    "postalCode": "67301",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.0563507,
    "longitude": -94.4675377
  },
  "sameAs": [
    "https://www.campendium.com/autumn-falls-rv-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}