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.4547,-83.5113)};var g_80154d0cf42299d38de5046efc2429a3 = new google.maps.Geocoder();g_80154d0cf42299d38de5046efc2429a3.geocode( { 'address': "104 2nd St W, Tifton, GA 31794, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-colony-bank').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-colony-bank'), mapOptions);}document.getElementById('6de6261d').innerHTML += ' | View Map';var $l80154d0cf42299d38de5046efc2429a3 = '

Colony Bank

Address: 104 2nd St W, Tifton, GA 31794, USA
Phone: (229) 386-2265
';var m_80154d0cf42299d38de5046efc2429a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colony Bank',});m_80154d0cf42299d38de5046efc2429a3['infowindow'] = new google.maps.InfoWindow({content: $l80154d0cf42299d38de5046efc2429a3});var infowindow = new google.maps.InfoWindow({content: $l80154d0cf42299d38de5046efc2429a3});google.maps.event.addListener(m_80154d0cf42299d38de5046efc2429a3, 'click', function() {infowindow.open(map,m_80154d0cf42299d38de5046efc2429a3);});$marker.push(m_80154d0cf42299d38de5046efc2429a3);}});}google.maps.event.addDomListener(window, 'load', initialize);