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.7546,-73.4205)};var g_512ba6448f63790387e2ad3d3bc630d0 = new google.maps.Geocoder();g_512ba6448f63790387e2ad3d3bc630d0.geocode( { 'address': "27 Smith St, Farmingdale, NY 11735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmingdale-NY-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('farmingdale-NY-valley-national-bank'), mapOptions);}document.getElementById('2a3a2c43').innerHTML += ' | View Map';var $l512ba6448f63790387e2ad3d3bc630d0 = '

Valley National Bank

Address: 27 Smith St, Farmingdale, NY 11735, USA
Phone: (631) 847-3900
';var m_512ba6448f63790387e2ad3d3bc630d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_512ba6448f63790387e2ad3d3bc630d0['infowindow'] = new google.maps.InfoWindow({content: $l512ba6448f63790387e2ad3d3bc630d0});var infowindow = new google.maps.InfoWindow({content: $l512ba6448f63790387e2ad3d3bc630d0});google.maps.event.addListener(m_512ba6448f63790387e2ad3d3bc630d0, 'click', function() {infowindow.open(map,m_512ba6448f63790387e2ad3d3bc630d0);});$marker.push(m_512ba6448f63790387e2ad3d3bc630d0);}});}google.maps.event.addDomListener(window, 'load', initialize);