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.753,-73.9852)};var g_b149424bc3b633c6ffae64ff35ee48f9 = new google.maps.Geocoder();g_b149424bc3b633c6ffae64ff35ee48f9.geocode( { 'address': "1040 6th Ave, New York, NY 10018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-valley-national-banking').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-valley-national-banking'), mapOptions);}document.getElementById('33dd7620').innerHTML += ' | View Map';var $lb149424bc3b633c6ffae64ff35ee48f9 = '

Valley National Banking

Address: 1040 6th Ave, New York, NY 10018, USA
Phone: (212) 819-1682
';var m_b149424bc3b633c6ffae64ff35ee48f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Banking',});m_b149424bc3b633c6ffae64ff35ee48f9['infowindow'] = new google.maps.InfoWindow({content: $lb149424bc3b633c6ffae64ff35ee48f9});var infowindow = new google.maps.InfoWindow({content: $lb149424bc3b633c6ffae64ff35ee48f9});google.maps.event.addListener(m_b149424bc3b633c6ffae64ff35ee48f9, 'click', function() {infowindow.open(map,m_b149424bc3b633c6ffae64ff35ee48f9);});$marker.push(m_b149424bc3b633c6ffae64ff35ee48f9);}});}google.maps.event.addDomListener(window, 'load', initialize);