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.637,-81.4613)};var g_115cff5925f53fa2db268f88cca0fd7f = new google.maps.Geocoder();g_115cff5925f53fa2db268f88cca0fd7f.geocode( { 'address': "1750 South 14th Street, Fernandina Beach, FL 32034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fernandina-beach-FL-synovus-first-coast-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('fernandina-beach-FL-synovus-first-coast-community-bank'), mapOptions);}document.getElementById('a24278ae').innerHTML += ' | View Map';var $l115cff5925f53fa2db268f88cca0fd7f = '

Synovus - First Coast Community Bank

Address: 1750 South 14th Street, Fernandina Beach, FL 32034
Phone: (904) 277-4400
';var m_115cff5925f53fa2db268f88cca0fd7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - First Coast Community Bank',});m_115cff5925f53fa2db268f88cca0fd7f['infowindow'] = new google.maps.InfoWindow({content: $l115cff5925f53fa2db268f88cca0fd7f});var infowindow = new google.maps.InfoWindow({content: $l115cff5925f53fa2db268f88cca0fd7f});google.maps.event.addListener(m_115cff5925f53fa2db268f88cca0fd7f, 'click', function() {infowindow.open(map,m_115cff5925f53fa2db268f88cca0fd7f);});$marker.push(m_115cff5925f53fa2db268f88cca0fd7f);}});}google.maps.event.addDomListener(window, 'load', initialize);