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.4742,-84.9779)};var g_3e139177cb5aa7d412ffddedd6727d0a = new google.maps.Geocoder();g_3e139177cb5aa7d412ffddedd6727d0a.geocode( { 'address': "1581 Bradley Park Dr, Columbus, GA 31904"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-GA-colony-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-GA-colony-bank'), mapOptions);}document.getElementById('a2eb1db1').innerHTML += ' | View Map';var $l3e139177cb5aa7d412ffddedd6727d0a = '

Colony Bank

Address: 1581 Bradley Park Dr, Columbus, GA 31904
Phone: (706) 649-0058
';var m_3e139177cb5aa7d412ffddedd6727d0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colony Bank',});m_3e139177cb5aa7d412ffddedd6727d0a['infowindow'] = new google.maps.InfoWindow({content: $l3e139177cb5aa7d412ffddedd6727d0a});var infowindow = new google.maps.InfoWindow({content: $l3e139177cb5aa7d412ffddedd6727d0a});google.maps.event.addListener(m_3e139177cb5aa7d412ffddedd6727d0a, 'click', function() {infowindow.open(map,m_3e139177cb5aa7d412ffddedd6727d0a);});$marker.push(m_3e139177cb5aa7d412ffddedd6727d0a);}});}google.maps.event.addDomListener(window, 'load', initialize);