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.739,-73.6381)};var g_04829d6ebe10f840c4629732f8728f2c = new google.maps.Geocoder();g_04829d6ebe10f840c4629732f8728f2c.geocode( { 'address': "222 Old Country Rd, Mineola, NY 11501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mineola-NY-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mineola-NY-valley-national-bank'), mapOptions);}document.getElementById('bd542b02').innerHTML += ' | View Map';var $l04829d6ebe10f840c4629732f8728f2c = '

Valley National Bank

Address: 222 Old Country Rd, Mineola, NY 11501, USA
Phone: (516) 240-6381
';var m_04829d6ebe10f840c4629732f8728f2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_04829d6ebe10f840c4629732f8728f2c['infowindow'] = new google.maps.InfoWindow({content: $l04829d6ebe10f840c4629732f8728f2c});var infowindow = new google.maps.InfoWindow({content: $l04829d6ebe10f840c4629732f8728f2c});google.maps.event.addListener(m_04829d6ebe10f840c4629732f8728f2c, 'click', function() {infowindow.open(map,m_04829d6ebe10f840c4629732f8728f2c);});$marker.push(m_04829d6ebe10f840c4629732f8728f2c);}});}google.maps.event.addDomListener(window, 'load', initialize);