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_4b4488c37e50aa0def88955d197203c6 = new google.maps.Geocoder();g_4b4488c37e50aa0def88955d197203c6.geocode( { 'address': "8181 S Tamiami Trl, Sarasota, FL 34231"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-rmd-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-rmd-financial-group'), mapOptions);}document.getElementById('f720de6c').innerHTML += ' | View Map';var $l4b4488c37e50aa0def88955d197203c6 = '

RMD Financial Group

Address: 8181 S Tamiami Trl, Sarasota, FL 34231
Phone: (941) 925-0732
';var m_4b4488c37e50aa0def88955d197203c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RMD Financial Group',});m_4b4488c37e50aa0def88955d197203c6['infowindow'] = new google.maps.InfoWindow({content: $l4b4488c37e50aa0def88955d197203c6});var infowindow = new google.maps.InfoWindow({content: $l4b4488c37e50aa0def88955d197203c6});google.maps.event.addListener(m_4b4488c37e50aa0def88955d197203c6, 'click', function() {infowindow.open(map,m_4b4488c37e50aa0def88955d197203c6);});$marker.push(m_4b4488c37e50aa0def88955d197203c6);}});}google.maps.event.addDomListener(window, 'load', initialize);