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.3371,-82.5394)};var g_6e4d9cf7b5bcb9d74772fd42206037ab = new google.maps.Geocoder();g_6e4d9cf7b5bcb9d74772fd42206037ab.geocode( { 'address': "1558 1st St, Sarasota, FL 34236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-sarasota-municipal-employee-cu').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-sarasota-municipal-employee-cu'), mapOptions);}document.getElementById('42c8e81a').innerHTML += ' | View Map';var $l6e4d9cf7b5bcb9d74772fd42206037ab = '

Sarasota Municipal Employee Cu

Address: 1558 1st St, Sarasota, FL 34236, USA
Phone: (941) 953-6744
';var m_6e4d9cf7b5bcb9d74772fd42206037ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sarasota Municipal Employee Cu',});m_6e4d9cf7b5bcb9d74772fd42206037ab['infowindow'] = new google.maps.InfoWindow({content: $l6e4d9cf7b5bcb9d74772fd42206037ab});var infowindow = new google.maps.InfoWindow({content: $l6e4d9cf7b5bcb9d74772fd42206037ab});google.maps.event.addListener(m_6e4d9cf7b5bcb9d74772fd42206037ab, 'click', function() {infowindow.open(map,m_6e4d9cf7b5bcb9d74772fd42206037ab);});$marker.push(m_6e4d9cf7b5bcb9d74772fd42206037ab);}});}google.maps.event.addDomListener(window, 'load', initialize);