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(27.3536,-82.4866)};var g_7ffca27b3dc882bb8823f516550de1a6 = new google.maps.Geocoder();g_7ffca27b3dc882bb8823f516550de1a6.geocode( { 'address': "1999 Main St, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-seaside-national-bank-sarasota').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-seaside-national-bank-sarasota'), mapOptions);}document.getElementById('3c8426cc').innerHTML += ' | View Map';var $l7ffca27b3dc882bb8823f516550de1a6 = '

Seaside National Bank - Sarasota

Address: 1999 Main St, Sarasota, FL 34236
Phone: (941) 487-1010
';var m_7ffca27b3dc882bb8823f516550de1a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seaside National Bank - Sarasota',});m_7ffca27b3dc882bb8823f516550de1a6['infowindow'] = new google.maps.InfoWindow({content: $l7ffca27b3dc882bb8823f516550de1a6});var infowindow = new google.maps.InfoWindow({content: $l7ffca27b3dc882bb8823f516550de1a6});google.maps.event.addListener(m_7ffca27b3dc882bb8823f516550de1a6, 'click', function() {infowindow.open(map,m_7ffca27b3dc882bb8823f516550de1a6);});$marker.push(m_7ffca27b3dc882bb8823f516550de1a6);}});}google.maps.event.addDomListener(window, 'load', initialize);