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.7609,-74.1594)};var g_5d61a8e4b4dcd6d0c98a238fbc392eea = new google.maps.Geocoder();g_5d61a8e4b4dcd6d0c98a238fbc392eea.geocode( { 'address': "216 Passaic Ave, Kearny, NJ 07032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kearny-NJ-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('kearny-NJ-mt-bank'), mapOptions);}document.getElementById('eb58248e').innerHTML += ' | View Map';var $l5d61a8e4b4dcd6d0c98a238fbc392eea = '

M&T Bank

Address: 216 Passaic Ave, Kearny, NJ 07032, USA
Phone: (201) 997-8772
';var m_5d61a8e4b4dcd6d0c98a238fbc392eea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_5d61a8e4b4dcd6d0c98a238fbc392eea['infowindow'] = new google.maps.InfoWindow({content: $l5d61a8e4b4dcd6d0c98a238fbc392eea});var infowindow = new google.maps.InfoWindow({content: $l5d61a8e4b4dcd6d0c98a238fbc392eea});google.maps.event.addListener(m_5d61a8e4b4dcd6d0c98a238fbc392eea, 'click', function() {infowindow.open(map,m_5d61a8e4b4dcd6d0c98a238fbc392eea);});$marker.push(m_5d61a8e4b4dcd6d0c98a238fbc392eea);}});}google.maps.event.addDomListener(window, 'load', initialize);