{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/trailing-edge-park-limon-co",
  "name": "Trailing Edge Park",
  "description": "Trailing Edge Park is located at 344 4th Street, Limon CO 80828. Trailing Edge Park can be contacted at ***-***-**** or http://www.trailingedgepark.com/",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/trailing-edge-park-limon-co",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "344 4th Street",
    "addressLocality": "Limon",
    "addressRegion": "CO",
    "postalCode": "80828",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.2643264,
    "longitude": -103.6801578
  }
}