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.1933,-84.3715)};var g_b043ca2e6d031cf220a37c6797168b2c = new google.maps.Geocoder();g_b043ca2e6d031cf220a37c6797168b2c.geocode( { 'address': "2628 Crawfordville Hwy, Crawfordville, FL 32327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crawfordville-FL-ameris-bank').style.display = '';map = new google.maps.Map(document.getElementById('crawfordville-FL-ameris-bank'), mapOptions);}document.getElementById('267074d1').innerHTML += ' | View Map';var $lb043ca2e6d031cf220a37c6797168b2c = '

Ameris Bank

Address: 2628 Crawfordville Hwy, Crawfordville, FL 32327, USA
Phone: (850) 926-5211
';var m_b043ca2e6d031cf220a37c6797168b2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameris Bank',});m_b043ca2e6d031cf220a37c6797168b2c['infowindow'] = new google.maps.InfoWindow({content: $lb043ca2e6d031cf220a37c6797168b2c});var infowindow = new google.maps.InfoWindow({content: $lb043ca2e6d031cf220a37c6797168b2c});google.maps.event.addListener(m_b043ca2e6d031cf220a37c6797168b2c, 'click', function() {infowindow.open(map,m_b043ca2e6d031cf220a37c6797168b2c);});$marker.push(m_b043ca2e6d031cf220a37c6797168b2c);}});}google.maps.event.addDomListener(window, 'load', initialize);