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.8375,-77.4395)};var g_96f10132748c7049e3bbf5ca0b275f18 = new google.maps.Geocoder();g_96f10132748c7049e3bbf5ca0b275f18.geocode( { 'address': "14245-R Centreville Square, Centreville, VA 20121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centreville-VA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('centreville-VA-mt-bank'), mapOptions);}document.getElementById('18fbbe3e').innerHTML += ' | View Map';var $l96f10132748c7049e3bbf5ca0b275f18 = '

M&T Bank

Address: 14245-R Centreville Square, Centreville, VA 20121, USA
Phone: (703) 222-2701
';var m_96f10132748c7049e3bbf5ca0b275f18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_96f10132748c7049e3bbf5ca0b275f18['infowindow'] = new google.maps.InfoWindow({content: $l96f10132748c7049e3bbf5ca0b275f18});var infowindow = new google.maps.InfoWindow({content: $l96f10132748c7049e3bbf5ca0b275f18});google.maps.event.addListener(m_96f10132748c7049e3bbf5ca0b275f18, 'click', function() {infowindow.open(map,m_96f10132748c7049e3bbf5ca0b275f18);});$marker.push(m_96f10132748c7049e3bbf5ca0b275f18);}});}google.maps.event.addDomListener(window, 'load', initialize);