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.6648,-74.1172)};var g_b937958e1e97402d2dfc7002ad0552e4 = new google.maps.Geocoder();g_b937958e1e97402d2dfc7002ad0552e4.geocode( { 'address': "522 Broadway, Bayonne, NJ 07002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bayonne-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bayonne-NJ-valley-national-bank'), mapOptions);}document.getElementById('0ff146c9').innerHTML += ' | View Map';var $lb937958e1e97402d2dfc7002ad0552e4 = '

Valley National Bank

Address: 522 Broadway, Bayonne, NJ 07002, USA
Phone: (201) 339-7556
';var m_b937958e1e97402d2dfc7002ad0552e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_b937958e1e97402d2dfc7002ad0552e4['infowindow'] = new google.maps.InfoWindow({content: $lb937958e1e97402d2dfc7002ad0552e4});var infowindow = new google.maps.InfoWindow({content: $lb937958e1e97402d2dfc7002ad0552e4});google.maps.event.addListener(m_b937958e1e97402d2dfc7002ad0552e4, 'click', function() {infowindow.open(map,m_b937958e1e97402d2dfc7002ad0552e4);});$marker.push(m_b937958e1e97402d2dfc7002ad0552e4);}});}google.maps.event.addDomListener(window, 'load', initialize);