{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/johnsons-resort-hayward-wi",
  "name": "Johnson's Resort",
  "description": "Johnson's Resort is located at 9125 Johnson Road, Hayward WI 54843. Johnson's Resort can be contacted at ***-***-**** or http://johnsonsresort.com/",
  "url": "https://campertunity.com/listings/campgrounds/johnsons-resort-hayward-wi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9125 Johnson Road",
    "addressLocality": "Hayward",
    "addressRegion": "WI",
    "postalCode": "54843",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.9498967,
    "longitude": -91.1456926
  }
}