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.7982,-73.0763)};var g_c2411c0857a5002c42d2b16457deba2f = new google.maps.Geocoder();g_c2411c0857a5002c42d2b16457deba2f.geocode( { 'address': "4400 Veterans Memorial Hwy, Holbrook, NY 11741"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holbrook-NY-state-bank-of-long-island').style.display = '';map = new google.maps.Map(document.getElementById('holbrook-NY-state-bank-of-long-island'), mapOptions);}document.getElementById('16c4fefb').innerHTML += ' | View Map';var $lc2411c0857a5002c42d2b16457deba2f = '

State Bank of Long Island

Address: 4400 Veterans Memorial Hwy, Holbrook, NY 11741
Phone: (631) 630-0500
';var m_c2411c0857a5002c42d2b16457deba2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Long Island',});m_c2411c0857a5002c42d2b16457deba2f['infowindow'] = new google.maps.InfoWindow({content: $lc2411c0857a5002c42d2b16457deba2f});var infowindow = new google.maps.InfoWindow({content: $lc2411c0857a5002c42d2b16457deba2f});google.maps.event.addListener(m_c2411c0857a5002c42d2b16457deba2f, 'click', function() {infowindow.open(map,m_c2411c0857a5002c42d2b16457deba2f);});$marker.push(m_c2411c0857a5002c42d2b16457deba2f);}});}google.maps.event.addDomListener(window, 'load', initialize);