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.4193,-74.5501)};var g_c12437a105d67a1e5fc09827346e2b49 = new google.maps.Geocoder();g_c12437a105d67a1e5fc09827346e2b49.geocode( { 'address': "3562 State Route 27, Kendall Park, NJ 08824"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kendall-park-NJ-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('kendall-park-NJ-hudson-city-savings-bank'), mapOptions);}document.getElementById('b0b0fb89').innerHTML += ' | View Map';var $lc12437a105d67a1e5fc09827346e2b49 = '

Hudson City Savings Bank

Address: 3562 State Route 27, Kendall Park, NJ 08824
Phone: (732) 297-0743
';var m_c12437a105d67a1e5fc09827346e2b49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_c12437a105d67a1e5fc09827346e2b49['infowindow'] = new google.maps.InfoWindow({content: $lc12437a105d67a1e5fc09827346e2b49});var infowindow = new google.maps.InfoWindow({content: $lc12437a105d67a1e5fc09827346e2b49});google.maps.event.addListener(m_c12437a105d67a1e5fc09827346e2b49, 'click', function() {infowindow.open(map,m_c12437a105d67a1e5fc09827346e2b49);});$marker.push(m_c12437a105d67a1e5fc09827346e2b49);}});}google.maps.event.addDomListener(window, 'load', initialize);