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(26.7379,-80.9415)};var g_9c7cc2cde1939666d314378b18857721 = new google.maps.Geocoder();g_9c7cc2cde1939666d314378b18857721.geocode( { 'address': "300 S Berner Rd, Clewiston, FL 33440"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clewiston-FL-seacoast-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('clewiston-FL-seacoast-national-bank'), mapOptions);}document.getElementById('0613ccaa').innerHTML += ' | View Map';var $l9c7cc2cde1939666d314378b18857721 = '

Seacoast National Bank

Address: 300 S Berner Rd, Clewiston, FL 33440
Phone: (863) 983-9113
';var m_9c7cc2cde1939666d314378b18857721 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seacoast National Bank',});m_9c7cc2cde1939666d314378b18857721['infowindow'] = new google.maps.InfoWindow({content: $l9c7cc2cde1939666d314378b18857721});var infowindow = new google.maps.InfoWindow({content: $l9c7cc2cde1939666d314378b18857721});google.maps.event.addListener(m_9c7cc2cde1939666d314378b18857721, 'click', function() {infowindow.open(map,m_9c7cc2cde1939666d314378b18857721);});$marker.push(m_9c7cc2cde1939666d314378b18857721);}});}google.maps.event.addDomListener(window, 'load', initialize);