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(28.0669,-82.3759)};var g_10fe8dc69a0964edc16fed1a1bd55716 = new google.maps.Geocoder();g_10fe8dc69a0964edc16fed1a1bd55716.geocode( { 'address': "13234 Telecom Dr, Tampa, FL 33637, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-greenleaf-financial-strategies-inc').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-greenleaf-financial-strategies-inc'), mapOptions);}document.getElementById('8e3afc14').innerHTML += ' | View Map';var $l10fe8dc69a0964edc16fed1a1bd55716 = '

Greenleaf Financial Strategies, Inc.

Address: 13234 Telecom Dr, Tampa, FL 33637, USA
Phone: (813) 964-3023
';var m_10fe8dc69a0964edc16fed1a1bd55716 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenleaf Financial Strategies, Inc.',});m_10fe8dc69a0964edc16fed1a1bd55716['infowindow'] = new google.maps.InfoWindow({content: $l10fe8dc69a0964edc16fed1a1bd55716});var infowindow = new google.maps.InfoWindow({content: $l10fe8dc69a0964edc16fed1a1bd55716});google.maps.event.addListener(m_10fe8dc69a0964edc16fed1a1bd55716, 'click', function() {infowindow.open(map,m_10fe8dc69a0964edc16fed1a1bd55716);});$marker.push(m_10fe8dc69a0964edc16fed1a1bd55716);}});}google.maps.event.addDomListener(window, 'load', initialize);