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()};var g_8cad7770bea867c44a6cd63bae19903d = new google.maps.Geocoder();g_8cad7770bea867c44a6cd63bae19903d.geocode( { 'address': "2100 Route 70, Manchester, NJ 08759"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NJ-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NJ-hudson-city-savings-bank'), mapOptions);}document.getElementById('5eef2565').innerHTML += ' | View Map';var $l8cad7770bea867c44a6cd63bae19903d = '

Hudson City Savings Bank

Address: 2100 Route 70, Manchester, NJ 08759
Phone: (732) 657-4343
';var m_8cad7770bea867c44a6cd63bae19903d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_8cad7770bea867c44a6cd63bae19903d['infowindow'] = new google.maps.InfoWindow({content: $l8cad7770bea867c44a6cd63bae19903d});var infowindow = new google.maps.InfoWindow({content: $l8cad7770bea867c44a6cd63bae19903d});google.maps.event.addListener(m_8cad7770bea867c44a6cd63bae19903d, 'click', function() {infowindow.open(map,m_8cad7770bea867c44a6cd63bae19903d);});$marker.push(m_8cad7770bea867c44a6cd63bae19903d);}});}google.maps.event.addDomListener(window, 'load', initialize);