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.964,-83.7756)};var g_67191b2ecaec4aa028da2a56e49dc5b5 = new google.maps.Geocoder();g_67191b2ecaec4aa028da2a56e49dc5b5.geocode( { 'address': "510 2nd St S, Cordele, GA 31015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cordele-GA-ameris-bank').style.display = '';map = new google.maps.Map(document.getElementById('cordele-GA-ameris-bank'), mapOptions);}document.getElementById('0c20607a').innerHTML += ' | View Map';var $l67191b2ecaec4aa028da2a56e49dc5b5 = '

Ameris Bank

Address: 510 2nd St S, Cordele, GA 31015, USA
Phone: (229) 273-7700
';var m_67191b2ecaec4aa028da2a56e49dc5b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameris Bank',});m_67191b2ecaec4aa028da2a56e49dc5b5['infowindow'] = new google.maps.InfoWindow({content: $l67191b2ecaec4aa028da2a56e49dc5b5});var infowindow = new google.maps.InfoWindow({content: $l67191b2ecaec4aa028da2a56e49dc5b5});google.maps.event.addListener(m_67191b2ecaec4aa028da2a56e49dc5b5, 'click', function() {infowindow.open(map,m_67191b2ecaec4aa028da2a56e49dc5b5);});$marker.push(m_67191b2ecaec4aa028da2a56e49dc5b5);}});}google.maps.event.addDomListener(window, 'load', initialize);