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.8691,-73.4093)};var g_4240e979686307795e309a97931464cb = new google.maps.Geocoder();g_4240e979686307795e309a97931464cb.geocode( { 'address': "253 New York Ave, Huntington, NY 11743"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-NY-first-national-bank-of-long-island-the').style.display = '';map = new google.maps.Map(document.getElementById('huntington-NY-first-national-bank-of-long-island-the'), mapOptions);}document.getElementById('b911c8be').innerHTML += ' | View Map';var $l4240e979686307795e309a97931464cb = '

First National Bank of Long Island the

Address: 253 New York Ave, Huntington, NY 11743
Phone: (212) 227-7100
';var m_4240e979686307795e309a97931464cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Long Island the',});m_4240e979686307795e309a97931464cb['infowindow'] = new google.maps.InfoWindow({content: $l4240e979686307795e309a97931464cb});var infowindow = new google.maps.InfoWindow({content: $l4240e979686307795e309a97931464cb});google.maps.event.addListener(m_4240e979686307795e309a97931464cb, 'click', function() {infowindow.open(map,m_4240e979686307795e309a97931464cb);});$marker.push(m_4240e979686307795e309a97931464cb);}});}google.maps.event.addDomListener(window, 'load', initialize);