{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lakeside-trailer-park-west-chazy",
  "name": "Lakeside Trailer Park",
  "description": "Lakeside Trailer Park is located at 671 Lakeshore Road, West Chazy NY 12992. Lakeside Trailer Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/lakeside-trailer-park-west-chazy",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "671 Lakeshore Road",
    "addressLocality": "West Chazy",
    "addressRegion": "NY",
    "postalCode": "12992",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.8270065,
    "longitude": -73.4019158
  }
}