{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/elko-campground-bynum",
  "name": "Elko Campground",
  "description": "3 sites near the Teton River. Fishing for brook trout in the river. Nearby winter sports area at Teton Pass offers downhill skiing and snowmobiling. When there's no snow to play in, hike up Jones Creek, about 3 miles north from campground. The Jones Creek trailhead is about 0.5 mile east of the campground.",
  "url": "https://campertunity.com/listings/campgrounds/elko-campground-bynum",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Choteau",
    "addressRegion": "MT",
    "postalCode": "59422",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.92410737,
    "longitude": -112.76367228
  },
  "sameAs": [
    "https://thedyrt.com/camping/montana/elko-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Skiing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Snowmobiling"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}