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.0398,-76.3124)};var g_9b62b9369f57eba555c6f4aed138207a = new google.maps.Geocoder();g_9b62b9369f57eba555c6f4aed138207a.geocode( { 'address': "New Berwick Hwy, Bloomsburg, PA 17815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomsburg-PA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('bloomsburg-PA-santander-bank'), mapOptions);}document.getElementById('d7e61b68').innerHTML += ' | View Map';var $l9b62b9369f57eba555c6f4aed138207a = '

Santander Bank

Address: New Berwick Hwy, Bloomsburg, PA 17815, USA
Phone:
';var m_9b62b9369f57eba555c6f4aed138207a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_9b62b9369f57eba555c6f4aed138207a['infowindow'] = new google.maps.InfoWindow({content: $l9b62b9369f57eba555c6f4aed138207a});var infowindow = new google.maps.InfoWindow({content: $l9b62b9369f57eba555c6f4aed138207a});google.maps.event.addListener(m_9b62b9369f57eba555c6f4aed138207a, 'click', function() {infowindow.open(map,m_9b62b9369f57eba555c6f4aed138207a);});$marker.push(m_9b62b9369f57eba555c6f4aed138207a);}});}google.maps.event.addDomListener(window, 'load', initialize);