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(29.8578,-81.2808)};var g_1a353732d2afaca3968f5aa91dcbd2ee = new google.maps.Geocoder();g_1a353732d2afaca3968f5aa91dcbd2ee.geocode( { 'address': "2060 A1a Hwy S, St Augustine, FL 32080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-ameris-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-ameris-bank'), mapOptions);}document.getElementById('e7fda797').innerHTML += ' | View Map';var $l1a353732d2afaca3968f5aa91dcbd2ee = '

Ameris Bank

Address: 2060 A1a Hwy S, St Augustine, FL 32080, USA
Phone: (904) 471-3224
';var m_1a353732d2afaca3968f5aa91dcbd2ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameris Bank',});m_1a353732d2afaca3968f5aa91dcbd2ee['infowindow'] = new google.maps.InfoWindow({content: $l1a353732d2afaca3968f5aa91dcbd2ee});var infowindow = new google.maps.InfoWindow({content: $l1a353732d2afaca3968f5aa91dcbd2ee});google.maps.event.addListener(m_1a353732d2afaca3968f5aa91dcbd2ee, 'click', function() {infowindow.open(map,m_1a353732d2afaca3968f5aa91dcbd2ee);});$marker.push(m_1a353732d2afaca3968f5aa91dcbd2ee);}});}google.maps.event.addDomListener(window, 'load', initialize);