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.9886,-82.3397)};var g_264b04062f16e0a09354779b624c1eff = new google.maps.Geocoder();g_264b04062f16e0a09354779b624c1eff.geocode( { 'address': "9856 Ashburn Lake Dr, Tampa, FL 33610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-strong-family-fund-inc').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-strong-family-fund-inc'), mapOptions);}document.getElementById('24c3b81a').innerHTML += ' | View Map';var $l264b04062f16e0a09354779b624c1eff = '

Strong Family Fund, Inc.

Address: 9856 Ashburn Lake Dr, Tampa, FL 33610, USA
Phone: (800) 704-4228
';var m_264b04062f16e0a09354779b624c1eff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Strong Family Fund, Inc.',});m_264b04062f16e0a09354779b624c1eff['infowindow'] = new google.maps.InfoWindow({content: $l264b04062f16e0a09354779b624c1eff});var infowindow = new google.maps.InfoWindow({content: $l264b04062f16e0a09354779b624c1eff});google.maps.event.addListener(m_264b04062f16e0a09354779b624c1eff, 'click', function() {infowindow.open(map,m_264b04062f16e0a09354779b624c1eff);});$marker.push(m_264b04062f16e0a09354779b624c1eff);}});}google.maps.event.addDomListener(window, 'load', initialize);