{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/twin-pines-rv-park-miami-ok",
  "name": "Twin Pines Rv Park",
  "description": "Twin Pines RV Park. RV campground with 20, 30, and 50 amp sites. We offer overnight and monthly rates.",
  "url": "https://campertunity.com/listings/campgrounds/twin-pines-rv-park-miami-ok",
  "image": [
    "https://static.wixstatic.com/media/d84505_0191b012037547dc8e13a479ee8ebdd2~mv2.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "14499 South 625 Road",
    "addressLocality": "Miami",
    "addressRegion": "OK",
    "postalCode": "74354",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.8746177,
    "longitude": -94.877374
  },
  "sameAs": [
    "https://www.twinpinesrvparkatgrandlake.com/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}