{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/grammer-grove-wildlife-area",
  "name": "Grammer Grove Wildlife Area",
  "description": "Grammer Grove Wildlife Area, Liscomb Iowa. See traveler reviews, photos and blog posts",
  "url": "https://campertunity.com/listings/campgrounds/grammer-grove-wildlife-area",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.168,
    "longitude": -93.033
  },
  "sameAs": [
    "https://www.campendium.com/grammer-grove-wildlife-area"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cell Service"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}