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.537,-83.8983)};var g_b3b951db855584b2a2a3a2fc994de9c7 = new google.maps.Geocoder();g_b3b951db855584b2a2a3a2fc994de9c7.geocode( { 'address': "1005 State University Dr, 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---atm').style.display = '';map = new google.maps.Map(document.getElementById('fort-valley-GA-synovus---cbt-bank-of-middle-georgia---atm'), mapOptions);}document.getElementById('adca5775').innerHTML += ' | View Map';var $lb3b951db855584b2a2a3a2fc994de9c7 = '

Synovus - CB&T Bank of Middle Georgia - ATM

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