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.9996,-74.0384)};var g_bfd425d04dfb1c2406baed7edc5943ff = new google.maps.Geocoder();g_bfd425d04dfb1c2406baed7edc5943ff.geocode( { 'address': "24 Broadway, Hillsdale, NJ 07642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsdale-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hillsdale-NJ-valley-national-bank'), mapOptions);}document.getElementById('ec17b439').innerHTML += ' | View Map';var $lbfd425d04dfb1c2406baed7edc5943ff = '

Valley National Bank

Address: 24 Broadway, Hillsdale, NJ 07642, USA
Phone: (201) 666-4600
';var m_bfd425d04dfb1c2406baed7edc5943ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_bfd425d04dfb1c2406baed7edc5943ff['infowindow'] = new google.maps.InfoWindow({content: $lbfd425d04dfb1c2406baed7edc5943ff});var infowindow = new google.maps.InfoWindow({content: $lbfd425d04dfb1c2406baed7edc5943ff});google.maps.event.addListener(m_bfd425d04dfb1c2406baed7edc5943ff, 'click', function() {infowindow.open(map,m_bfd425d04dfb1c2406baed7edc5943ff);});$marker.push(m_bfd425d04dfb1c2406baed7edc5943ff);}});}google.maps.event.addDomListener(window, 'load', initialize);