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(32.2012,-82.3232)};var g_508e17f005a1be75043fb0515d067f79 = new google.maps.Geocoder();g_508e17f005a1be75043fb0515d067f79.geocode( { 'address': "182 W Liberty Ave, Lyons, GA 30436"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyons-GA-ameris-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyons-GA-ameris-bank'), mapOptions);}document.getElementById('7369cb7e').innerHTML += ' | View Map';var $l508e17f005a1be75043fb0515d067f79 = '

Ameris Bank

Address: 182 W Liberty Ave, Lyons, GA 30436
Phone: (912) 526-7007
';var m_508e17f005a1be75043fb0515d067f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameris Bank',});m_508e17f005a1be75043fb0515d067f79['infowindow'] = new google.maps.InfoWindow({content: $l508e17f005a1be75043fb0515d067f79});var infowindow = new google.maps.InfoWindow({content: $l508e17f005a1be75043fb0515d067f79});google.maps.event.addListener(m_508e17f005a1be75043fb0515d067f79, 'click', function() {infowindow.open(map,m_508e17f005a1be75043fb0515d067f79);});$marker.push(m_508e17f005a1be75043fb0515d067f79);}});}google.maps.event.addDomListener(window, 'load', initialize);