{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/castor-river-park-glen-allen-mo",
  "name": "Castor River Park",
  "description": "Check out Castor River Park in Glen Allen, Missouri on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/castor-river-park-glen-allen-mo",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Glen Allen",
    "addressRegion": "MO",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.3165854,
    "longitude": -90.02857
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}