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.5728,-84.1633)};var g_6336d7ded64dd1908125ab172fd5e60e = new google.maps.Geocoder();g_6336d7ded64dd1908125ab172fd5e60e.geocode( { 'address': "415 Pine Ave, Albany, GA 31701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-synovus-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-synovus-trust-co'), mapOptions);}document.getElementById('61b1bd19').innerHTML += ' | View Map';var $l6336d7ded64dd1908125ab172fd5e60e = '

Synovus Trust Co

Address: 415 Pine Ave, Albany, GA 31701
Phone: (229) 430-7062
';var m_6336d7ded64dd1908125ab172fd5e60e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus Trust Co',});m_6336d7ded64dd1908125ab172fd5e60e['infowindow'] = new google.maps.InfoWindow({content: $l6336d7ded64dd1908125ab172fd5e60e});var infowindow = new google.maps.InfoWindow({content: $l6336d7ded64dd1908125ab172fd5e60e});google.maps.event.addListener(m_6336d7ded64dd1908125ab172fd5e60e, 'click', function() {infowindow.open(map,m_6336d7ded64dd1908125ab172fd5e60e);});$marker.push(m_6336d7ded64dd1908125ab172fd5e60e);}});}google.maps.event.addDomListener(window, 'load', initialize);