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.8038,-74.1175)};var g_5e080f85ee53e0705731461e7aa8d6c2 = new google.maps.Geocoder();g_5e080f85ee53e0705731461e7aa8d6c2.geocode( { 'address': "435 Lewandowski St, Lyndhurst, NJ 07071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyndhurst-NJ-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyndhurst-NJ-mt-bank'), mapOptions);}document.getElementById('3e11317f').innerHTML += ' | View Map';var $l5e080f85ee53e0705731461e7aa8d6c2 = '

M&T Bank

Address: 435 Lewandowski St, Lyndhurst, NJ 07071, USA
Phone: (201) 964-9462
';var m_5e080f85ee53e0705731461e7aa8d6c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_5e080f85ee53e0705731461e7aa8d6c2['infowindow'] = new google.maps.InfoWindow({content: $l5e080f85ee53e0705731461e7aa8d6c2});var infowindow = new google.maps.InfoWindow({content: $l5e080f85ee53e0705731461e7aa8d6c2});google.maps.event.addListener(m_5e080f85ee53e0705731461e7aa8d6c2, 'click', function() {infowindow.open(map,m_5e080f85ee53e0705731461e7aa8d6c2);});$marker.push(m_5e080f85ee53e0705731461e7aa8d6c2);}});}google.maps.event.addDomListener(window, 'load', initialize);