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.9951,-74.006)};var g_7acae73a9785da34b93772a1d956c95a = new google.maps.Geocoder();g_7acae73a9785da34b93772a1d956c95a.geocode( { 'address': "670 Westwood Ave, River Vale, NJ 07675, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('river-vale-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('river-vale-NJ-valley-national-bank'), mapOptions);}document.getElementById('ab69a514').innerHTML += ' | View Map';var $l7acae73a9785da34b93772a1d956c95a = '

Valley National Bank

Address: 670 Westwood Ave, River Vale, NJ 07675, USA
Phone: (201) 594-9650
';var m_7acae73a9785da34b93772a1d956c95a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_7acae73a9785da34b93772a1d956c95a['infowindow'] = new google.maps.InfoWindow({content: $l7acae73a9785da34b93772a1d956c95a});var infowindow = new google.maps.InfoWindow({content: $l7acae73a9785da34b93772a1d956c95a});google.maps.event.addListener(m_7acae73a9785da34b93772a1d956c95a, 'click', function() {infowindow.open(map,m_7acae73a9785da34b93772a1d956c95a);});$marker.push(m_7acae73a9785da34b93772a1d956c95a);}});}google.maps.event.addDomListener(window, 'load', initialize);