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.6559,-81.4522)};var g_afd33778d1de2bfff95c480be4c726f9 = new google.maps.Geocoder();g_afd33778d1de2bfff95c480be4c726f9.geocode( { 'address': "1014 S 14th St, Fernandina Beach, FL 32034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fernandina-beach-FL-vystar-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fernandina-beach-FL-vystar-credit-union'), mapOptions);}document.getElementById('a8586b67').innerHTML += ' | View Map';var $lafd33778d1de2bfff95c480be4c726f9 = '

VyStar Credit Union

Address: 1014 S 14th St, Fernandina Beach, FL 32034, USA
Phone: (904) 777-6000
';var m_afd33778d1de2bfff95c480be4c726f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VyStar Credit Union',});m_afd33778d1de2bfff95c480be4c726f9['infowindow'] = new google.maps.InfoWindow({content: $lafd33778d1de2bfff95c480be4c726f9});var infowindow = new google.maps.InfoWindow({content: $lafd33778d1de2bfff95c480be4c726f9});google.maps.event.addListener(m_afd33778d1de2bfff95c480be4c726f9, 'click', function() {infowindow.open(map,m_afd33778d1de2bfff95c480be4c726f9);});$marker.push(m_afd33778d1de2bfff95c480be4c726f9);}});}google.maps.event.addDomListener(window, 'load', initialize);