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.4742,-84.9779)};var g_b44afe91b8a427a6be2078cc89bd6f9b = new google.maps.Geocoder();g_b44afe91b8a427a6be2078cc89bd6f9b.geocode( { 'address': "1000 Veterans Parkway, Columbus, GA 31901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-GA-synovus-columbus-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('columbus-GA-synovus-columbus-bank-and-trust'), mapOptions);}document.getElementById('989dced9').innerHTML += ' | View Map';var $lb44afe91b8a427a6be2078cc89bd6f9b = '

Synovus - Columbus Bank and Trust

Address: 1000 Veterans Parkway, Columbus, GA 31901
Phone: (706) 649-4900
';var m_b44afe91b8a427a6be2078cc89bd6f9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Columbus Bank and Trust',});m_b44afe91b8a427a6be2078cc89bd6f9b['infowindow'] = new google.maps.InfoWindow({content: $lb44afe91b8a427a6be2078cc89bd6f9b});var infowindow = new google.maps.InfoWindow({content: $lb44afe91b8a427a6be2078cc89bd6f9b});google.maps.event.addListener(m_b44afe91b8a427a6be2078cc89bd6f9b, 'click', function() {infowindow.open(map,m_b44afe91b8a427a6be2078cc89bd6f9b);});$marker.push(m_b44afe91b8a427a6be2078cc89bd6f9b);}});}google.maps.event.addDomListener(window, 'load', initialize);