{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/meramec-state-park-sullivan-mo",
  "name": "Meramec State Park",
  "description": "Meramec State Park is located at 115 Meramec Park Drive, Sullivan MO 63080. Meramec State Park can be contacted at ***-***-**** or http://mostateparks.com/park/meramec-state-park",
  "url": "https://campertunity.com/listings/campgrounds/meramec-state-park-sullivan-mo",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "115 Meramec Park Drive",
    "addressLocality": "Sullivan",
    "addressRegion": "MO",
    "postalCode": "63080",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.205596,
    "longitude": -91.0970328
  }
}