{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/harvest-park-rv-julesburg-co",
  "name": "Harvest Park RV",
  "description": "Harvest Park RV is located near Holyoke, Colorado, featuring flat terrain typical of the region.",
  "url": "https://campertunity.com/listings/campgrounds/harvest-park-rv-julesburg-co",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Julesburg",
    "addressRegion": "CO",
    "postalCode": "80734",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.59049412351805,
    "longitude": -102.30409839042926
  },
  "sameAs": [
    "https://thedyrt.com/camping/colorado/colorado-haxtun-city-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "25",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$25+"
}