{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/echo-state-park-coalville-ut",
  "name": "Echo State Park",
  "description": "Echo State Park camping reservations and campground information. Learn more about camping near Echo State Park and reserve your campsite today.",
  "url": "https://campertunity.com/listings/campgrounds/echo-state-park-coalville-ut",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1100 North Echo Dam Road.",
    "addressLocality": "Coalville",
    "addressRegion": "UT",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.95833,
    "longitude": -111.40778
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Reservable"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established_campground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}