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_a328816f59af651ec5d3239cf142d44f = new google.maps.Geocoder();g_a328816f59af651ec5d3239cf142d44f.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').style.display = '';map = new google.maps.Map(document.getElementById('clear-spring-MD-mt-bank'), mapOptions);}document.getElementById('0aaf3deb').innerHTML += ' | View Map';var $la328816f59af651ec5d3239cf142d44f = '

M&T Bank

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