{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/silver-lake-county-park-northwood-ia",
  "name": "Silver Lake County Park",
  "description": "Silver Lake County Park is located at 500th Street, Northwood IA 50459. Silver Lake County Park can be contacted at ***-***-**** or https://www.mycountyparks.com/county/Worth/Park/Silver-Lake-Park.aspx",
  "url": "https://campertunity.com/listings/campgrounds/silver-lake-county-park-northwood-ia",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "500th Street",
    "addressLocality": "Northwood",
    "addressRegion": "IA",
    "postalCode": "50459",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.4849248,
    "longitude": -93.4191825
  }
}