{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/farm-island-state-recreation-area-pierre-sd",
  "name": "Farm Island State Recreation Area",
  "description": "Farm Island State Recreation Area is located at 1301 Farm Island Road, Pierre SD 57501. Farm Island State Recreation Area can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/farm-island-state-recreation-area-pierre-sd",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1301 Farm Island Road",
    "addressLocality": "Pierre",
    "addressRegion": "SD",
    "postalCode": "57501",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.3453477,
    "longitude": -100.2798433
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/south-dakota/pierre/farm-island-state-recreation-area"
  ]
}