{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/crosslake-park-campground-cato-ny",
  "name": "Crosslake Park Campground",
  "description": "Check out Crosslake Park Campground in Cato, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/crosslake-park-campground-cato-ny",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Cato",
    "addressRegion": "NY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.153815,
    "longitude": -76.4858002
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/new-york/cato/crosslake-park-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}