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(29.7693,-82.4276)};var g_3c7e7ed98f9c1a0ce3240cc0733b735a = new google.maps.Geocoder();g_3c7e7ed98f9c1a0ce3240cc0733b735a.geocode( { 'address': "12300 NW US Hwy 441, Alachua, FL 32615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alachua-FL-farm-credit-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('alachua-FL-farm-credit-of-florida'), mapOptions);}document.getElementById('86f40b50').innerHTML += ' | View Map';var $l3c7e7ed98f9c1a0ce3240cc0733b735a = '

Farm Credit of Florida

Address: 12300 NW US Hwy 441, Alachua, FL 32615, USA
Phone: (386) 462-4201
';var m_3c7e7ed98f9c1a0ce3240cc0733b735a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit of Florida',});m_3c7e7ed98f9c1a0ce3240cc0733b735a['infowindow'] = new google.maps.InfoWindow({content: $l3c7e7ed98f9c1a0ce3240cc0733b735a});var infowindow = new google.maps.InfoWindow({content: $l3c7e7ed98f9c1a0ce3240cc0733b735a});google.maps.event.addListener(m_3c7e7ed98f9c1a0ce3240cc0733b735a, 'click', function() {infowindow.open(map,m_3c7e7ed98f9c1a0ce3240cc0733b735a);});$marker.push(m_3c7e7ed98f9c1a0ce3240cc0733b735a);}});}google.maps.event.addDomListener(window, 'load', initialize);