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.6497,-78.7578)};var g_ede4663c5f5906bda914f26ec185b666 = new google.maps.Geocoder();g_ede4663c5f5906bda914f26ec185b666.geocode( { 'address': "118 Baltimore St, Cumberland, MD 21502"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-MD-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-MD-mt-bank'), mapOptions);}document.getElementById('a8ce981a').innerHTML += ' | View Map';var $lede4663c5f5906bda914f26ec185b666 = '

M&T Bank

Address: 118 Baltimore St, Cumberland, MD 21502
Phone: (301) 784-3139
';var m_ede4663c5f5906bda914f26ec185b666 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_ede4663c5f5906bda914f26ec185b666['infowindow'] = new google.maps.InfoWindow({content: $lede4663c5f5906bda914f26ec185b666});var infowindow = new google.maps.InfoWindow({content: $lede4663c5f5906bda914f26ec185b666});google.maps.event.addListener(m_ede4663c5f5906bda914f26ec185b666, 'click', function() {infowindow.open(map,m_ede4663c5f5906bda914f26ec185b666);});$marker.push(m_ede4663c5f5906bda914f26ec185b666);}});}google.maps.event.addDomListener(window, 'load', initialize);