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.054,-76.2358)};var g_957fe82f1784483968a1af17af7dc0db = new google.maps.Geocoder();g_957fe82f1784483968a1af17af7dc0db.geocode( { 'address': "201 W Front St, Berwick, PA 18603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berwick-PA-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('berwick-PA-mt-bank-atm'), mapOptions);}document.getElementById('caf0cd3f').innerHTML += ' | View Map';var $l957fe82f1784483968a1af17af7dc0db = '

M&T Bank ATM

Address: 201 W Front St, Berwick, PA 18603, USA
Phone: (800) 724-2440
';var m_957fe82f1784483968a1af17af7dc0db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_957fe82f1784483968a1af17af7dc0db['infowindow'] = new google.maps.InfoWindow({content: $l957fe82f1784483968a1af17af7dc0db});var infowindow = new google.maps.InfoWindow({content: $l957fe82f1784483968a1af17af7dc0db});google.maps.event.addListener(m_957fe82f1784483968a1af17af7dc0db, 'click', function() {infowindow.open(map,m_957fe82f1784483968a1af17af7dc0db);});$marker.push(m_957fe82f1784483968a1af17af7dc0db);}});}google.maps.event.addDomListener(window, 'load', initialize);