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_aaa97bcc0fca801927941e0ab185442f = new google.maps.Geocoder();g_aaa97bcc0fca801927941e0ab185442f.geocode( { 'address': "1860 S 8th St, Fernandina Beach, FL 32034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fernandina-beach-FL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('fernandina-beach-FL-wells-fargo-bank'), mapOptions);}document.getElementById('7544797d').innerHTML += ' | View Map';var $laaa97bcc0fca801927941e0ab185442f = '

Wells Fargo Bank

Address: 1860 S 8th St, Fernandina Beach, FL 32034
Phone: (904) 277-1925
';var m_aaa97bcc0fca801927941e0ab185442f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_aaa97bcc0fca801927941e0ab185442f['infowindow'] = new google.maps.InfoWindow({content: $laaa97bcc0fca801927941e0ab185442f});var infowindow = new google.maps.InfoWindow({content: $laaa97bcc0fca801927941e0ab185442f});google.maps.event.addListener(m_aaa97bcc0fca801927941e0ab185442f, 'click', function() {infowindow.open(map,m_aaa97bcc0fca801927941e0ab185442f);});$marker.push(m_aaa97bcc0fca801927941e0ab185442f);}});}google.maps.event.addDomListener(window, 'load', initialize);