{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/broken-wheel-campground-petersburg-ny",
  "name": "Broken Wheel Campground",
  "description": "Broken Wheel Campground is located at 61 Broken Wheel Road, Petersburg NY 12138. Broken Wheel Campground can be contacted at ***-***-**** or http://brokenwheelcampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/broken-wheel-campground-petersburg-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "61 Broken Wheel Road",
    "addressLocality": "Petersburg",
    "addressRegion": "NY",
    "postalCode": "12138",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.7251772,
    "longitude": -73.3612421
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-york/petersburg/broken-wheel-campground"
  ]
}