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.4284,-76.7698)};var g_b9a940dfdf43aacaa686ba8247c528b5 = new google.maps.Geocoder();g_b9a940dfdf43aacaa686ba8247c528b5.geocode( { 'address': "9780 Groffs Mill Dr, Owings Mills, MD 21117"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owings-mills-MD-m-t-bank').style.display = '';map = new google.maps.Map(document.getElementById('owings-mills-MD-m-t-bank'), mapOptions);}document.getElementById('b7990374').innerHTML += ' | View Map';var $lb9a940dfdf43aacaa686ba8247c528b5 = '

M & T Bank

Address: 9780 Groffs Mill Dr, Owings Mills, MD 21117
Phone: (410) 363-3921
';var m_b9a940dfdf43aacaa686ba8247c528b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & T Bank',});m_b9a940dfdf43aacaa686ba8247c528b5['infowindow'] = new google.maps.InfoWindow({content: $lb9a940dfdf43aacaa686ba8247c528b5});var infowindow = new google.maps.InfoWindow({content: $lb9a940dfdf43aacaa686ba8247c528b5});google.maps.event.addListener(m_b9a940dfdf43aacaa686ba8247c528b5, 'click', function() {infowindow.open(map,m_b9a940dfdf43aacaa686ba8247c528b5);});$marker.push(m_b9a940dfdf43aacaa686ba8247c528b5);}});}google.maps.event.addDomListener(window, 'load', initialize);