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_0b06bd116e002b9bc2566e1f73cc95da = new google.maps.Geocoder();g_0b06bd116e002b9bc2566e1f73cc95da.geocode( { 'address': "1219 1st St, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-michael-t-doll-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-michael-t-doll-financial-advisor'), mapOptions);}document.getElementById('9407948e').innerHTML += ' | View Map';var $l0b06bd116e002b9bc2566e1f73cc95da = '

Michael T. Doll, Financial Advisor

Address: 1219 1st St, Sarasota, FL 34236
Phone: (941) 953-3222
';var m_0b06bd116e002b9bc2566e1f73cc95da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michael T. Doll, Financial Advisor',});m_0b06bd116e002b9bc2566e1f73cc95da['infowindow'] = new google.maps.InfoWindow({content: $l0b06bd116e002b9bc2566e1f73cc95da});var infowindow = new google.maps.InfoWindow({content: $l0b06bd116e002b9bc2566e1f73cc95da});google.maps.event.addListener(m_0b06bd116e002b9bc2566e1f73cc95da, 'click', function() {infowindow.open(map,m_0b06bd116e002b9bc2566e1f73cc95da);});$marker.push(m_0b06bd116e002b9bc2566e1f73cc95da);}});}google.maps.event.addDomListener(window, 'load', initialize);