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(33.2766,-86.3523)};var g_2ec937378ea08e49faa1a6608880d002 = new google.maps.Geocoder();g_2ec937378ea08e49faa1a6608880d002.geocode( { 'address': "33327 US Highway 280, Childersburg, AL 35044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('childersburg-AL-cadence-bank').style.display = '';map = new google.maps.Map(document.getElementById('childersburg-AL-cadence-bank'), mapOptions);}document.getElementById('20224ca6').innerHTML += ' | View Map';var $l2ec937378ea08e49faa1a6608880d002 = '

Cadence Bank

Address: 33327 US Highway 280, Childersburg, AL 35044
Phone: (256) 378-3916
';var m_2ec937378ea08e49faa1a6608880d002 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cadence Bank',});m_2ec937378ea08e49faa1a6608880d002['infowindow'] = new google.maps.InfoWindow({content: $l2ec937378ea08e49faa1a6608880d002});var infowindow = new google.maps.InfoWindow({content: $l2ec937378ea08e49faa1a6608880d002});google.maps.event.addListener(m_2ec937378ea08e49faa1a6608880d002, 'click', function() {infowindow.open(map,m_2ec937378ea08e49faa1a6608880d002);});$marker.push(m_2ec937378ea08e49faa1a6608880d002);}});}google.maps.event.addDomListener(window, 'load', initialize);