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.9811,-82.343)};var g_046127d915c90b42bc1a1376242d1e21 = new google.maps.Geocoder();g_046127d915c90b42bc1a1376242d1e21.geocode( { 'address': "14940 N Florida Ave, Tampa, FL 33613"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-state-farm-insurance').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-state-farm-insurance'), mapOptions);}document.getElementById('76372917').innerHTML += ' | View Map';var $l046127d915c90b42bc1a1376242d1e21 = '

State Farm Insurance

Address: 14940 N Florida Ave, Tampa, FL 33613
Phone: (813) 961-6661
';var m_046127d915c90b42bc1a1376242d1e21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Farm Insurance',});m_046127d915c90b42bc1a1376242d1e21['infowindow'] = new google.maps.InfoWindow({content: $l046127d915c90b42bc1a1376242d1e21});var infowindow = new google.maps.InfoWindow({content: $l046127d915c90b42bc1a1376242d1e21});google.maps.event.addListener(m_046127d915c90b42bc1a1376242d1e21, 'click', function() {infowindow.open(map,m_046127d915c90b42bc1a1376242d1e21);});$marker.push(m_046127d915c90b42bc1a1376242d1e21);}});}google.maps.event.addDomListener(window, 'load', initialize);