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.7702,-73.1124)};var g_6642c3aa4d190ba07f671b296f8d12f0 = new google.maps.Geocoder();g_6642c3aa4d190ba07f671b296f8d12f0.geocode( { 'address': "30 Orville Dr, Bohemia, NY 11716"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bohemia-NY-first-national-bank-long-islnd').style.display = '';map = new google.maps.Map(document.getElementById('bohemia-NY-first-national-bank-long-islnd'), mapOptions);}document.getElementById('cb8ec7c6').innerHTML += ' | View Map';var $l6642c3aa4d190ba07f671b296f8d12f0 = '

First National Bank-Long Islnd

Address: 30 Orville Dr, Bohemia, NY 11716
Phone: (631) 218-2500
';var m_6642c3aa4d190ba07f671b296f8d12f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Long Islnd',});m_6642c3aa4d190ba07f671b296f8d12f0['infowindow'] = new google.maps.InfoWindow({content: $l6642c3aa4d190ba07f671b296f8d12f0});var infowindow = new google.maps.InfoWindow({content: $l6642c3aa4d190ba07f671b296f8d12f0});google.maps.event.addListener(m_6642c3aa4d190ba07f671b296f8d12f0, 'click', function() {infowindow.open(map,m_6642c3aa4d190ba07f671b296f8d12f0);});$marker.push(m_6642c3aa4d190ba07f671b296f8d12f0);}});}google.maps.event.addDomListener(window, 'load', initialize);