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.8811,-74.117)};var g_537c11826720d96c6a250fcd1c3e104f = new google.maps.Geocoder();g_537c11826720d96c6a250fcd1c3e104f.geocode( { 'address': "45 Outwater Ln, Garfield, NJ 07026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garfield-NJ-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('garfield-NJ-mt-bank'), mapOptions);}document.getElementById('15814143').innerHTML += ' | View Map';var $l537c11826720d96c6a250fcd1c3e104f = '

M&T Bank

Address: 45 Outwater Ln, Garfield, NJ 07026, USA
Phone: (973) 772-2054
';var m_537c11826720d96c6a250fcd1c3e104f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_537c11826720d96c6a250fcd1c3e104f['infowindow'] = new google.maps.InfoWindow({content: $l537c11826720d96c6a250fcd1c3e104f});var infowindow = new google.maps.InfoWindow({content: $l537c11826720d96c6a250fcd1c3e104f});google.maps.event.addListener(m_537c11826720d96c6a250fcd1c3e104f, 'click', function() {infowindow.open(map,m_537c11826720d96c6a250fcd1c3e104f);});$marker.push(m_537c11826720d96c6a250fcd1c3e104f);}});}google.maps.event.addDomListener(window, 'load', initialize);