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.9194,-75.4403)};var g_73c57a9ae26f3c981378b1c2960e2871 = new google.maps.Geocoder();g_73c57a9ae26f3c981378b1c2960e2871.geocode( { 'address': "673 Milford Harrington Hwy, Milford, DE 19963, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-DE-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('milford-DE-mt-bank'), mapOptions);}document.getElementById('3123922b').innerHTML += ' | View Map';var $l73c57a9ae26f3c981378b1c2960e2871 = '

M&T Bank

Address: 673 Milford Harrington Hwy, Milford, DE 19963, USA
Phone: (302) 855-2160
';var m_73c57a9ae26f3c981378b1c2960e2871 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_73c57a9ae26f3c981378b1c2960e2871['infowindow'] = new google.maps.InfoWindow({content: $l73c57a9ae26f3c981378b1c2960e2871});var infowindow = new google.maps.InfoWindow({content: $l73c57a9ae26f3c981378b1c2960e2871});google.maps.event.addListener(m_73c57a9ae26f3c981378b1c2960e2871, 'click', function() {infowindow.open(map,m_73c57a9ae26f3c981378b1c2960e2871);});$marker.push(m_73c57a9ae26f3c981378b1c2960e2871);}});}google.maps.event.addDomListener(window, 'load', initialize);