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(41.0097,-74.1636)};var g_488dcb2cce461c015f8503f74c92c087 = new google.maps.Geocoder();g_488dcb2cce461c015f8503f74c92c087.geocode( { 'address': "261 Godwin Ave, Wyckoff, NJ 07481, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wyckoff-NJ-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('wyckoff-NJ-mt-bank'), mapOptions);}document.getElementById('64038023').innerHTML += ' | View Map';var $l488dcb2cce461c015f8503f74c92c087 = '

M&T Bank

Address: 261 Godwin Ave, Wyckoff, NJ 07481, USA
Phone: (201) 891-5700
';var m_488dcb2cce461c015f8503f74c92c087 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_488dcb2cce461c015f8503f74c92c087['infowindow'] = new google.maps.InfoWindow({content: $l488dcb2cce461c015f8503f74c92c087});var infowindow = new google.maps.InfoWindow({content: $l488dcb2cce461c015f8503f74c92c087});google.maps.event.addListener(m_488dcb2cce461c015f8503f74c92c087, 'click', function() {infowindow.open(map,m_488dcb2cce461c015f8503f74c92c087);});$marker.push(m_488dcb2cce461c015f8503f74c92c087);}});}google.maps.event.addDomListener(window, 'load', initialize);