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.4659,-83.5059)};var g_a938687449db90add211338244c6dafd = new google.maps.Geocoder();g_a938687449db90add211338244c6dafd.geocode( { 'address': "729 2nd St W, Tifton, GA 31794"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-commercial-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-commercial-banking-co'), mapOptions);}document.getElementById('bab6fc40').innerHTML += ' | View Map';var $la938687449db90add211338244c6dafd = '

Commercial Banking Co

Address: 729 2nd St W, Tifton, GA 31794
Phone: (229) 386-5595
';var m_a938687449db90add211338244c6dafd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Banking Co',});m_a938687449db90add211338244c6dafd['infowindow'] = new google.maps.InfoWindow({content: $la938687449db90add211338244c6dafd});var infowindow = new google.maps.InfoWindow({content: $la938687449db90add211338244c6dafd});google.maps.event.addListener(m_a938687449db90add211338244c6dafd, 'click', function() {infowindow.open(map,m_a938687449db90add211338244c6dafd);});$marker.push(m_a938687449db90add211338244c6dafd);}});}google.maps.event.addDomListener(window, 'load', initialize);