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(41.0297,-74.2338)};var g_2e405b15462930fe38bd7ab3ca37869b = new google.maps.Geocoder();g_2e405b15462930fe38bd7ab3ca37869b.geocode( { 'address': "379 Ramapo Valley Rd, Oakland, NJ 07436"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-NJ-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('oakland-NJ-hudson-city-savings-bank'), mapOptions);}document.getElementById('fd7dd600').innerHTML += ' | View Map';var $l2e405b15462930fe38bd7ab3ca37869b = '

Hudson City Savings Bank

Address: 379 Ramapo Valley Rd, Oakland, NJ 07436
Phone: (201) 337-0010
';var m_2e405b15462930fe38bd7ab3ca37869b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_2e405b15462930fe38bd7ab3ca37869b['infowindow'] = new google.maps.InfoWindow({content: $l2e405b15462930fe38bd7ab3ca37869b});var infowindow = new google.maps.InfoWindow({content: $l2e405b15462930fe38bd7ab3ca37869b});google.maps.event.addListener(m_2e405b15462930fe38bd7ab3ca37869b, 'click', function() {infowindow.open(map,m_2e405b15462930fe38bd7ab3ca37869b);});$marker.push(m_2e405b15462930fe38bd7ab3ca37869b);}});}google.maps.event.addDomListener(window, 'load', initialize);