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.752,-73.9945)};var g_24d510a6f87403bf5b83f64726c3fd90 = new google.maps.Geocoder();g_24d510a6f87403bf5b83f64726c3fd90.geocode( { 'address': "225 Broadway, New York, NY 10007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-first-national-bank-long-islnd').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-first-national-bank-long-islnd'), mapOptions);}document.getElementById('ceb421d4').innerHTML += ' | View Map';var $l24d510a6f87403bf5b83f64726c3fd90 = '

First National Bank-Long Islnd

Address: 225 Broadway, New York, NY 10007
Phone: (212) 693-1515
';var m_24d510a6f87403bf5b83f64726c3fd90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Long Islnd',});m_24d510a6f87403bf5b83f64726c3fd90['infowindow'] = new google.maps.InfoWindow({content: $l24d510a6f87403bf5b83f64726c3fd90});var infowindow = new google.maps.InfoWindow({content: $l24d510a6f87403bf5b83f64726c3fd90});google.maps.event.addListener(m_24d510a6f87403bf5b83f64726c3fd90, 'click', function() {infowindow.open(map,m_24d510a6f87403bf5b83f64726c3fd90);});$marker.push(m_24d510a6f87403bf5b83f64726c3fd90);}});}google.maps.event.addDomListener(window, 'load', initialize);