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(38.8251,-77.214)};var g_abf138e32145ddccc6f7db983a913b9f = new google.maps.Geocoder();g_abf138e32145ddccc6f7db983a913b9f.geocode( { 'address': "7857 Heritage Dr, Annandale, VA 22003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('annandale-VA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('annandale-VA-mt-bank'), mapOptions);}document.getElementById('486cbe26').innerHTML += ' | View Map';var $labf138e32145ddccc6f7db983a913b9f = '

M&T Bank

Address: 7857 Heritage Dr, Annandale, VA 22003, USA
Phone: (703) 941-5900
';var m_abf138e32145ddccc6f7db983a913b9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_abf138e32145ddccc6f7db983a913b9f['infowindow'] = new google.maps.InfoWindow({content: $labf138e32145ddccc6f7db983a913b9f});var infowindow = new google.maps.InfoWindow({content: $labf138e32145ddccc6f7db983a913b9f});google.maps.event.addListener(m_abf138e32145ddccc6f7db983a913b9f, 'click', function() {infowindow.open(map,m_abf138e32145ddccc6f7db983a913b9f);});$marker.push(m_abf138e32145ddccc6f7db983a913b9f);}});}google.maps.event.addDomListener(window, 'load', initialize);