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.923,-82.3575)};var g_210f5c38e2f08f0cb1da24d570c929f6 = new google.maps.Geocoder();g_210f5c38e2f08f0cb1da24d570c929f6.geocode( { 'address': "8818 Causeway Blvd, Tampa, FL 33619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-latin-group').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-latin-group'), mapOptions);}document.getElementById('d61e1edc').innerHTML += ' | View Map';var $l210f5c38e2f08f0cb1da24d570c929f6 = '

Latin Group

Address: 8818 Causeway Blvd, Tampa, FL 33619, USA
Phone: (813) 443-6570
';var m_210f5c38e2f08f0cb1da24d570c929f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Latin Group',});m_210f5c38e2f08f0cb1da24d570c929f6['infowindow'] = new google.maps.InfoWindow({content: $l210f5c38e2f08f0cb1da24d570c929f6});var infowindow = new google.maps.InfoWindow({content: $l210f5c38e2f08f0cb1da24d570c929f6});google.maps.event.addListener(m_210f5c38e2f08f0cb1da24d570c929f6, 'click', function() {infowindow.open(map,m_210f5c38e2f08f0cb1da24d570c929f6);});$marker.push(m_210f5c38e2f08f0cb1da24d570c929f6);}});}google.maps.event.addDomListener(window, 'load', initialize);