{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cool-lea-camp-odessa-ny",
  "name": "Cool-Lea Camp",
  "description": "Cool-Lea Camp is located at New York 228, Odessa NY 14869. Cool-Lea Camp can be contacted at ***-***-**** or http://coolleacamp.com/",
  "url": "https://campertunity.com/listings/campgrounds/cool-lea-camp-odessa-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "New York 228",
    "addressLocality": "Odessa",
    "addressRegion": "NY",
    "postalCode": "14869",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.3612116,
    "longitude": -76.7444372
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-york/odessa/cool-lea-camp"
  ]
}