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.2644,-85.4435)};var g_2c6d3d562e30e62cfd2fab5ad219791b = new google.maps.Geocoder();g_2c6d3d562e30e62cfd2fab5ad219791b.geocode( { 'address': "4355 Montgomery Hwy, Dothan, AL 36303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-synovus---community-bank-and-trust---atm').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-synovus---community-bank-and-trust---atm'), mapOptions);}document.getElementById('dd73f922').innerHTML += ' | View Map';var $l2c6d3d562e30e62cfd2fab5ad219791b = '

Synovus - Community Bank and Trust - ATM

Address: 4355 Montgomery Hwy, Dothan, AL 36303, USA
Phone: (334) 347-0081
';var m_2c6d3d562e30e62cfd2fab5ad219791b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Community Bank and Trust - ATM',});m_2c6d3d562e30e62cfd2fab5ad219791b['infowindow'] = new google.maps.InfoWindow({content: $l2c6d3d562e30e62cfd2fab5ad219791b});var infowindow = new google.maps.InfoWindow({content: $l2c6d3d562e30e62cfd2fab5ad219791b});google.maps.event.addListener(m_2c6d3d562e30e62cfd2fab5ad219791b, 'click', function() {infowindow.open(map,m_2c6d3d562e30e62cfd2fab5ad219791b);});$marker.push(m_2c6d3d562e30e62cfd2fab5ad219791b);}});}google.maps.event.addDomListener(window, 'load', initialize);