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.7801,-74.668)};var g_11b5dc2fd2d5bcd601d478c716339c35 = new google.maps.Geocoder();g_11b5dc2fd2d5bcd601d478c716339c35.geocode( { 'address': "NJ-24, Chester, NJ 07930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chester-NJ-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('chester-NJ-hudson-city-savings-bank'), mapOptions);}document.getElementById('f1629fb4').innerHTML += ' | View Map';var $l11b5dc2fd2d5bcd601d478c716339c35 = '

Hudson City Savings Bank

Address: NJ-24, Chester, NJ 07930, USA
Phone:
';var m_11b5dc2fd2d5bcd601d478c716339c35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_11b5dc2fd2d5bcd601d478c716339c35['infowindow'] = new google.maps.InfoWindow({content: $l11b5dc2fd2d5bcd601d478c716339c35});var infowindow = new google.maps.InfoWindow({content: $l11b5dc2fd2d5bcd601d478c716339c35});google.maps.event.addListener(m_11b5dc2fd2d5bcd601d478c716339c35, 'click', function() {infowindow.open(map,m_11b5dc2fd2d5bcd601d478c716339c35);});$marker.push(m_11b5dc2fd2d5bcd601d478c716339c35);}});}google.maps.event.addDomListener(window, 'load', initialize);