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.0056,-76.4499)};var g_d14e970860a8829dc22f42c17460d40f = new google.maps.Geocoder();g_d14e970860a8829dc22f42c17460d40f.geocode( { 'address': "400 E 2nd St, Bloomsburg, PA 17815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomsburg-PA-psecu-atm').style.display = '';map = new google.maps.Map(document.getElementById('bloomsburg-PA-psecu-atm'), mapOptions);}document.getElementById('603df36b').innerHTML += ' | View Map';var $ld14e970860a8829dc22f42c17460d40f = '

PSECU ATM

Address: 400 E 2nd St, Bloomsburg, PA 17815, USA
Phone:
';var m_d14e970860a8829dc22f42c17460d40f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PSECU ATM',});m_d14e970860a8829dc22f42c17460d40f['infowindow'] = new google.maps.InfoWindow({content: $ld14e970860a8829dc22f42c17460d40f});var infowindow = new google.maps.InfoWindow({content: $ld14e970860a8829dc22f42c17460d40f});google.maps.event.addListener(m_d14e970860a8829dc22f42c17460d40f, 'click', function() {infowindow.open(map,m_d14e970860a8829dc22f42c17460d40f);});$marker.push(m_d14e970860a8829dc22f42c17460d40f);}});}google.maps.event.addDomListener(window, 'load', initialize);