Advertisement
developerjustin

Untitled

Apr 24th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.20 KB | None | 0 0
  1. <p>Babcock State Park is one of the most photographed places in West Virginia for a good reason. With the historic and picturesque Glade Creek Grist Mill, miles of trails, cabins and a pool, you could spend a few hours or a few days. Babcock is also located near several other cultural and natural attractions, and the route is along two scenic highways. This trip couldn’t be more relaxing and beautiful.</p>
  2. {* build a map with markers from 3 categories... we want each category to have a different marker icon so we call CD 3 times *}
  3.  
  4. {cge_is_smartphone assign='smartphone'}
  5. {if $smartphone}{cggm_set_var width=300 height=300}{/if}
  6.  
  7. {assign var='icon' value='bank'}
  8. {assign var='keys' value='all,stop1'}
  9. {CompanyDirectory category='BabcockItineraryAnsted' summarytemplate='itinerary_new' sortby='random' assign='stop1_output'}
  10.  
  11. {assign var='icon' value='scenic'}
  12. {assign var='keys' value='all,stop2'}
  13. {CompanyDirectory category="BabcockItineraryBabcock" summarytemplate='itinerary_new' sortby="random" assign='stop2_output'}
  14.  
  15. {assign var='icon' value='picnic'}
  16. {assign var='keys' value='all,stop3'}
  17. {CompanyDirectory category='BabcockItineraryPrince' summarytemplate='itinerary_new' sortby="random" assign='stop3_output'}
  18.  
  19.  
  20. {cggm_add_kml href='http://visitwv.com/uploads/babcock.kml'}
  21.  
  22. {* display the map *}
  23. {CGGoogleMaps key=all}
  24.  
  25. {* then display the info about the stops *}
  26.  
  27. <br/>
  28. <h2>Stop 1 - Ansted</h2>
  29. <p>A quaint little town with lots of history.</p>
  30. {if $smartphone}{cggm_set_var width=300 height=300}{/if}
  31. {CGGoogleMaps key=stop1}
  32. {$stop1_output}
  33.  
  34. <h2>Stop 2 - Babcock</h2>
  35. <p>This state park boasts over 4,000 acres of rugged outdoor beauty adjacent to the New River Gorge. Babcock offers numerous activities to entertain the whole family, including paddleboat, canoe, and rowboat rentals on Boley Lake.  There’s also a swimming pool, fishing, hiking, and pony and horseback riding. Also, be sure to check out the operational Glade Creek Grist Mill.</p>
  36.  
  37. <strong>Hours</strong>
  38. <p>Activities and cabin rentals are available seasonally from April to October.
  39. Cost- Free to enjoy the park. There are rental fees for the boats, cabins, swimming pools and horseback riding.</p>
  40. <strong>Tips</strong>
  41. <p>Glade Creek Grist Mill is one of the most photographed icons of southern West Virginia. It was assembled from several other grist mills around the state and is operational. Guests may purchase freshly ground buckwheat flours and cornmeal.</p>
  42. {if $smartphone}{cggm_set_var width=300 height=300}{/if}
  43. {CGGoogleMaps key=stop2}
  44. {$stop2_output}
  45.  
  46. <h2>Stop 3 - Prince</h2>
  47. <p>Prince is a little railroad town that still boasts an active Amtrak stop. This retro train station is quaint and picturesque. If you cross the bridge over the New River, you will find Glade Creek, a camping and hiking area that is part of the New River Gorge National River. </p>
  48. <strong>Hours</strong>
  49. <p>The station is open Wednesday, Friday, and Sunday.
  50. Tips- There is a train tunnel slightly down the road from the station, going towards the river. It is often photographed by those who visit Prince. Be careful stopping, however; the best view is on the bridge crossing the tracks.</p>
  51.  
  52. {if $smartphone}{cggm_set_var width=300 height=300}{/if}
  53. {CGGoogleMaps key=stop3}
  54. {$stop3_output}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement