<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Central PA : State College Hotels, Attractions, Recreation & Travel</title>
<meta name="description" content="State College hotels &amp; travel accommodations, Penn State University events, Central Pennsylvania attractions, restaurants, shopping, and more. Travel &amp; group tour information including State College, Boalsburg, Bellefonte and all of Centre County." />
<meta name="keywords" content="state college pennsylvania, central pa, centre county, penn state university, travel, vacation packages, state college hotels, accommodations, lodging, restaurants, dining, nightlife, attractions, activities, museums, sports, recreation, transportation, maps" />
<meta name="Author" content="Equity Marketing Solutions and Sleepless Media" />
<meta name="robots" content="noodp,noydir" />
<meta name="Slurp" content="noydir" />
<link rel="stylesheet" media="screen" type="text/css" href="/css/screen.css" />
<link rel="stylesheet" media="print" type="text/css" href="/css/print.css" />
<link rel="stylesheet" type="text/css" href="/css/quickmenu_styles.css" />
<script type="text/javascript" src="/js/quickmenu.js"></script>
<link rel="stylesheet" media="only screen and (max-device-width: 480px)" type="text/css" href="/css/smartphone.css" />
<meta name="viewport" content="width=1000" />
<link rel="shortcut icon" href="/favicon.ico" />
<script src="/js/jquery.min.js" charset="utf-8"></script>
<script src="/js/jquery.zweatherfeed.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="/js/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="/js/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
	$(document).ready(function() {
		$("a.element").fancybox();

		$("a.fbiframe").fancybox({
			'width'				: 560,
			'height'			: 315,
			'autoScale'			: false,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe'
		});

		$("a.fbiframe1").fancybox({
			'width'				: 560,
			'height'			: 345,
			'autoScale'			: false,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe'
		});
	});
</script>
<script type="text/javascript" src="/js/highslide/highslide-full.js"></script>
<link rel="stylesheet" type="text/css" href="/js/highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = '/js/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = false;
hs.dimmingOpacity = 0.2;

