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.636,-81.5731)};var g_bfd685335fc8efd8ca3201f28dabe7a7 = new google.maps.Geocoder();g_bfd685335fc8efd8ca3201f28dabe7a7.geocode( { 'address': "463845 State Road 200, Yulee, FL 32097"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yulee-FL-first-federal-bank-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('yulee-FL-first-federal-bank-of-florida'), mapOptions);}document.getElementById('f1ee8390').innerHTML += ' | View Map';var $lbfd685335fc8efd8ca3201f28dabe7a7 = '

First Federal Bank of Florida

Address: 463845 State Road 200, Yulee, FL 32097
Phone: (904) 321-2337
';var m_bfd685335fc8efd8ca3201f28dabe7a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Bank of Florida',});m_bfd685335fc8efd8ca3201f28dabe7a7['infowindow'] = new google.maps.InfoWindow({content: $lbfd685335fc8efd8ca3201f28dabe7a7});var infowindow = new google.maps.InfoWindow({content: $lbfd685335fc8efd8ca3201f28dabe7a7});google.maps.event.addListener(m_bfd685335fc8efd8ca3201f28dabe7a7, 'click', function() {infowindow.open(map,m_bfd685335fc8efd8ca3201f28dabe7a7);});$marker.push(m_bfd685335fc8efd8ca3201f28dabe7a7);}});}google.maps.event.addDomListener(window, 'load', initialize);