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.2192,-82.256)};var g_c355295c96421ae270ad6836be7f28de = new google.maps.Geocoder();g_c355295c96421ae270ad6836be7f28de.geocode( { 'address': "33845 FL-54 #103, Wesley Chapel, FL 33543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wesley-chapel-FL-insurance-new-tampa-llc').style.display = '';map = new google.maps.Map(document.getElementById('wesley-chapel-FL-insurance-new-tampa-llc'), mapOptions);}document.getElementById('1ca974fc').innerHTML += ' | View Map';var $lc355295c96421ae270ad6836be7f28de = '

Insurance New Tampa, LLC

Address: 33845 FL-54 #103, Wesley Chapel, FL 33543, USA
Phone: (813) 435-6350
';var m_c355295c96421ae270ad6836be7f28de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Insurance New Tampa, LLC',});m_c355295c96421ae270ad6836be7f28de['infowindow'] = new google.maps.InfoWindow({content: $lc355295c96421ae270ad6836be7f28de});var infowindow = new google.maps.InfoWindow({content: $lc355295c96421ae270ad6836be7f28de});google.maps.event.addListener(m_c355295c96421ae270ad6836be7f28de, 'click', function() {infowindow.open(map,m_c355295c96421ae270ad6836be7f28de);});$marker.push(m_c355295c96421ae270ad6836be7f28de);}});}google.maps.event.addDomListener(window, 'load', initialize);