{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/4g-rv-park-13580-independence-perry-ok",
  "name": "4G RV Park 13580 Independence, Perry, OK 73077",
  "description": "Quiet country setting. 30 & 50 amp hook-ups.",
  "url": "https://campertunity.com/listings/campgrounds/4g-rv-park-13580-independence-perry-ok",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "13580 Independence",
    "addressLocality": "Perry",
    "addressRegion": "OK",
    "postalCode": "73077",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.275154,
    "longitude": -97.235921
  },
  "sameAs": [
    "https://www.rvparkstore.com/rv-parks/419345-4g-rv-park-in-perry-ok"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    }
  ]
}