{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camp-dearborn-milford-mi",
  "name": "Camp Dearborn",
  "description": "Camp Dearborn is located at 1700 General Motors Road, Milford MI 48380. Camp Dearborn can be contacted at ***-***-**** or http://www.campdearborn.com/",
  "url": "https://campertunity.com/listings/campgrounds/camp-dearborn-milford-mi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1700 General Motors Road",
    "addressLocality": "Milford",
    "addressRegion": "MI",
    "postalCode": "48380",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.5813918,
    "longitude": -83.6345815
  }
}