{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camp-grand-junction-co-us",
  "name": "The Camp",
  "description": "The Camp is located at 171 Dike Road, Grand Junction CO 81501. The Camp can be contacted at ***-***-**** or http://www.thecampgj.com/",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camp-grand-junction-co-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "171 Dike Road",
    "addressLocality": "Grand Junction",
    "addressRegion": "CO",
    "postalCode": "81501",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.0684759,
    "longitude": -108.590122
  }
}