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.8794,-74.1095)};var g_82a076828147dd75c98dc1f33d44c8ba = new google.maps.Geocoder();g_82a076828147dd75c98dc1f33d44c8ba.geocode( { 'address': "45 Outwater Ln, Garfield, NJ 07026"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garfield-NJ-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('garfield-NJ-hudson-city-savings-bank'), mapOptions);}document.getElementById('46f5e8b4').innerHTML += ' | View Map';var $l82a076828147dd75c98dc1f33d44c8ba = '

Hudson City Savings Bank

Address: 45 Outwater Ln, Garfield, NJ 07026
Phone: (973) 772-2054
';var m_82a076828147dd75c98dc1f33d44c8ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_82a076828147dd75c98dc1f33d44c8ba['infowindow'] = new google.maps.InfoWindow({content: $l82a076828147dd75c98dc1f33d44c8ba});var infowindow = new google.maps.InfoWindow({content: $l82a076828147dd75c98dc1f33d44c8ba});google.maps.event.addListener(m_82a076828147dd75c98dc1f33d44c8ba, 'click', function() {infowindow.open(map,m_82a076828147dd75c98dc1f33d44c8ba);});$marker.push(m_82a076828147dd75c98dc1f33d44c8ba);}});}google.maps.event.addDomListener(window, 'load', initialize);