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(41.0422,-74.8028)};var g_c4fa7aecedac73641320d24d5bf3bf38 = new google.maps.Geocoder();g_c4fa7aecedac73641320d24d5bf3bf38.geocode( { 'address': "386 NJ-94, Newton, NJ 07860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('newton-NJ-valley-national-bank'), mapOptions);}document.getElementById('6ea659e7').innerHTML += ' | View Map';var $lc4fa7aecedac73641320d24d5bf3bf38 = '

Valley National Bank

Address: 386 NJ-94, Newton, NJ 07860, USA
Phone: (973) 383-6688
';var m_c4fa7aecedac73641320d24d5bf3bf38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_c4fa7aecedac73641320d24d5bf3bf38['infowindow'] = new google.maps.InfoWindow({content: $lc4fa7aecedac73641320d24d5bf3bf38});var infowindow = new google.maps.InfoWindow({content: $lc4fa7aecedac73641320d24d5bf3bf38});google.maps.event.addListener(m_c4fa7aecedac73641320d24d5bf3bf38, 'click', function() {infowindow.open(map,m_c4fa7aecedac73641320d24d5bf3bf38);});$marker.push(m_c4fa7aecedac73641320d24d5bf3bf38);}});}google.maps.event.addDomListener(window, 'load', initialize);