{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/trenton-lake-recreation-area-trenton",
  "name": "Trenton Lake Recreation Area",
  "description": "Our campground is located in a wooded area along Trenton Lake. We have a basketball court, volleyball, miniature golf, horseshoe pits and a pavilion which can also be used for company picnics.",
  "url": "https://campertunity.com/listings/campgrounds/trenton-lake-recreation-area-trenton",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Off 145th Ave NW",
    "addressLocality": "Trenton",
    "addressRegion": "ND",
    "postalCode": "58853",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.068377,
    "longitude": -103.822654
  }
}