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(40.9101,-73.7967)};var g_cdd7da5c0696e931cef4d22f7b0cb58c = new google.maps.Geocoder();g_cdd7da5c0696e931cef4d22f7b0cb58c.geocode( { 'address': "88 4th St, New Rochelle, NY 10801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-rochelle-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-rochelle-NY-mt-bank'), mapOptions);}document.getElementById('71a93dd8').innerHTML += ' | View Map';var $lcdd7da5c0696e931cef4d22f7b0cb58c = '

M&T Bank

Address: 88 4th St, New Rochelle, NY 10801, USA
Phone: (914) 633-0345
';var m_cdd7da5c0696e931cef4d22f7b0cb58c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_cdd7da5c0696e931cef4d22f7b0cb58c['infowindow'] = new google.maps.InfoWindow({content: $lcdd7da5c0696e931cef4d22f7b0cb58c});var infowindow = new google.maps.InfoWindow({content: $lcdd7da5c0696e931cef4d22f7b0cb58c});google.maps.event.addListener(m_cdd7da5c0696e931cef4d22f7b0cb58c, 'click', function() {infowindow.open(map,m_cdd7da5c0696e931cef4d22f7b0cb58c);});$marker.push(m_cdd7da5c0696e931cef4d22f7b0cb58c);}});}google.maps.event.addDomListener(window, 'load', initialize);