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.15,-75.5315)};var g_06cbd4eb560fc3a4a4e0fd73846d4293 = new google.maps.Geocoder();g_06cbd4eb560fc3a4a4e0fd73846d4293.geocode( { 'address': "1001 E Lebanon Rd, Dover, DE 19901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-DE-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('dover-DE-mt-bank'), mapOptions);}document.getElementById('f39e3e22').innerHTML += ' | View Map';var $l06cbd4eb560fc3a4a4e0fd73846d4293 = '

M&T Bank

Address: 1001 E Lebanon Rd, Dover, DE 19901
Phone: (302) 735-2020
';var m_06cbd4eb560fc3a4a4e0fd73846d4293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_06cbd4eb560fc3a4a4e0fd73846d4293['infowindow'] = new google.maps.InfoWindow({content: $l06cbd4eb560fc3a4a4e0fd73846d4293});var infowindow = new google.maps.InfoWindow({content: $l06cbd4eb560fc3a4a4e0fd73846d4293});google.maps.event.addListener(m_06cbd4eb560fc3a4a4e0fd73846d4293, 'click', function() {infowindow.open(map,m_06cbd4eb560fc3a4a4e0fd73846d4293);});$marker.push(m_06cbd4eb560fc3a4a4e0fd73846d4293);}});var g_ba1af349f88b52016dbc2c238b58749a = new google.maps.Geocoder();g_ba1af349f88b52016dbc2c238b58749a.geocode( { 'address': "1001 Walker Rd, Dover, DE 19904"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-DE-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('dover-DE-mt-bank'), mapOptions);}document.getElementById('ea087edf').innerHTML += ' | View Map';var $lba1af349f88b52016dbc2c238b58749a = '

M&T Bank

Address: 1001 Walker Rd, Dover, DE 19904
Phone: (302) 735-2074
';var m_ba1af349f88b52016dbc2c238b58749a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_ba1af349f88b52016dbc2c238b58749a['infowindow'] = new google.maps.InfoWindow({content: $lba1af349f88b52016dbc2c238b58749a});var infowindow = new google.maps.InfoWindow({content: $lba1af349f88b52016dbc2c238b58749a});google.maps.event.addListener(m_ba1af349f88b52016dbc2c238b58749a, 'click', function() {infowindow.open(map,m_ba1af349f88b52016dbc2c238b58749a);});$marker.push(m_ba1af349f88b52016dbc2c238b58749a);}});}google.maps.event.addDomListener(window, 'load', initialize);