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.0011,-74.3567)};var g_c7f7887d16e914f653133202a621a32c = new google.maps.Geocoder();g_c7f7887d16e914f653133202a621a32c.geocode( { 'address': "1481 NJ-23, Butler, NJ 07405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butler-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('butler-NJ-valley-national-bank'), mapOptions);}document.getElementById('e599925f').innerHTML += ' | View Map';var $lc7f7887d16e914f653133202a621a32c = '

Valley National Bank

Address: 1481 NJ-23, Butler, NJ 07405, USA
Phone: (973) 838-8310
';var m_c7f7887d16e914f653133202a621a32c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_c7f7887d16e914f653133202a621a32c['infowindow'] = new google.maps.InfoWindow({content: $lc7f7887d16e914f653133202a621a32c});var infowindow = new google.maps.InfoWindow({content: $lc7f7887d16e914f653133202a621a32c});google.maps.event.addListener(m_c7f7887d16e914f653133202a621a32c, 'click', function() {infowindow.open(map,m_c7f7887d16e914f653133202a621a32c);});$marker.push(m_c7f7887d16e914f653133202a621a32c);}});}google.maps.event.addDomListener(window, 'load', initialize);