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(39.9219,-77.3008)};var g_d18b09180684862f5665e1932fdb54fb = new google.maps.Geocoder();g_d18b09180684862f5665e1932fdb54fb.geocode( { 'address': "1 Chambersburg St, Biglerville, PA 17307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('biglerville-PA-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('biglerville-PA-peoples-bank'), mapOptions);}document.getElementById('1e7d5f28').innerHTML += ' | View Map';var $ld18b09180684862f5665e1932fdb54fb = '

People's Bank

Address: 1 Chambersburg St, Biglerville, PA 17307, USA
Phone: (717) 337-3474
';var m_d18b09180684862f5665e1932fdb54fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's Bank',});m_d18b09180684862f5665e1932fdb54fb['infowindow'] = new google.maps.InfoWindow({content: $ld18b09180684862f5665e1932fdb54fb});var infowindow = new google.maps.InfoWindow({content: $ld18b09180684862f5665e1932fdb54fb});google.maps.event.addListener(m_d18b09180684862f5665e1932fdb54fb, 'click', function() {infowindow.open(map,m_d18b09180684862f5665e1932fdb54fb);});$marker.push(m_d18b09180684862f5665e1932fdb54fb);}});}google.maps.event.addDomListener(window, 'load', initialize);