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.6013,-74.4786)};var g_fa2246fa0fdf0d3e270c86767b77ba1b = new google.maps.Geocoder();g_fa2246fa0fdf0d3e270c86767b77ba1b.geocode( { 'address': "51 U.S. 22, Dunellen, NJ 08812"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunellen-NJ-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('dunellen-NJ-hudson-city-savings-bank'), mapOptions);}document.getElementById('3cd04fa3').innerHTML += ' | View Map';var $lfa2246fa0fdf0d3e270c86767b77ba1b = '

Hudson City Savings Bank

Address: 51 U.S. 22, Dunellen, NJ 08812
Phone: (732) 424-1029
';var m_fa2246fa0fdf0d3e270c86767b77ba1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_fa2246fa0fdf0d3e270c86767b77ba1b['infowindow'] = new google.maps.InfoWindow({content: $lfa2246fa0fdf0d3e270c86767b77ba1b});var infowindow = new google.maps.InfoWindow({content: $lfa2246fa0fdf0d3e270c86767b77ba1b});google.maps.event.addListener(m_fa2246fa0fdf0d3e270c86767b77ba1b, 'click', function() {infowindow.open(map,m_fa2246fa0fdf0d3e270c86767b77ba1b);});$marker.push(m_fa2246fa0fdf0d3e270c86767b77ba1b);}});}google.maps.event.addDomListener(window, 'load', initialize);