{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/oxbow-park-newaygo-mi",
  "name": "Oxbow Park",
  "description": "Oxbow Park is located at 2973 Cottonwood Avenue, Newaygo MI 49337. Oxbow Park can be contacted at ***-***-**** or http://www.newaygoparks.com/",
  "url": "https://campertunity.com/listings/campgrounds/oxbow-park-newaygo-mi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2973 Cottonwood Avenue",
    "addressLocality": "Newaygo",
    "addressRegion": "MI",
    "postalCode": "49337",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.504153,
    "longitude": -85.608951
  }
}