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.6742,-73.7091)};var g_8e354b1788d500aed84ab133c1c05a9b = new google.maps.Geocoder();g_8e354b1788d500aed84ab133c1c05a9b.geocode( { 'address': "127 E Merrick Rd, Valley Stream, NY 11580"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-stream-NY-first-national-bank-long-islnd').style.display = '';map = new google.maps.Map(document.getElementById('valley-stream-NY-first-national-bank-long-islnd'), mapOptions);}document.getElementById('489a7a2d').innerHTML += ' | View Map';var $l8e354b1788d500aed84ab133c1c05a9b = '

First National Bank-Long Islnd

Address: 127 E Merrick Rd, Valley Stream, NY 11580
Phone: (516) 825-0202
';var m_8e354b1788d500aed84ab133c1c05a9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Long Islnd',});m_8e354b1788d500aed84ab133c1c05a9b['infowindow'] = new google.maps.InfoWindow({content: $l8e354b1788d500aed84ab133c1c05a9b});var infowindow = new google.maps.InfoWindow({content: $l8e354b1788d500aed84ab133c1c05a9b});google.maps.event.addListener(m_8e354b1788d500aed84ab133c1c05a9b, 'click', function() {infowindow.open(map,m_8e354b1788d500aed84ab133c1c05a9b);});$marker.push(m_8e354b1788d500aed84ab133c1c05a9b);}});}google.maps.event.addDomListener(window, 'load', initialize);