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.2861,-81.4565)};var g_396bfe5c1ae70eab245ac40824b412ec = new google.maps.Geocoder();g_396bfe5c1ae70eab245ac40824b412ec.geocode( { 'address': "3293 Hodges Blvd, Jacksonville, FL 32224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-firstatlantic-bank').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-firstatlantic-bank'), mapOptions);}document.getElementById('ef89e34a').innerHTML += ' | View Map';var $l396bfe5c1ae70eab245ac40824b412ec = '

FirstAtlantic Bank

Address: 3293 Hodges Blvd, Jacksonville, FL 32224, USA
Phone: (904) 223-4201
';var m_396bfe5c1ae70eab245ac40824b412ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstAtlantic Bank',});m_396bfe5c1ae70eab245ac40824b412ec['infowindow'] = new google.maps.InfoWindow({content: $l396bfe5c1ae70eab245ac40824b412ec});var infowindow = new google.maps.InfoWindow({content: $l396bfe5c1ae70eab245ac40824b412ec});google.maps.event.addListener(m_396bfe5c1ae70eab245ac40824b412ec, 'click', function() {infowindow.open(map,m_396bfe5c1ae70eab245ac40824b412ec);});$marker.push(m_396bfe5c1ae70eab245ac40824b412ec);}});}google.maps.event.addDomListener(window, 'load', initialize);