var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.9153,-77.0465)};var g_9978b7063e297d84bb2ac8e46c1c845f = new google.maps.Geocoder();g_9978b7063e297d84bb2ac8e46c1c845f.geocode( { 'address': "319 E Chestnut St, Mifflinburg, PA 17844"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mifflinburg-PA-buffalo-valley-savings-store').style.display = '';map = new google.maps.Map(document.getElementById('mifflinburg-PA-buffalo-valley-savings-store'), mapOptions);}document.getElementById('9db36cf4').innerHTML += ' | View Map';var $l9978b7063e297d84bb2ac8e46c1c845f = '

Buffalo Valley Savings Store

Address: 319 E Chestnut St, Mifflinburg, PA 17844
Phone: (570) 966-7125
';var m_9978b7063e297d84bb2ac8e46c1c845f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buffalo Valley Savings Store',});m_9978b7063e297d84bb2ac8e46c1c845f['infowindow'] = new google.maps.InfoWindow({content: $l9978b7063e297d84bb2ac8e46c1c845f});var infowindow = new google.maps.InfoWindow({content: $l9978b7063e297d84bb2ac8e46c1c845f});google.maps.event.addListener(m_9978b7063e297d84bb2ac8e46c1c845f, 'click', function() {infowindow.open(map,m_9978b7063e297d84bb2ac8e46c1c845f);});$marker.push(m_9978b7063e297d84bb2ac8e46c1c845f);}});}google.maps.event.addDomListener(window, 'load', initialize);