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_60893be7a626a4c66f56c33b451a5f5c = new google.maps.Geocoder();g_60893be7a626a4c66f56c33b451a5f5c.geocode( { 'address': "715 Centre St, Fernandina Beach, FL 32034-3940"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fernandina-beach-FL-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('fernandina-beach-FL-citizens-state-bank'), mapOptions);}document.getElementById('4892588d').innerHTML += ' | View Map';var $l60893be7a626a4c66f56c33b451a5f5c = '

Citizens State Bank

Address: 715 Centre St, Fernandina Beach, FL 32034-3940
Phone: (904) 261-8233
';var m_60893be7a626a4c66f56c33b451a5f5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_60893be7a626a4c66f56c33b451a5f5c['infowindow'] = new google.maps.InfoWindow({content: $l60893be7a626a4c66f56c33b451a5f5c});var infowindow = new google.maps.InfoWindow({content: $l60893be7a626a4c66f56c33b451a5f5c});google.maps.event.addListener(m_60893be7a626a4c66f56c33b451a5f5c, 'click', function() {infowindow.open(map,m_60893be7a626a4c66f56c33b451a5f5c);});$marker.push(m_60893be7a626a4c66f56c33b451a5f5c);}});}google.maps.event.addDomListener(window, 'load', initialize);