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_11eefc9efc960ec5101f933850321393 = new google.maps.Geocoder();g_11eefc9efc960ec5101f933850321393.geocode( { 'address': "422 Central Ave N, Tifton, GA 31794"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-state-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-state-bank-trust'), mapOptions);}document.getElementById('870afb49').innerHTML += ' | View Map';var $l11eefc9efc960ec5101f933850321393 = '

State Bank & Trust

Address: 422 Central Ave N, Tifton, GA 31794
Phone: (229) 382-9667
';var m_11eefc9efc960ec5101f933850321393 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust',});m_11eefc9efc960ec5101f933850321393['infowindow'] = new google.maps.InfoWindow({content: $l11eefc9efc960ec5101f933850321393});var infowindow = new google.maps.InfoWindow({content: $l11eefc9efc960ec5101f933850321393});google.maps.event.addListener(m_11eefc9efc960ec5101f933850321393, 'click', function() {infowindow.open(map,m_11eefc9efc960ec5101f933850321393);});$marker.push(m_11eefc9efc960ec5101f933850321393);}});}google.maps.event.addDomListener(window, 'load', initialize);