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.5241,-77.6629)};var g_29a8ac26097a48054bebfb7b00ee4400 = new google.maps.Geocoder();g_29a8ac26097a48054bebfb7b00ee4400.geocode( { 'address': "7620 Old National Pike, Boonsboro, MD 21713, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boonsboro-MD-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('boonsboro-MD-mt-bank-atm'), mapOptions);}document.getElementById('e6e7e0ca').innerHTML += ' | View Map';var $l29a8ac26097a48054bebfb7b00ee4400 = '

M&T Bank ATM

Address: 7620 Old National Pike, Boonsboro, MD 21713, USA
Phone: (800) 724-2440
';var m_29a8ac26097a48054bebfb7b00ee4400 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_29a8ac26097a48054bebfb7b00ee4400['infowindow'] = new google.maps.InfoWindow({content: $l29a8ac26097a48054bebfb7b00ee4400});var infowindow = new google.maps.InfoWindow({content: $l29a8ac26097a48054bebfb7b00ee4400});google.maps.event.addListener(m_29a8ac26097a48054bebfb7b00ee4400, 'click', function() {infowindow.open(map,m_29a8ac26097a48054bebfb7b00ee4400);});$marker.push(m_29a8ac26097a48054bebfb7b00ee4400);}});}google.maps.event.addDomListener(window, 'load', initialize);