{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/3g-rv-park-plains-tx",
  "name": "3G RV Park",
  "description": "3grvpark.com where you can reserve your stay in Plains, Tx.",
  "url": "https://campertunity.com/listings/campgrounds/3g-rv-park-plains-tx",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1109 Avenue C",
    "addressLocality": "Plains",
    "addressRegion": "TX",
    "postalCode": "79355",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.1892387,
    "longitude": -102.827274
  },
  "sameAs": [
    "https://www.3grvpark.com/"
  ]
}