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.3686,-77.1458)};var g_60936ae758688100a9e76a93f7d6215a = new google.maps.Geocoder();g_60936ae758688100a9e76a93f7d6215a.geocode( { 'address': "1001 Twin Arch Rd #2600, Mt Airy, MD 21771, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-airy-MD-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('mount-airy-MD-mt-bank'), mapOptions);}document.getElementById('475063cc').innerHTML += ' | View Map';var $l60936ae758688100a9e76a93f7d6215a = '

M&T Bank

Address: 1001 Twin Arch Rd #2600, Mt Airy, MD 21771, USA
Phone: (301) 829-2098
';var m_60936ae758688100a9e76a93f7d6215a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_60936ae758688100a9e76a93f7d6215a['infowindow'] = new google.maps.InfoWindow({content: $l60936ae758688100a9e76a93f7d6215a});var infowindow = new google.maps.InfoWindow({content: $l60936ae758688100a9e76a93f7d6215a});google.maps.event.addListener(m_60936ae758688100a9e76a93f7d6215a, 'click', function() {infowindow.open(map,m_60936ae758688100a9e76a93f7d6215a);});$marker.push(m_60936ae758688100a9e76a93f7d6215a);}});}google.maps.event.addDomListener(window, 'load', initialize);