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.0113,-76.4149)};var g_24fab8e91bac772ca01ff2376ec08c46 = new google.maps.Geocoder();g_24fab8e91bac772ca01ff2376ec08c46.geocode( { 'address': "2301 Columbia Blvd, Bloomsburg, PA 17815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomsburg-PA-first-keystone-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('bloomsburg-PA-first-keystone-community-bank'), mapOptions);}document.getElementById('260a6f36').innerHTML += ' | View Map';var $l24fab8e91bac772ca01ff2376ec08c46 = '

First Keystone Community Bank

Address: 2301 Columbia Blvd, Bloomsburg, PA 17815, USA
Phone: (570) 784-0354
';var m_24fab8e91bac772ca01ff2376ec08c46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Keystone Community Bank',});m_24fab8e91bac772ca01ff2376ec08c46['infowindow'] = new google.maps.InfoWindow({content: $l24fab8e91bac772ca01ff2376ec08c46});var infowindow = new google.maps.InfoWindow({content: $l24fab8e91bac772ca01ff2376ec08c46});google.maps.event.addListener(m_24fab8e91bac772ca01ff2376ec08c46, 'click', function() {infowindow.open(map,m_24fab8e91bac772ca01ff2376ec08c46);});$marker.push(m_24fab8e91bac772ca01ff2376ec08c46);}});}google.maps.event.addDomListener(window, 'load', initialize);