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.0231,-82.147)};var g_6d19167edcf9d023d6b2b912ebe29e4c = new google.maps.Geocoder();g_6d19167edcf9d023d6b2b912ebe29e4c.geocode( { 'address': "2301 Thonotosassa Rd, Plant City, FL 33563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plant-city-FL-farm-credit-of-central-florida').style.display = '';map = new google.maps.Map(document.getElementById('plant-city-FL-farm-credit-of-central-florida'), mapOptions);}document.getElementById('419dde8b').innerHTML += ' | View Map';var $l6d19167edcf9d023d6b2b912ebe29e4c = '

Farm Credit of Central Florida

Address: 2301 Thonotosassa Rd, Plant City, FL 33563, USA
Phone: (813) 719-7341
';var m_6d19167edcf9d023d6b2b912ebe29e4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit of Central Florida',});m_6d19167edcf9d023d6b2b912ebe29e4c['infowindow'] = new google.maps.InfoWindow({content: $l6d19167edcf9d023d6b2b912ebe29e4c});var infowindow = new google.maps.InfoWindow({content: $l6d19167edcf9d023d6b2b912ebe29e4c});google.maps.event.addListener(m_6d19167edcf9d023d6b2b912ebe29e4c, 'click', function() {infowindow.open(map,m_6d19167edcf9d023d6b2b912ebe29e4c);});$marker.push(m_6d19167edcf9d023d6b2b912ebe29e4c);}});}google.maps.event.addDomListener(window, 'load', initialize);