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.655,-77.9282)};var g_e950d04056b1548407c64767c44f617c = new google.maps.Geocoder();g_e950d04056b1548407c64767c44f617c.geocode( { 'address': "121 S Mill St, Clear Spring, MD 21722, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clear-spring-MD-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('clear-spring-MD-mt-bank-atm'), mapOptions);}document.getElementById('0aaf3deb').innerHTML += ' | View Map';var $le950d04056b1548407c64767c44f617c = '

M&T Bank ATM

Address: 121 S Mill St, Clear Spring, MD 21722, USA
Phone: (800) 724-2440
';var m_e950d04056b1548407c64767c44f617c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_e950d04056b1548407c64767c44f617c['infowindow'] = new google.maps.InfoWindow({content: $le950d04056b1548407c64767c44f617c});var infowindow = new google.maps.InfoWindow({content: $le950d04056b1548407c64767c44f617c});google.maps.event.addListener(m_e950d04056b1548407c64767c44f617c, 'click', function() {infowindow.open(map,m_e950d04056b1548407c64767c44f617c);});$marker.push(m_e950d04056b1548407c64767c44f617c);}});}google.maps.event.addDomListener(window, 'load', initialize);