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(41.2199,-75.9437)};var g_a211ea6965ec4a24fa63078baa56a8d4 = new google.maps.Geocoder();g_a211ea6965ec4a24fa63078baa56a8d4.geocode( { 'address': "1540 Sans Souci Pkwy, Hanover, PA 18706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanover-PA-first-keystone-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('hanover-PA-first-keystone-community-bank'), mapOptions);}document.getElementById('64f91280').innerHTML += ' | View Map';var $la211ea6965ec4a24fa63078baa56a8d4 = '

First Keystone Community Bank

Address: 1540 Sans Souci Pkwy, Hanover, PA 18706, USA
Phone: (570) 825-7352
';var m_a211ea6965ec4a24fa63078baa56a8d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Keystone Community Bank',});m_a211ea6965ec4a24fa63078baa56a8d4['infowindow'] = new google.maps.InfoWindow({content: $la211ea6965ec4a24fa63078baa56a8d4});var infowindow = new google.maps.InfoWindow({content: $la211ea6965ec4a24fa63078baa56a8d4});google.maps.event.addListener(m_a211ea6965ec4a24fa63078baa56a8d4, 'click', function() {infowindow.open(map,m_a211ea6965ec4a24fa63078baa56a8d4);});$marker.push(m_a211ea6965ec4a24fa63078baa56a8d4);}});}google.maps.event.addDomListener(window, 'load', initialize);