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.6492,-81.6289)};var g_8fda523f6ce946b8a7fb2f5ca9a39831 = new google.maps.Geocoder();g_8fda523f6ce946b8a7fb2f5ca9a39831.geocode( { 'address': "309 N 2nd St, Palatka, FL 32177, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatka-FL-farm-credit-of-north-florida').style.display = '';map = new google.maps.Map(document.getElementById('palatka-FL-farm-credit-of-north-florida'), mapOptions);}document.getElementById('66464919').innerHTML += ' | View Map';var $l8fda523f6ce946b8a7fb2f5ca9a39831 = '

Farm Credit of North Florida

Address: 309 N 2nd St, Palatka, FL 32177, USA
Phone: (386) 328-2744
';var m_8fda523f6ce946b8a7fb2f5ca9a39831 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit of North Florida',});m_8fda523f6ce946b8a7fb2f5ca9a39831['infowindow'] = new google.maps.InfoWindow({content: $l8fda523f6ce946b8a7fb2f5ca9a39831});var infowindow = new google.maps.InfoWindow({content: $l8fda523f6ce946b8a7fb2f5ca9a39831});google.maps.event.addListener(m_8fda523f6ce946b8a7fb2f5ca9a39831, 'click', function() {infowindow.open(map,m_8fda523f6ce946b8a7fb2f5ca9a39831);});$marker.push(m_8fda523f6ce946b8a7fb2f5ca9a39831);}});}google.maps.event.addDomListener(window, 'load', initialize);