{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/eagles-nest-clinton-mo",
  "name": "Eagle's Nest RV Resort",
  "description": "Eagle's Nest RV Resort is located at 11086 Missouri 7, Clinton MO 64735. Eagle's Nest RV Resort can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/eagles-nest-clinton-mo",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "11086 Missouri 7",
    "addressLocality": "Clinton",
    "addressRegion": "MO",
    "postalCode": "64735",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.295037,
    "longitude": -93.4990111
  }
}