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.6939,-74.2288)};var g_2c3339f366a420eb04c6b6c21b7746bf = new google.maps.Geocoder();g_2c3339f366a420eb04c6b6c21b7746bf.geocode( { 'address': "1300 Liberty Ave, Hillside, NJ 07205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillside-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hillside-NJ-valley-national-bank'), mapOptions);}document.getElementById('cbee7d6d').innerHTML += ' | View Map';var $l2c3339f366a420eb04c6b6c21b7746bf = '

Valley National Bank

Address: 1300 Liberty Ave, Hillside, NJ 07205
Phone: (908) 810-1900
';var m_2c3339f366a420eb04c6b6c21b7746bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_2c3339f366a420eb04c6b6c21b7746bf['infowindow'] = new google.maps.InfoWindow({content: $l2c3339f366a420eb04c6b6c21b7746bf});var infowindow = new google.maps.InfoWindow({content: $l2c3339f366a420eb04c6b6c21b7746bf});google.maps.event.addListener(m_2c3339f366a420eb04c6b6c21b7746bf, 'click', function() {infowindow.open(map,m_2c3339f366a420eb04c6b6c21b7746bf);});$marker.push(m_2c3339f366a420eb04c6b6c21b7746bf);}});}google.maps.event.addDomListener(window, 'load', initialize);