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(41.0577,-72.4157)};var g_27580af98cd9196210a71b02bf93a280 = new google.maps.Geocoder();g_27580af98cd9196210a71b02bf93a280.geocode( { 'address': "55335 Route 25, Southold, NY 11971"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southold-NY-american-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('southold-NY-american-community-bank'), mapOptions);}document.getElementById('a5648895').innerHTML += ' | View Map';var $l27580af98cd9196210a71b02bf93a280 = '

American Community Bank

Address: 55335 Route 25, Southold, NY 11971
Phone: (631) 765-8786
';var m_27580af98cd9196210a71b02bf93a280 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Community Bank',});m_27580af98cd9196210a71b02bf93a280['infowindow'] = new google.maps.InfoWindow({content: $l27580af98cd9196210a71b02bf93a280});var infowindow = new google.maps.InfoWindow({content: $l27580af98cd9196210a71b02bf93a280});google.maps.event.addListener(m_27580af98cd9196210a71b02bf93a280, 'click', function() {infowindow.open(map,m_27580af98cd9196210a71b02bf93a280);});$marker.push(m_27580af98cd9196210a71b02bf93a280);}});}google.maps.event.addDomListener(window, 'load', initialize);