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.0866,-75.3272)};var g_8c2c805435e943ad690a82fb78cf5a7d = new google.maps.Geocoder();g_8c2c805435e943ad690a82fb78cf5a7d.geocode( { 'address': "2070 PA-611, Swiftwater, PA 18370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swiftwater-PA-first-keystone-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('swiftwater-PA-first-keystone-community-bank'), mapOptions);}document.getElementById('ac1eefca').innerHTML += ' | View Map';var $l8c2c805435e943ad690a82fb78cf5a7d = '

First Keystone Community Bank

Address: 2070 PA-611, Swiftwater, PA 18370, USA
Phone: (570) 839-7880
';var m_8c2c805435e943ad690a82fb78cf5a7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Keystone Community Bank',});m_8c2c805435e943ad690a82fb78cf5a7d['infowindow'] = new google.maps.InfoWindow({content: $l8c2c805435e943ad690a82fb78cf5a7d});var infowindow = new google.maps.InfoWindow({content: $l8c2c805435e943ad690a82fb78cf5a7d});google.maps.event.addListener(m_8c2c805435e943ad690a82fb78cf5a7d, 'click', function() {infowindow.open(map,m_8c2c805435e943ad690a82fb78cf5a7d);});$marker.push(m_8c2c805435e943ad690a82fb78cf5a7d);}});}google.maps.event.addDomListener(window, 'load', initialize);