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.2327,-76.4574)};var g_9205ff0c6662aff0bce23adfc2d803ac = new google.maps.Geocoder();g_9205ff0c6662aff0bce23adfc2d803ac.geocode( { 'address': "5236 North Point Blvd, Sparrows Point, MD 21219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparrows-point-MD-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('sparrows-point-MD-mt-bank'), mapOptions);}document.getElementById('af81903f').innerHTML += ' | View Map';var $l9205ff0c6662aff0bce23adfc2d803ac = '

M&T Bank

Address: 5236 North Point Blvd, Sparrows Point, MD 21219, USA
Phone: (410) 477-0030
';var m_9205ff0c6662aff0bce23adfc2d803ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_9205ff0c6662aff0bce23adfc2d803ac['infowindow'] = new google.maps.InfoWindow({content: $l9205ff0c6662aff0bce23adfc2d803ac});var infowindow = new google.maps.InfoWindow({content: $l9205ff0c6662aff0bce23adfc2d803ac});google.maps.event.addListener(m_9205ff0c6662aff0bce23adfc2d803ac, 'click', function() {infowindow.open(map,m_9205ff0c6662aff0bce23adfc2d803ac);});$marker.push(m_9205ff0c6662aff0bce23adfc2d803ac);}});}google.maps.event.addDomListener(window, 'load', initialize);