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(40.8738,-76.7848)};var g_9ec4c85d8e00f450745b18d057686bc2 = new google.maps.Geocoder();g_9ec4c85d8e00f450745b18d057686bc2.geocode( { 'address': "1021 N 4th St, Sunbury, PA 17801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sunbury-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('sunbury-PA-atm-mt-bank'), mapOptions);}document.getElementById('e7e41b20').innerHTML += ' | View Map';var $l9ec4c85d8e00f450745b18d057686bc2 = '

ATM (M&T Bank)

Address: 1021 N 4th St, Sunbury, PA 17801, USA
Phone:
';var m_9ec4c85d8e00f450745b18d057686bc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (M&T Bank)',});m_9ec4c85d8e00f450745b18d057686bc2['infowindow'] = new google.maps.InfoWindow({content: $l9ec4c85d8e00f450745b18d057686bc2});var infowindow = new google.maps.InfoWindow({content: $l9ec4c85d8e00f450745b18d057686bc2});google.maps.event.addListener(m_9ec4c85d8e00f450745b18d057686bc2, 'click', function() {infowindow.open(map,m_9ec4c85d8e00f450745b18d057686bc2);});$marker.push(m_9ec4c85d8e00f450745b18d057686bc2);}});}google.maps.event.addDomListener(window, 'load', initialize);