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(39.8886,-76.9759)};var g_c8e35c657fe3cb53ccb77a4b3cd410eb = new google.maps.Geocoder();g_c8e35c657fe3cb53ccb77a4b3cd410eb.geocode( { 'address': "7680 Lincoln Hwy, Abbottstown, PA 17301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abbottstown-PA-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('abbottstown-PA-mt-bank-atm'), mapOptions);}document.getElementById('3dce3d29').innerHTML += ' | View Map';var $lc8e35c657fe3cb53ccb77a4b3cd410eb = '

M&T Bank ATM

Address: 7680 Lincoln Hwy, Abbottstown, PA 17301, USA
Phone: (800) 724-2440
';var m_c8e35c657fe3cb53ccb77a4b3cd410eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_c8e35c657fe3cb53ccb77a4b3cd410eb['infowindow'] = new google.maps.InfoWindow({content: $lc8e35c657fe3cb53ccb77a4b3cd410eb});var infowindow = new google.maps.InfoWindow({content: $lc8e35c657fe3cb53ccb77a4b3cd410eb});google.maps.event.addListener(m_c8e35c657fe3cb53ccb77a4b3cd410eb, 'click', function() {infowindow.open(map,m_c8e35c657fe3cb53ccb77a4b3cd410eb);});$marker.push(m_c8e35c657fe3cb53ccb77a4b3cd410eb);}});}google.maps.event.addDomListener(window, 'load', initialize);