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()};var g_784b2f7298d4084fb327911e3bbec42a = new google.maps.Geocoder();g_784b2f7298d4084fb327911e3bbec42a.geocode( { 'address': "5 Sicomac Rd, North Haledon, NJ 07508"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haledon-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-haledon-NJ-valley-national-bank'), mapOptions);}document.getElementById('89c02406').innerHTML += ' | View Map';var $l784b2f7298d4084fb327911e3bbec42a = '

Valley National Bank

Address: 5 Sicomac Rd, North Haledon, NJ 07508
Phone: (973) 427-9888
';var m_784b2f7298d4084fb327911e3bbec42a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_784b2f7298d4084fb327911e3bbec42a['infowindow'] = new google.maps.InfoWindow({content: $l784b2f7298d4084fb327911e3bbec42a});var infowindow = new google.maps.InfoWindow({content: $l784b2f7298d4084fb327911e3bbec42a});google.maps.event.addListener(m_784b2f7298d4084fb327911e3bbec42a, 'click', function() {infowindow.open(map,m_784b2f7298d4084fb327911e3bbec42a);});$marker.push(m_784b2f7298d4084fb327911e3bbec42a);}});}google.maps.event.addDomListener(window, 'load', initialize);