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.4558,-88.5834)};var g_acdd38f28394494924300897126bc5b4 = new google.maps.Geocoder();g_acdd38f28394494924300897126bc5b4.geocode( { 'address': "1782 Airport Rd, Columbus, MS 39701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-cadence-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-cadence-bank'), mapOptions);}document.getElementById('86f7ac19').innerHTML += ' | View Map';var $lacdd38f28394494924300897126bc5b4 = '

Cadence Bank

Address: 1782 Airport Rd, Columbus, MS 39701, USA
Phone: (800) 636-7622
';var m_acdd38f28394494924300897126bc5b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cadence Bank',});m_acdd38f28394494924300897126bc5b4['infowindow'] = new google.maps.InfoWindow({content: $lacdd38f28394494924300897126bc5b4});var infowindow = new google.maps.InfoWindow({content: $lacdd38f28394494924300897126bc5b4});google.maps.event.addListener(m_acdd38f28394494924300897126bc5b4, 'click', function() {infowindow.open(map,m_acdd38f28394494924300897126bc5b4);});$marker.push(m_acdd38f28394494924300897126bc5b4);}});}google.maps.event.addDomListener(window, 'load', initialize);