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_893aaee92435e8152c367aa0da2e2209 = new google.maps.Geocoder();g_893aaee92435e8152c367aa0da2e2209.geocode( { 'address': "2831 Ringling Blvd, Sarasota, FL 34237"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-steve-griffin-cfp').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-steve-griffin-cfp'), mapOptions);}document.getElementById('4fbf98b3').innerHTML += ' | View Map';var $l893aaee92435e8152c367aa0da2e2209 = '

Steve Griffin CFP

Address: 2831 Ringling Blvd, Sarasota, FL 34237
Phone: (941) 957-1515
';var m_893aaee92435e8152c367aa0da2e2209 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steve Griffin CFP',});m_893aaee92435e8152c367aa0da2e2209['infowindow'] = new google.maps.InfoWindow({content: $l893aaee92435e8152c367aa0da2e2209});var infowindow = new google.maps.InfoWindow({content: $l893aaee92435e8152c367aa0da2e2209});google.maps.event.addListener(m_893aaee92435e8152c367aa0da2e2209, 'click', function() {infowindow.open(map,m_893aaee92435e8152c367aa0da2e2209);});$marker.push(m_893aaee92435e8152c367aa0da2e2209);}});}google.maps.event.addDomListener(window, 'load', initialize);