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.0245,-74.0603)};var g_210ece8308a3469be96696bec61b3860 = new google.maps.Geocoder();g_210ece8308a3469be96696bec61b3860.geocode( { 'address': "585 Chestnut Ridge Rd, Woodcliff Lake, NJ 07677"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodcliff-lake-NJ-bank-of-new-jersey').style.display = '';map = new google.maps.Map(document.getElementById('woodcliff-lake-NJ-bank-of-new-jersey'), mapOptions);}document.getElementById('004ce196').innerHTML += ' | View Map';var $l210ece8308a3469be96696bec61b3860 = '

Bank Of New Jersey

Address: 585 Chestnut Ridge Rd, Woodcliff Lake, NJ 07677
Phone: (201) 505-9300
';var m_210ece8308a3469be96696bec61b3860 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of New Jersey',});m_210ece8308a3469be96696bec61b3860['infowindow'] = new google.maps.InfoWindow({content: $l210ece8308a3469be96696bec61b3860});var infowindow = new google.maps.InfoWindow({content: $l210ece8308a3469be96696bec61b3860});google.maps.event.addListener(m_210ece8308a3469be96696bec61b3860, 'click', function() {infowindow.open(map,m_210ece8308a3469be96696bec61b3860);});$marker.push(m_210ece8308a3469be96696bec61b3860);}});}google.maps.event.addDomListener(window, 'load', initialize);