{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/horse-camp-eureka-mt",
  "name": "Horse Camp",
  "description": "Horse Camp is located 12.5 air miles from Fortine. This dispersed area has 2 sites with tables and fire rings and able to accomodate up to a 32' trailer. Amenties include a vault toilet, food storage box, hitching rails and feed bins.",
  "url": "https://campertunity.com/listings/campgrounds/horse-camp-eureka-mt",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Eureka",
    "addressRegion": "MT",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.94403184,
    "longitude": -114.89271467
  },
  "sameAs": [
    "https://thedyrt.com/camping/montana/horse-camp"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Vault Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Bear Box"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Outhouse"
    }
  ]
}