{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/burt-lake-indian-river-mi",
  "name": "Burt Lake State Park",
  "description": "Burt Lake State Park is located at 6635 State Park Drive, Indian River MI 49749. Burt Lake State Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/burt-lake-indian-river-mi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6635 State Park Drive",
    "addressLocality": "Indian River",
    "addressRegion": "MI",
    "postalCode": "49749",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.4020491,
    "longitude": -84.6217363
  }
}