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()};var g_c584173e32bd1530715ff4dbf98bf25a = new google.maps.Geocoder();g_c584173e32bd1530715ff4dbf98bf25a.geocode( { 'address': "105 C B L Dr, St Augustine, FL 32086"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-first-atlantic-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-first-atlantic-bank'), mapOptions);}document.getElementById('35c82e21').innerHTML += ' | View Map';var $lc584173e32bd1530715ff4dbf98bf25a = '

First Atlantic Bank

Address: 105 C B L Dr, St Augustine, FL 32086
Phone: (904) 494-0640
';var m_c584173e32bd1530715ff4dbf98bf25a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Atlantic Bank',});m_c584173e32bd1530715ff4dbf98bf25a['infowindow'] = new google.maps.InfoWindow({content: $lc584173e32bd1530715ff4dbf98bf25a});var infowindow = new google.maps.InfoWindow({content: $lc584173e32bd1530715ff4dbf98bf25a});google.maps.event.addListener(m_c584173e32bd1530715ff4dbf98bf25a, 'click', function() {infowindow.open(map,m_c584173e32bd1530715ff4dbf98bf25a);});$marker.push(m_c584173e32bd1530715ff4dbf98bf25a);}});}google.maps.event.addDomListener(window, 'load', initialize);