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.7145,-83.2534)};var g_19dc111f492cd32e65c7cce78db4897f = new google.maps.Geocoder();g_19dc111f492cd32e65c7cce78db4897f.geocode( { 'address': "115 E Central Ave, Fitzgerald, GA 31750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fitzgerald-GA-ameris-bank').style.display = '';map = new google.maps.Map(document.getElementById('fitzgerald-GA-ameris-bank'), mapOptions);}document.getElementById('e15372be').innerHTML += ' | View Map';var $l19dc111f492cd32e65c7cce78db4897f = '

Ameris Bank

Address: 115 E Central Ave, Fitzgerald, GA 31750, USA
Phone: (229) 423-2011
';var m_19dc111f492cd32e65c7cce78db4897f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameris Bank',});m_19dc111f492cd32e65c7cce78db4897f['infowindow'] = new google.maps.InfoWindow({content: $l19dc111f492cd32e65c7cce78db4897f});var infowindow = new google.maps.InfoWindow({content: $l19dc111f492cd32e65c7cce78db4897f});google.maps.event.addListener(m_19dc111f492cd32e65c7cce78db4897f, 'click', function() {infowindow.open(map,m_19dc111f492cd32e65c7cce78db4897f);});$marker.push(m_19dc111f492cd32e65c7cce78db4897f);}});}google.maps.event.addDomListener(window, 'load', initialize);