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.8502,-74.229)};var g_91e2ca1e741df099d1914784d25a4715 = new google.maps.Geocoder();g_91e2ca1e741df099d1914784d25a4715.geocode( { 'address': "491 Pompton Ave, Cedar Grove, NJ 07009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-grove-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cedar-grove-NJ-valley-national-bank'), mapOptions);}document.getElementById('42cd3c0f').innerHTML += ' | View Map';var $l91e2ca1e741df099d1914784d25a4715 = '

Valley National Bank

Address: 491 Pompton Ave, Cedar Grove, NJ 07009, USA
Phone: (973) 857-4636
';var m_91e2ca1e741df099d1914784d25a4715 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_91e2ca1e741df099d1914784d25a4715['infowindow'] = new google.maps.InfoWindow({content: $l91e2ca1e741df099d1914784d25a4715});var infowindow = new google.maps.InfoWindow({content: $l91e2ca1e741df099d1914784d25a4715});google.maps.event.addListener(m_91e2ca1e741df099d1914784d25a4715, 'click', function() {infowindow.open(map,m_91e2ca1e741df099d1914784d25a4715);});$marker.push(m_91e2ca1e741df099d1914784d25a4715);}});}google.maps.event.addDomListener(window, 'load', initialize);