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.3287,-85.8397)};var g_802c2bb6778f847b9a59c7194ce50d28 = new google.maps.Geocoder();g_802c2bb6778f847b9a59c7194ce50d28.geocode( { 'address': "901 Boll Weevil Cir, Enterprise, AL 36330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enterprise-AL-synovus---community-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('enterprise-AL-synovus---community-bank-and-trust'), mapOptions);}document.getElementById('92b3b4c2').innerHTML += ' | View Map';var $l802c2bb6778f847b9a59c7194ce50d28 = '

Synovus - Community Bank and Trust

Address: 901 Boll Weevil Cir, Enterprise, AL 36330, USA
Phone: (334) 347-0081
';var m_802c2bb6778f847b9a59c7194ce50d28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Community Bank and Trust',});m_802c2bb6778f847b9a59c7194ce50d28['infowindow'] = new google.maps.InfoWindow({content: $l802c2bb6778f847b9a59c7194ce50d28});var infowindow = new google.maps.InfoWindow({content: $l802c2bb6778f847b9a59c7194ce50d28});google.maps.event.addListener(m_802c2bb6778f847b9a59c7194ce50d28, 'click', function() {infowindow.open(map,m_802c2bb6778f847b9a59c7194ce50d28);});$marker.push(m_802c2bb6778f847b9a59c7194ce50d28);}});}google.maps.event.addDomListener(window, 'load', initialize);