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.5597,-83.8867)};var g_521265b71b25ade2a402944832973e8e = new google.maps.Geocoder();g_521265b71b25ade2a402944832973e8e.geocode( { 'address': "302 Vineville St, Fort Valley, GA 31030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-valley-GA-synovus---cbt-bank-of-middle-georgia').style.display = '';map = new google.maps.Map(document.getElementById('fort-valley-GA-synovus---cbt-bank-of-middle-georgia'), mapOptions);}document.getElementById('af7b13a2').innerHTML += ' | View Map';var $l521265b71b25ade2a402944832973e8e = '

Synovus - CB&T Bank of Middle Georgia

Address: 302 Vineville St, Fort Valley, GA 31030, USA
Phone: (478) 929-1004
';var m_521265b71b25ade2a402944832973e8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - CB&T Bank of Middle Georgia',});m_521265b71b25ade2a402944832973e8e['infowindow'] = new google.maps.InfoWindow({content: $l521265b71b25ade2a402944832973e8e});var infowindow = new google.maps.InfoWindow({content: $l521265b71b25ade2a402944832973e8e});google.maps.event.addListener(m_521265b71b25ade2a402944832973e8e, 'click', function() {infowindow.open(map,m_521265b71b25ade2a402944832973e8e);});$marker.push(m_521265b71b25ade2a402944832973e8e);}});}google.maps.event.addDomListener(window, 'load', initialize);