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(30.0543,-83.1755)};var g_739f1b07348b6fde8ad1843ba0d58674 = new google.maps.Geocoder();g_739f1b07348b6fde8ad1843ba0d58674.geocode( { 'address': "187 N Fletcher Ave, Mayo, FL 32066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mayo-FL-first-federal-bank-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('mayo-FL-first-federal-bank-of-florida'), mapOptions);}document.getElementById('f66da949').innerHTML += ' | View Map';var $l739f1b07348b6fde8ad1843ba0d58674 = '

First Federal Bank of Florida

Address: 187 N Fletcher Ave, Mayo, FL 32066, USA
Phone: (386) 294-1940
';var m_739f1b07348b6fde8ad1843ba0d58674 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Bank of Florida',});m_739f1b07348b6fde8ad1843ba0d58674['infowindow'] = new google.maps.InfoWindow({content: $l739f1b07348b6fde8ad1843ba0d58674});var infowindow = new google.maps.InfoWindow({content: $l739f1b07348b6fde8ad1843ba0d58674});google.maps.event.addListener(m_739f1b07348b6fde8ad1843ba0d58674, 'click', function() {infowindow.open(map,m_739f1b07348b6fde8ad1843ba0d58674);});$marker.push(m_739f1b07348b6fde8ad1843ba0d58674);}});}google.maps.event.addDomListener(window, 'load', initialize);