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.8169,-73.211)};var g_008bf13a8f7be64451ccbe21fb672c96 = new google.maps.Geocoder();g_008bf13a8f7be64451ccbe21fb672c96.geocode( { 'address': "740 Veterans Hwy, Hauppauge, NY 11788"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hauppauge-NY-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hauppauge-NY-valley-national-bank'), mapOptions);}document.getElementById('dead9a3f').innerHTML += ' | View Map';var $l008bf13a8f7be64451ccbe21fb672c96 = '

Valley National Bank

Address: 740 Veterans Hwy, Hauppauge, NY 11788
Phone: (631) 979-0700
';var m_008bf13a8f7be64451ccbe21fb672c96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_008bf13a8f7be64451ccbe21fb672c96['infowindow'] = new google.maps.InfoWindow({content: $l008bf13a8f7be64451ccbe21fb672c96});var infowindow = new google.maps.InfoWindow({content: $l008bf13a8f7be64451ccbe21fb672c96});google.maps.event.addListener(m_008bf13a8f7be64451ccbe21fb672c96, 'click', function() {infowindow.open(map,m_008bf13a8f7be64451ccbe21fb672c96);});$marker.push(m_008bf13a8f7be64451ccbe21fb672c96);}});}google.maps.event.addDomListener(window, 'load', initialize);