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.4566,-85.6465)};var g_32df267df52b7749c84e7e6321c1378b = new google.maps.Geocoder();g_32df267df52b7749c84e7e6321c1378b.geocode( { 'address': "510 Andrews Ave, Ozark, AL 36360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ozark-AL-synovus---community-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('ozark-AL-synovus---community-bank-and-trust'), mapOptions);}document.getElementById('59c1831d').innerHTML += ' | View Map';var $l32df267df52b7749c84e7e6321c1378b = '

Synovus - Community Bank and Trust

Address: 510 Andrews Ave, Ozark, AL 36360, USA
Phone: (334) 347-0081
';var m_32df267df52b7749c84e7e6321c1378b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Community Bank and Trust',});m_32df267df52b7749c84e7e6321c1378b['infowindow'] = new google.maps.InfoWindow({content: $l32df267df52b7749c84e7e6321c1378b});var infowindow = new google.maps.InfoWindow({content: $l32df267df52b7749c84e7e6321c1378b});google.maps.event.addListener(m_32df267df52b7749c84e7e6321c1378b, 'click', function() {infowindow.open(map,m_32df267df52b7749c84e7e6321c1378b);});$marker.push(m_32df267df52b7749c84e7e6321c1378b);}});}google.maps.event.addDomListener(window, 'load', initialize);