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.5934,-73.581)};var g_7180ee78abc8c4401d89f708582062e4 = new google.maps.Geocoder();g_7180ee78abc8c4401d89f708582062e4.geocode( { 'address': "26A Lido Blvd, Point Lookout, NY 11569"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('point-lookout-NY-first-national-bank-long-islnd').style.display = '';map = new google.maps.Map(document.getElementById('point-lookout-NY-first-national-bank-long-islnd'), mapOptions);}document.getElementById('cccc0427').innerHTML += ' | View Map';var $l7180ee78abc8c4401d89f708582062e4 = '

First National Bank-Long Islnd

Address: 26A Lido Blvd, Point Lookout, NY 11569
Phone: (516) 431-3144
';var m_7180ee78abc8c4401d89f708582062e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Long Islnd',});m_7180ee78abc8c4401d89f708582062e4['infowindow'] = new google.maps.InfoWindow({content: $l7180ee78abc8c4401d89f708582062e4});var infowindow = new google.maps.InfoWindow({content: $l7180ee78abc8c4401d89f708582062e4});google.maps.event.addListener(m_7180ee78abc8c4401d89f708582062e4, 'click', function() {infowindow.open(map,m_7180ee78abc8c4401d89f708582062e4);});$marker.push(m_7180ee78abc8c4401d89f708582062e4);}});}google.maps.event.addDomListener(window, 'load', initialize);