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.961,-76.7287)};var g_540316cf8ae17a9d3ce573b4310d8524 = new google.maps.Geocoder();g_540316cf8ae17a9d3ce573b4310d8524.geocode( { 'address': "109 Leaders Heights Rd, York, PA 17403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-PA-peoplesbank').style.display = '';map = new google.maps.Map(document.getElementById('york-PA-peoplesbank'), mapOptions);}document.getElementById('9deb6559').innerHTML += ' | View Map';var $l540316cf8ae17a9d3ce573b4310d8524 = '

Peoplesbank

Address: 109 Leaders Heights Rd, York, PA 17403
Phone: (717) 741-3564
';var m_540316cf8ae17a9d3ce573b4310d8524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoplesbank',});m_540316cf8ae17a9d3ce573b4310d8524['infowindow'] = new google.maps.InfoWindow({content: $l540316cf8ae17a9d3ce573b4310d8524});var infowindow = new google.maps.InfoWindow({content: $l540316cf8ae17a9d3ce573b4310d8524});google.maps.event.addListener(m_540316cf8ae17a9d3ce573b4310d8524, 'click', function() {infowindow.open(map,m_540316cf8ae17a9d3ce573b4310d8524);});$marker.push(m_540316cf8ae17a9d3ce573b4310d8524);}});}google.maps.event.addDomListener(window, 'load', initialize);