{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pines-rv-park-harvard",
  "name": "Pines RV Park",
  "description": "Pines RV Park is located at 4510 Idaho 6, Harvard ID 83834. Pines RV Park can be contacted at ***-***-**** or http://www.pinesrvcamping.com/",
  "url": "https://campertunity.com/listings/campgrounds/pines-rv-park-harvard",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4510 Idaho 6",
    "addressLocality": "Harvard",
    "addressRegion": "ID",
    "postalCode": "83834",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.934805,
    "longitude": -116.696348
  }
}