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(31.8849,-85.1539)};var g_afed22be780028da84717b41862257a6 = new google.maps.Geocoder();g_afed22be780028da84717b41862257a6.geocode( { 'address': "1140 S Eufaula Ave, Eufaula, AL 36027"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eufaula-AL-ameris-bank').style.display = '';map = new google.maps.Map(document.getElementById('eufaula-AL-ameris-bank'), mapOptions);}document.getElementById('5a6340aa').innerHTML += ' | View Map';var $lafed22be780028da84717b41862257a6 = '

Ameris Bank

Address: 1140 S Eufaula Ave, Eufaula, AL 36027
Phone: (334) 687-3260
';var m_afed22be780028da84717b41862257a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameris Bank',});m_afed22be780028da84717b41862257a6['infowindow'] = new google.maps.InfoWindow({content: $lafed22be780028da84717b41862257a6});var infowindow = new google.maps.InfoWindow({content: $lafed22be780028da84717b41862257a6});google.maps.event.addListener(m_afed22be780028da84717b41862257a6, 'click', function() {infowindow.open(map,m_afed22be780028da84717b41862257a6);});$marker.push(m_afed22be780028da84717b41862257a6);}});}google.maps.event.addDomListener(window, 'load', initialize);