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.645,-74.3348)};var g_be32448ab20f5d740508678d397cfa9b = new google.maps.Geocoder();g_be32448ab20f5d740508678d397cfa9b.geocode( { 'address': "801 Central Ave, Westfield, NJ 07090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('westfield-NJ-valley-national-bank'), mapOptions);}document.getElementById('17037050').innerHTML += ' | View Map';var $lbe32448ab20f5d740508678d397cfa9b = '

Valley National Bank

Address: 801 Central Ave, Westfield, NJ 07090, USA
Phone: (908) 654-9222
';var m_be32448ab20f5d740508678d397cfa9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_be32448ab20f5d740508678d397cfa9b['infowindow'] = new google.maps.InfoWindow({content: $lbe32448ab20f5d740508678d397cfa9b});var infowindow = new google.maps.InfoWindow({content: $lbe32448ab20f5d740508678d397cfa9b});google.maps.event.addListener(m_be32448ab20f5d740508678d397cfa9b, 'click', function() {infowindow.open(map,m_be32448ab20f5d740508678d397cfa9b);});$marker.push(m_be32448ab20f5d740508678d397cfa9b);}});}google.maps.event.addDomListener(window, 'load', initialize);