{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/buck-creek-elgin-or",
  "name": "Buck Creek",
  "description": "Buck Creek is located at , Elgin OR 97827. Buck Creek can be contacted at or",
  "url": "https://campertunity.com/listings/campgrounds/buck-creek-elgin-or",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Elgin",
    "addressRegion": "OR",
    "postalCode": "97827",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.6831947,
    "longitude": -117.9191008
  }
}