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.534,-83.8358)};var g_24e004fb41eadb665483b48401cf8403 = new google.maps.Geocoder();g_24e004fb41eadb665483b48401cf8403.geocode( { 'address': "601 N Main St, Sylvester, GA 31791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylvester-GA-colony-bank').style.display = '';map = new google.maps.Map(document.getElementById('sylvester-GA-colony-bank'), mapOptions);}document.getElementById('e6ceb94b').innerHTML += ' | View Map';var $l24e004fb41eadb665483b48401cf8403 = '

Colony Bank

Address: 601 N Main St, Sylvester, GA 31791, USA
Phone: (229) 776-7641
';var m_24e004fb41eadb665483b48401cf8403 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colony Bank',});m_24e004fb41eadb665483b48401cf8403['infowindow'] = new google.maps.InfoWindow({content: $l24e004fb41eadb665483b48401cf8403});var infowindow = new google.maps.InfoWindow({content: $l24e004fb41eadb665483b48401cf8403});google.maps.event.addListener(m_24e004fb41eadb665483b48401cf8403, 'click', function() {infowindow.open(map,m_24e004fb41eadb665483b48401cf8403);});$marker.push(m_24e004fb41eadb665483b48401cf8403);}});}google.maps.event.addDomListener(window, 'load', initialize);