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.65,-74.3959)};var g_713c78d5539e0350361c2d6c1abe36e8 = new google.maps.Geocoder();g_713c78d5539e0350361c2d6c1abe36e8.geocode( { 'address': "1922 Westfield Ave, Scotch Plains, NJ 07076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotch-plains-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('scotch-plains-NJ-valley-national-bank'), mapOptions);}document.getElementById('98d1ed61').innerHTML += ' | View Map';var $l713c78d5539e0350361c2d6c1abe36e8 = '

Valley National Bank

Address: 1922 Westfield Ave, Scotch Plains, NJ 07076, USA
Phone: (908) 490-0742
';var m_713c78d5539e0350361c2d6c1abe36e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_713c78d5539e0350361c2d6c1abe36e8['infowindow'] = new google.maps.InfoWindow({content: $l713c78d5539e0350361c2d6c1abe36e8});var infowindow = new google.maps.InfoWindow({content: $l713c78d5539e0350361c2d6c1abe36e8});google.maps.event.addListener(m_713c78d5539e0350361c2d6c1abe36e8, 'click', function() {infowindow.open(map,m_713c78d5539e0350361c2d6c1abe36e8);});$marker.push(m_713c78d5539e0350361c2d6c1abe36e8);}});}google.maps.event.addDomListener(window, 'load', initialize);