// Add the controlbar
hs.addSlideshow({
	slideshowGroup: 'member-photos',
	interval: 3500,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

hs.addSlideshow({
	slideshowGroup: 'member-photos1',
	interval: 3500,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});
</script>
<script src="/js/JSCal2-1.9/js/jscal2.js"></script>
<script src="/js/JSCal2-1.9/js/lang/en.js"></script>
<link rel="stylesheet" type="text/css" href="/js/JSCal2-1.9/css/jscal2.css" />
<link rel="stylesheet" type="text/css" href="/js/JSCal2-1.9/css/border-radius.css" />
<script type="text/javascript">
  var cal = Calendar.setup({
      onSelect: function(cal) { cal.hide() },
      fdow : 0,
      weekNumbers: true,
      animation: false,
      showTime: false
  });
</script>
<script src="/js/dw_scroll_c.js" type="text/javascript"></script>
<script language="javascript1.3" src="/js/jah.js" ></script>
<script language=javascript>
<!--
	function weather() {
		var d = new Date();
		jahWeather('http://weather.yahooapis.com/forecastrss?w=2377541&u=f','weather');
	}

	function trim(s) {
	  s = s.replace(/^\s*/,'').replace(/\s*$/, '');
	  return s;
	}

	function setVisibility(id, visibility, display) {
		document.getElementById(id).style.visibility = visibility;
		document.getElementById(id).style.display = display;
	}

	function NumFormat(num) {
		TempNum = Math.round(parseFloat(CommaRem(num.toString())) * 100)/100
		if (isNaN(TempNum)) { TempNum = "0.00" }
		TempNum = TempNum.toString()
		if (TempNum.indexOf('.') == -1) { TempNum = TempNum + ".00" }
		if ((TempNum.length - TempNum.indexOf('.')) <= 2) { TempNum = TempNum + "0" }

		pt_pos = TempNum.indexOf('.')
		comma_pos = 0
		NewNum = ""
		Start = "F"
		for (i = TempNum.length - 1; i >= 0; i--) {
			NewNum = TempNum.charAt(i) + NewNum
			if (Start == "F") {
				if (TempNum.charAt(i) == ".") { Start = "T" }
			} else {
				comma_pos++
				if (comma_pos == 3) {
					comma_pos = 0
					if (i-1 >= 0) {
						if (TempNum.charAt(i-1) != "-") { NewNum = "," + NewNum }
					}
				}
			}
		}
		return NewNum
	}

	function Round2(num) {
		NewNum = Math.round(num * 100)/100;
		return NewNum;
	}

	function CommaRem(str) {
		re = /,/gi;
		RetVal = str.replace(re, "")
		return RetVal
	}

	function is_int(value){
	  if((parseFloat(value) == parseInt(value)) && !isNaN(value)){ return true; } else { return false; }
	}

  function ValidateSearchForm() {
  	Obj = document.searchform.search_keyword;
		str = trim(Obj.value);
		if (str == "" || str == "Search This Site") {
			alert("Please fill in Search Keyword!");
			Obj.focus();
			return false;
		}
  }

	function ChangePhoto(num) {
		document.getElementById("photo").src = document.getElementById("photo_fn"+num).value;
		document.getElementById("photo").title = document.getElementById("alt_text"+num).value;
		document.getElementById("image_title").innerHTML = document.getElementById("image_title"+num).value;
		document.getElementById("image_id").value = document.getElementById("image_id"+num).value;
	}

	function ChangePhoto1(num) {
		document.getElementById("photo").src = frames['thumbnails'].document.getElementById("photo_fn"+num).value;
		document.getElementById("photo").title = frames['thumbnails'].document.getElementById("alt_text"+num).value;
		document.getElementById("image_title").innerHTML = frames['thumbnails'].document.getElementById("image_title"+num).value;
		document.getElementById("image_id").value = frames['thumbnails'].document.getElementById("image_id"+num).value;
	}

	function AddToGallery() {
		document.formGalleryCart.submit_action.value = "add";
		document.formGalleryCart.submit();
	}

	function RemoveFromGallery() {
		document.formGalleryCart.submit_action.value = "remove";
		document.formGalleryCart.submit();
	}

	function CheckCalendarDateRange() {
		Obj = document.formCalendarDateRange.start_date;
		if (trim(Obj.value) == "") {
			alert("Please select for Event Start Date!");
			Obj.style.backgroundColor='#FFDADA';
			Obj.focus();
			return false;
		}
		Obj = document.formCalendarDateRange.end_date;
		if (trim(Obj.value) == "") {
			alert("Please select for Event End Date!");
			Obj.style.backgroundColor='#FFDADA';
			Obj.focus();
			return false;
		}
		Obj = document.formCalendarDateRange.start_date;
		Obj1 = document.formCalendarDateRange.end_date;
		from_date = Obj.value;
    to_date = Obj1.value;
    var fromdate = from_date.split('-');
    //from_date = new Date();
    //from_date.setFullYear(fromdate[2],fromdate[0],fromdate[1]);
		var d1 = new Date(fromdate[2],fromdate[0]-1,fromdate[1], 0,0,0,0);
    var todate = to_date.split('-');
    //to_date = new Date();
    //to_date.setFullYear(todate[2],todate[0]-1,todate[1]);
    var d2 = new Date(todate[2],todate[0]-1,todate[1], 0,0,0,0);
    //alert(d1+' - '+d2);
  	if (d1 > d2) {
    	alert("Invalid Date Range!\n\nStart Date cannot be after End Date!")
    	Obj1.style.backgroundColor='#FFDADA';
			Obj1.focus();
			return false;
    }
	}
-->
</script>
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3146366-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>
</head>

<body>
<div id="topBarArea">
  <div id="topBar">
    <div class="topBarNav">
	<a href="/meeting-sports-planners/">Meeting & Sports Planners</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/group-tours/">Group Tours</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/media/">Media</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/about-us/">About Us</a></div>
        <iframe id="weather" name="weather" src="/weather.php" frameborder="0" scrolling="no" style="width:350px;height:15px;display:none;overflow:hidden;background-color:#378400;float:right;"></iframe>
  </div>
</div>
<!-- end #topBarArea -->
<div id="mastheadArea">
  <div class="mastheadLogo"><a href="/"><img src="/images/logo.gif" title="Central Pennsylvania Convention &amp; Visitors Bureau" /></a></div>
  <div class="mastheadMainImage">
  	<img src="/mediafiles/pages/banner_images/157_AllenStreetGrillforWeb1.jpg" title="404" />  </div>
  <div class="mastheadTopShadow"></div>
</div>
<!-- end #mastheadArea -->
<div id="mainNav">
  <ul id="qm0" class="qmmc">
	<li>
  <a href="/penn-state/" class="qmparent">PENN STATE</a>
</li>
<li>
  <a href="/accommodations/" class="qmparent">ACCOMMODATIONS</a>
  <ul>
<li><a href="/accommodations/listings.php?category=Hotels_24">Hotels</a></li>
<li><a href="/accommodations/listings.php?category=Motels_and_Inns_26">Motels and Inns</a></li>
<li><a href="/accommodations/listings.php?category=Bed_and_Breakfasts_22">Bed and Breakfasts</a></li>
<li><a href="/accommodations/listings.php?category=Lodges_and_Vacation_Rentals_25">Lodges and Vacation Rentals</a></li>
<li><a href="/accommodations/listings.php?category=Campgrounds_23">Campgrounds</a></li>
    <li>
      <a href="/accommodations/lodging-availability.php">Lodging Availability</a>
    </li>
  </ul>
</li>
<li>
  <a href="/activities/" class="qmparent">ACTIVITIES</a>
  <ul>
<li><a href="/activities/listings.php?category=Arts_%26_Entertainment_57">Arts & Entertainment</a></li>
<li><a href="/activities/listings.php?category=Attractions_58">Attractions</a></li>
<li><a href="/activities/listings.php?category=Events_59">Events</a></li>
<li><a href="/activities/listings.php?category=Family_Attractions_60">Family Attractions</a></li>
<li><a href="/activities/listings.php?category=Historic_Sites_%26_Tours_61">Historic Sites & Tours</a></li>
<li><a href="/activities/listings.php?category=Recreation_62">Recreation</a></li>
<li>
<a href="/activities/shopping-listings.php?category=Shopping_5">Shopping</a>
<ul>
<li><a href="/activities/shopping-listings.php?category=Antique,_Gift_and_Furnishings_46">Antique, Gift and Furnishings</a></li>
<li><a href="/activities/shopping-listings.php?category=Apparel_%26_Accessories_47">Apparel & Accessories</a></li>
<li><a href="/activities/shopping-listings.php?category=Books/Bookstores_48">Books/Bookstores</a></li>
<li><a href="/activities/shopping-listings.php?category=Florist_and_Garden_Centers_49">Florist and Garden Centers</a></li>
<li><a href="/activities/shopping-listings.php?category=Grocers,_Convenience_Stores_%26_Pharmacies_50">Grocers, Convenience Stores & Pharmacies</a></li>
<li><a href="/activities/shopping-listings.php?category=PSU_Souvenirs_51">PSU Souvenirs</a></li>
<li><a href="/activities/shopping-listings.php?category=Shopping_Centers_and_Associations_52">Shopping Centers and Associations</a></li>
<li><a href="/activities/shopping-listings.php?category=Shopping,_Retailers,_Toys_and_Antiques_53">Shopping, Retailers, Toys and Antiques</a></li>
<li><a href="/activities/shopping-listings.php?category=Sporting_Goods_and_Hobbies_54">Sporting Goods and Hobbies</a></li>
<li><a href="/activities/shopping-listings.php?category=Toys_and_Games_55">Toys and Games</a></li>
<li><a href="/activities/shopping-listings.php?category=Wineries_and_Farm_Markets_56">Wineries and Farm Markets</a></li>
</ul>
</li>
    <li>
      <a href="/activities/sightseeing.php">Sightseeing</a>
    </li>
  </ul>
</li>
<li>
  <a href="/restaurants/" class="qmparent">RESTAURANTS</a>
  <ul>
<li><a href="/restaurants/listings.php?category=American_Restaurants_7">American Restaurants</a></li>
<li><a href="/restaurants/listings.php?category=Asian_Restaurants_8">Asian Restaurants</a></li>
<li><a href="/restaurants/listings.php?category=Bakery_and_Coffee_Shops_9">Bakery and Coffee Shops</a></li>
<li><a href="/restaurants/listings.php?category=Banquet_%26_Catering_10">Banquet & Catering</a></li>
<li><a href="/restaurants/listings.php?category=Cafe_And_Deli_11">Cafe And Deli</a></li>
<li><a href="/restaurants/listings.php?category=Cajun_And_Creole_Restaurants_12">Cajun And Creole Restaurants</a></li>
<li><a href="/restaurants/listings.php?category=Family_Dining_Restaurants_14">Family Dining Restaurants</a></li>
<li><a href="/restaurants/listings.php?category=Fast_Food_15">Fast Food</a></li>
<li><a href="/restaurants/listings.php?category=Fine_Dining_16">Fine Dining</a></li>
<li><a href="/restaurants/listings.php?category=Italian_Restaurants_17">Italian Restaurants</a></li>
<li><a href="/restaurants/listings.php?category=Mexican_and_Southwestern_18">Mexican and Southwestern</a></li>
<li><a href="/restaurants/listings.php?category=Pizza,_Subs_and_Sandwiches_19">Pizza, Subs and Sandwiches</a></li>
<li><a href="/restaurants/listings.php?category=Steaks_20">Steaks</a></li>
<li><a href="/restaurants/listings.php?category=Tavern_Fare_and_Beverages_21">Tavern Fare and Beverages</a></li>
  </ul>
</li>
<li>
  <a href="/outdoors/" class="qmparent">OUTDOORS</a>
  <ul>
    <li>
      <a href="/outdoors/fishing-boating.php">Fishing & Boating</a>
      <ul>
        <li><a href="/outdoors/state-college-fishing-guide.php">State College Fishing Guide</a></li>
      </ul>
    </li>
    <li>
      <a href="/outdoors/outdoorsstateparks.php">State Parks</a>
    </li>
    <li>
      <a href="/outdoors/biking.php">Biking Routes</a>
    </li>
  </ul>
</li>
<li>
  <a href="/arts/" class="qmparent">ARTS</a>
</li>
<li>
  <a href="/deals/" class="qmparent">DEALS</a>
  <ul>
    <li>
      <a href="http://issuu.com/pennstatelocal/docs/2014cpcvbfunpassweb" target="_blank">2014-15 Fun Pass</a>
    </li>
    <li>
      <a href="/deals/Gift-Certificates.php">Gift Certificates</a>
    </li>
  </ul>
</li>
  <li class="qmclear">&nbsp;</li>
</ul>
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script></div>
<!-- end #mainNav -->
<div id="mainContentArea">
	<div class="mainContentAreaTopShadow"></div>
  <div id="threeColumns">
  	    <div id="sideColumn1">
      <div class="headingBarLeft">Follow Central PA</div>
<div class="socialMediaIcons">
	  <div class="facebookIcon"><a href="http://www.facebook.com/visitpennstate" target="_blank" title="Connect on Facebook"></a></div>
      <div class="twitterIcon"><a href="http://twitter.com/visitpennstate" target="_blank" title="Follow Us on Twitter"></a></div>
      <div class="youTubeIcon"><a href="https://instagram.com/visitpennstate/" target="_blank" title="Visit Our Instagram Page"></a></div>
      <div class="blogIcon"><a href="http://www.pinterest.com/visitpennstate/" target="_blank" title="Find Us on Pinterest"></a></div>
	  <div class="clearFloat"></div>
</div><div class="headingBarLeft">Quick Find</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tbody>
		<tr>
			<td colspan="2" height="10">
				&nbsp; &nbsp; &nbsp;</td>
		</tr>
		<tr>
			<td align="right" width="20%">
				<a href="http://tours.placesmobile.com/tour/ey3Rtrgi3exyln0YBlj2e" target="_blank"><img src="/userfiles/images/icon-google_27x26.jpg" style="margin: 1px 8px; width: 27px; height: 26px;" /></a></td>
			<td align="left" width="80%">
				<a href="http://tours.placesmobile.com/tour/ey3Rtrgi3exyln0YBlj2e" target="_blank"><span style="font-size: 18px;">Google&nbsp;Virtual Tour</span></a></td>
		</tr>
		<tr>
			<td align="right" width="20%">
				<img alt="" src="/userfiles/images/Tasting%20Trail/TastingTrailLogo.jpg" style="width: 27px; height: 25px;" />&nbsp; &nbsp;</td>
			<td align="left" width="80%">
				<a href="http://www.centralpatastingtrail.com" target="_blank"><font size="4">Central PA Tasting Trail</font></a></td>
		</tr>
		<tr>
			<td align="right" width="20%">
				<a href="/travel-packages/"><img src="/userfiles/images/icon-suitcase.gif" style="margin: 1px 8px; width: 27px; height: 26px;" /></a></td>
			<td align="left" width="80%">
				<span style="font-size: 18px;"><a href="/travel-packages/">Travel Packages</a></span></td>
		</tr>
		<tr>
			<td align="right">
				<a href="/accommodations/lodging-availability.php"><img src="/userfiles/images/icon-bed_red.jpg" style="margin: 1px 8px; width: 27px; height: 26px;" /></a></td>
			<td align="left">
				<span style="font-size: 18px;"><a href="/accommodations/lodging-availability.php">Lodging Availability</a></span></td>
		</tr>
		<tr>
			<td style="text-align: right;">
				<a href="http://www.visitpennstate.org/media/VisitorsGuideOnline.php"><img alt="" src="/userfiles/images/icon-paws_green.jpg" style="width: 27px; height: 26px;" />&nbsp;&nbsp;</a></td>
			<td align="left">
				<a href="http://www.visitpennstate.org/media/VisitorsGuideOnline.php"><font size="4">Visitors Guide Online</font></a></td>
		</tr>
		<tr>
			<td align="right">
				<a href="/activities/listings.php?category=Events_59"><img src="/userfiles/images/icon-asterisk_blue.jpg" style="margin: 1px 8px; width: 27px; height: 26px;" /></a></td>
			<td align="left">
				<span style="font-size: 18px;"><a href="/activities/listings.php?category=Events_59">Local Events</a></span></td>
		</tr>
		<tr>
			<td align="right">
				<a href="/activities/sightseeing.php"><img src="/userfiles/images/icon-car.gif" style="margin: 1px 8px; width: 27px; height: 26px;" /></a></td>
			<td align="left">
				<span style="font-size: 18px;"><a href="/activities/sightseeing.php">Sightseeing</a></span></td>
		</tr>
		<tr>
			<td align="right">
				<a href="/about-us/directions.php"><img src="/userfiles/images/icon-compass_red.jpg" style="margin: 1px 8px; width: 27px; height: 26px;" /></a></td>
			<td align="left">
				<span style="font-size: 18px;"><a href="/about-us/directions.php">Get Directions</a></span></td>
		</tr>
		<tr>
			<td align="right">
				<a href="/media/gallery.php"><img src="/userfiles/images/icon-camera-green.jpg" style="margin: 1px 8px; width: 27px; height: 26px;" /></a></td>
			<td align="left">
				<span style="font-size: 18px;"><a href="/media/gallery.php">Photo &amp; Video Galleries</a></span></td>
		</tr>
		<tr>
			<td align="right">
				<a href="/local-services/"><img src="/userfiles/images/icon-paper-blue.jpg" style="margin: 1px 8px; width: 27px; height: 26px;" /></a></td>
			<td align="left">
				<span style="font-size: 18px;"><a href="/local-services/">Local Services</a></span></td>
		</tr>
		<tr>
			<td align="right">
				<a href="http://www.visitpennstate.org/about-us/e-news-signup.php"><img alt="" src="/userfiles/images/icon-envelope.gif" style="width: 27px; height: 26px;" />&nbsp; &nbsp;</a></td>
			<td align="left">
				<a href="http://www.visitpennstate.org/about-us/e-news-signup.php"><span style="font-size:18px;">E-newsletter Signup</span></a></td>
		</tr>
		<tr>
			<td colspan="2" height="10">
				<p>
					<strong><span style="font-size: 18px;"><a href="http://www.visitpennstate.org/calendar/">&nbsp; &nbsp; &nbsp;</a></span></strong></p>
			</td>
			<td colspan="2" height="10">
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.centralpatastingtrail.com" target="_blank">&nbsp; &nbsp;&nbsp;</a><a href="http://www.visitpennstate.org/calendar/4th-of-july-flavors-of-happy-valley.php" target="_blank"><img alt="Flavors of Happy Valley" src="/userfiles/images/Logo Banner w Date_forweb(3).jpg" style="width: 250px; height: 77px;" /></a></p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp; &nbsp;&nbsp;<a href="http://www.centralpatastingtrail.com" target="_blank"><img alt="Central PA Tasting Trail" src="/userfiles/images/Tasting%20Trail/TastingTrailLogo.jpg" style="width: 250px; height: 229px;" /></a></p>
<p>
	&nbsp; &nbsp;&nbsp;</p>
<p>
	&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</p><script src="/includes/search_widget.js.php?id=496" type="text/javascript" language="javascript"></script>
<p>&nbsp;</p>    </div>
    <!-- end #sideColumn1 -->
  	    <div id="mainColumn3">
    	<h1></h1>
<h1>
	Page not found!</h1>
<p>
	It appears that the page you are looking for<br />
	no longer exists or has moved.</p>
<p>
	<a href="/sitemap.php">Click here</a> to view the sitemap.</p><div class="clearFloat"></div>
    </div>
    <!-- end #mainColumn3 -->
        <div id="sideColumn2">
      <div class="headingBarRight">Visitors Guide</div>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 232px;">
	<tbody>
		<tr>
			<td colspan="2">
				&nbsp;</td>
		</tr>
		<tr>
			<td style="width: 101px;">
				<a href="http://issuu.com/pennstatelocal/docs/2015_visitor_guide_digital_edition/0" target="_blank"><img alt="2015 Central PA Visitors Guide" src="/userfiles/images/2015Cover_forweb.jpg" style="width: 80px; height: 124px; border-width: 1px; border-style: solid;" /></a></td>
			<td style="width: 131px; vertical-align: top;">
				<p>
					<span style="font-size: 14px;">Request your free copy of Central Pennsylvania&#39;s Visitors Guide today.</span></p>
				<p>
					<br />
					<span style="font-size: 14px;"><a href="/media/visitors-guide-request.php">Request Guide</a> &rarr;</span></p>
				<p>
					&nbsp;</p>
			</td>
		</tr>
	</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 100%;">
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td style="text-align: center;">
				<a href="http://issuu.com/pennstatelocal/docs/15-16funpass" target="_blank"><img alt="2015-16 Fun Pass" src="/userfiles/images/GettheFunPass(1).jpg" style="width: 250px; height: 87px;" /></a></td>
		</tr>
		<tr>
			<td>
				&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://issuu.com/pennstatelocal/docs/2013_fun_pass_-_sample/1?e=1602664/7397717" target="_blank">&nbsp; &nbsp;</a><a href="http://www.visitpennstate.org/media/fun-pass-guide-request.php" style="font-size: 14px;">Request Fun Pass&nbsp;</a><span style="font-size: 14px;">&nbsp;&rarr;</span></td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p><div class="headingBarRight">Calendar of Events</div>
<div class="calendarOfEventsPromotion">
		<div class="calendarListingPromotion">
	  <div class="calendarListingPromotionSummary">
	  	<a href="/calendar/index.php?event=Flavors_of_Happy_Valley_1690">Flavors of Happy Valle...<br />State College, PA</a>
	  </div>
	  <div class="calendarListingPromotionDate">7/3</div>
	</div>
		<div class="calendarListingPromotion">
	  <div class="calendarListingPromotionSummary">
	  	<a href="/calendar/index.php?event=Flavors_of_Happy_Valley_1690">Flavors of Happy Valle...<br />State College, PA</a>
	  </div>
	  <div class="calendarListingPromotionDate">7/4</div>
	</div>
		<div class="calendarListingPromotion">
	  <div class="calendarListingPromotionSummary">
	  	<a href="/calendar/index.php?event=Flavors_of_Happy_Valley_1690">Flavors of Happy Valle...<br />State College, PA</a>
	  </div>
	  <div class="calendarListingPromotionDate">7/5</div>
	</div>
		<div class="calendarListingPromotion">
	  <div class="calendarListingPromotionSummary">
	  	<a href="/calendar/index.php?event=Flavors_of_Happy_Valley_1690">Flavors of Happy Valle...<br />State College, PA</a>
	  </div>
	  <div class="calendarListingPromotionDate">7/6</div>
	</div>
		<div class="calendarListingPromotion">
	  <div class="calendarListingPromotionSummary">
	  	<a href="/calendar/index.php?event=Central_PA_4th_Fest_49">Central PA 4th Fest<br />Area Surrounding Beave...</a>
	  </div>
	  <div class="calendarListingPromotionDate">7/4</div>
	</div>
		<table width="242" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td><img src="/images/dot.gif" width="10" height="10"></td>
		</tr>
		<tr>
			<td>
				<div id="calendar"></div>
				<script type="text/javascript">
					function RefreshCalendar(ts,opt) {
						var d = new Date();
						jah10('/calendar.php?'+d.getTime()+'&ts='+ts+'&opt='+opt,'calendar');
					}
				</script>
				<script>RefreshCalendar('','');</script>
			</td>
		</tr>
		<tr>
			<td><img src="/images/dot.gif" width="5" height="5"></td>
		</tr>
		<tr>
			<td align="left" style="font-size:12px;">Search date range:</td>
		</tr>
		<tr>
			<td><img src="/images/dot.gif" width="5" height="5"></td>
		</tr>
		<tr>
			<td align="left">
				<form name="formCalendarDateRange" method="post" action="/calendar/index.php" onSubmit="return CheckCalendarDateRange(this);" enctype="multipart/form-data">
				<table width="100%" border="0" cellspacing="0" cellpadding="0">
					<tr>
						<td style="font-size:11px;">
							<input type="text" id="start_date" name="start_date" value="" maxlength="10" onblur="this.style.backgroundColor='#ffffff';" class="calendarInput" readonly>
			        <img id="trigger_start_date" src="/images/calendar-icon.gif" onmouseover="this.style.cursor='pointer';" class="calendarIcon">
			        <script type="text/javascript">
								cal.manageFields("trigger_start_date", "start_date", "%m-%d-%Y");
							</script>
							TO <input type="text" id="end_date" name="end_date" value="" maxlength="10" onblur="this.style.backgroundColor='#ffffff';" class="calendarInput" readonly>
			        <img id="trigger_end_date" src="/images/calendar-icon.gif" onmouseover="this.style.cursor='pointer';" class="calendarIcon">
			        <script type="text/javascript">
								cal.manageFields("trigger_end_date", "end_date", "%m-%d-%Y");
							</script>
						</td>
						<td>
							<input type="submit" name="submit" value="Go" title="" class="goButtonSmall" />
						</td>
					</tr>
				</table>
				</form>
			</td>
		</tr>
	</table>
  <div class="viewAllEventsButton floatLeft" style="margin-top:15px;"><a href="/calendar/"></a></div>
  <div class="submitAnEventButton floatLeft" style="margin-top:15px;margin-left:20px;"><a href="/calendar/submit-event.php"></a></div>
  <div class="clearFloat"></div>
</div>
<div class="searchBox">
  <form id="searchform" name="searchform" method="post" action="/search-results.php" onSubmit="return ValidateSearchForm();">
    <input type="text" id="search_keyword" name="search_keyword" value="Search This Site" onfocus="if (this.value == 'Search This Site') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search This Site';}" class="searchBoxField" />
    <input type="submit" name="searchButton" value="" title="Click here to search this site" class="goButtonBig floatRight" />
  </form>
  <div class="clearFloat"></div>
</div>
<div class="partnersBanner">
	<p>
	<img alt="PA Partners" src="/userfiles/images/partners-banner.gif" style="width: 240px; height: 176px;" title="Central PA CVB Partners" usemap="#Map" /></p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.citiesofthebigten.com" target="_blank"><img alt="Big10" src="/userfiles/images/Big10.JPG" style="width: 240px; height: 122px;" /></a></p>
<p>
	<map id="Map" name="Map"><area coords="50,60,190,94" href="http://www.thealleghenies.com/" shape="rect" target="_blank" title="The Alleghenies" /> <area coords="21,100,105,155" href="http://www.visitpa.com/" shape="rect" target="_blank" title="Pennsylvania - State of Independence" /><area coords="118,102,216,151" href="http://www.sportspa.org/" shape="rect" target="_blank" title="Pennsylvania Sports" /></map></p></div>    </div>
    <!-- end #sideColumn2 -->
  	    <div class="clearFloat"></div>
  </div>
  <!-- end #threeColumns -->
</div>
<!-- end #mainContentArea -->
<div id="footerAreaLedge"></div>
<div id="footerArea">
  <div class="footerContactInfo">
	<p>
	<span class="bold">Centre County/Penn State<br />
	Visitor Center | CPCVB</span><br />
	800 E. Park Ave<br />
	State College, PA. 16803<br />
	<br />
	Hours of Operation<br />
	Monday - Friday: 7:30am - 6:00pm<br />
	Saturday &amp; Sunday: 9:00am - 6:00pm<br />
	<br />
	Local: 814-231-1400<br />
	Toll Free: 800-358-5466<br />
	Fax: 814-231-8123<br />
	E-mail: <a href="mailto:info@visitpennstate.org">info@visitpennstate.org</a></p></div><div class="footerLinks">
	<a href="/about-us/contact-us.php">Contact Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/sitemap.php">Sitemap</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/privacy.php">Privacy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/member-login.php">Member Login</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://www.hightail.com/send" onclick="return hs.htmlExpand(this,{objectType:'iframe',preserveContent:false,align:'center',width:825,height:725})">Image Upload</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/about-us/tourism-grants.php">Tourism Grants</a>	
</div>
<div class="footerText">
  <p>
	The Central Pennsylvania Convention &amp; Visitors Bureau includes member businesses in <a href="http://www.visitpennstate.org/penn-state/state-college.php">State College</a>, <a href="http://www.visitpennstate.org/penn-state/bellefonte.php">Bellefonte</a>, <a href="http://www.visitpennstate.org/penn-state/boalsburg.php">Boalsburg</a>, <a href="http://www.visitpennstate.org/penn-state/philipsburg.php">Philipsburg</a> and all of Centre County. Find hotels, bed &amp; breakfasts, restaurants, attractions, recreation, events, and information about Penn State University, as well as information for meeting &amp; sports planners, group tour planners, and family vacations. Be sure to check our <a href="http://www.visitpennstate.org/calendar/">Calendar of Events</a> to find out what&#39;s going on in Centre County when you Visit Penn State.</p>
<p>
	Are you a local business owner?<a href="http://www.visitpennstate.org/media/become-member-request.php" target="_blank"> Become a member</a> of the CPCVB and enjoy the great benefits of our organization.&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	<span class="bold">Partners:</span><br />
	<span class="bold">The Alleghenies</span> | <span class="bold"><a href="http://www.visitpa.com/" target="_blank">Pennsylvania</a>&nbsp;</span>| <span class="bold"><a href="http://www.sportsinpa.org/" target="_blank">Pennsylvania Sports</a></span></p></div>
<div class="footerSocialMediaAndCopyright">
	  <div class="footerFacebookIcon"><a href="http://www.facebook.com/visitpennstate" target="_blank" title="Connect on Facebook"></a></div>
      <div class="footerTwitterIcon"><a href="http://twitter.com/visitpennstate" target="_blank" title="Follow Us on Twitter"></a></div>
      <div class="footerYouTubeIcon"><a href="https://instagram.com/visitpennstate/" target="_blank" title="Visit Our Instagram Page"></a></div>
      <div class="footerBlogIcon"><a href="http://www.pinterest.com/visitpennstate/" target="_blank" title="Find Us on Pinterest"></a></div>
		
  <div style="margin-top:1px;" class="footerCopyright">
  	&copy;2009-2015 Central PA CVB<br />
  	<a href="http://www.equitymarketingsolutions.com" target="_blank">Design by EMS</a> | <a href="http://www.sleeplessmedia.com" target="_blank">Development by Sleepless Media</a>
  </div>
  <div class="clearFloat"></div>
</div>
  <div class="clearFloat"></div>
</div>
<!-- end #footerArea -->
﻿<!-- Start of Crazy Egg Code -->
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0025/8753.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<!-- End of Crazy Egg Code --></body>
</html>