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.464,-74.2758)};var g_3d6506f8e91b91b051c8f1d956c4429f = new google.maps.Geocoder();g_3d6506f8e91b91b051c8f1d956c4429f.geocode( { 'address': "600 Washington Ave, South Amboy, NJ 08879"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-amboy-NJ-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-amboy-NJ-mt-bank'), mapOptions);}document.getElementById('151fb824').innerHTML += ' | View Map';var $l3d6506f8e91b91b051c8f1d956c4429f = '

M&T Bank

Address: 600 Washington Ave, South Amboy, NJ 08879
Phone: (732) 721-1300
';var m_3d6506f8e91b91b051c8f1d956c4429f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_3d6506f8e91b91b051c8f1d956c4429f['infowindow'] = new google.maps.InfoWindow({content: $l3d6506f8e91b91b051c8f1d956c4429f});var infowindow = new google.maps.InfoWindow({content: $l3d6506f8e91b91b051c8f1d956c4429f});google.maps.event.addListener(m_3d6506f8e91b91b051c8f1d956c4429f, 'click', function() {infowindow.open(map,m_3d6506f8e91b91b051c8f1d956c4429f);});$marker.push(m_3d6506f8e91b91b051c8f1d956c4429f);}});}google.maps.event.addDomListener(window, 'load', initialize);