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.9236,-77.03)};var g_277d6162c0d6f88c9f858ae491a30d86 = new google.maps.Geocoder();g_277d6162c0d6f88c9f858ae491a30d86.geocode( { 'address': "315 E Chestnut St, Mifflinburg, PA 17844, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mifflinburg-PA-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('mifflinburg-PA-mt-bank-atm'), mapOptions);}document.getElementById('53f63adb').innerHTML += ' | View Map';var $l277d6162c0d6f88c9f858ae491a30d86 = '

M&T Bank ATM

Address: 315 E Chestnut St, Mifflinburg, PA 17844, USA
Phone: (800) 724-2440
';var m_277d6162c0d6f88c9f858ae491a30d86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_277d6162c0d6f88c9f858ae491a30d86['infowindow'] = new google.maps.InfoWindow({content: $l277d6162c0d6f88c9f858ae491a30d86});var infowindow = new google.maps.InfoWindow({content: $l277d6162c0d6f88c9f858ae491a30d86});google.maps.event.addListener(m_277d6162c0d6f88c9f858ae491a30d86, 'click', function() {infowindow.open(map,m_277d6162c0d6f88c9f858ae491a30d86);});$marker.push(m_277d6162c0d6f88c9f858ae491a30d86);}});}google.maps.event.addDomListener(window, 'load', initialize);