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.5358,-88.4374)};var g_7fce5240a4f9c7b034d6fd4a461ac49f = new google.maps.Geocoder();g_7fce5240a4f9c7b034d6fd4a461ac49f.geocode( { 'address': "2412 US-45, Columbus, MS 39705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-citizens-national-bank'), mapOptions);}document.getElementById('11d89982').innerHTML += ' | View Map';var $l7fce5240a4f9c7b034d6fd4a461ac49f = '

Citizens National Bank

Address: 2412 US-45, Columbus, MS 39705, USA
Phone: (662) 328-5357
';var m_7fce5240a4f9c7b034d6fd4a461ac49f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_7fce5240a4f9c7b034d6fd4a461ac49f['infowindow'] = new google.maps.InfoWindow({content: $l7fce5240a4f9c7b034d6fd4a461ac49f});var infowindow = new google.maps.InfoWindow({content: $l7fce5240a4f9c7b034d6fd4a461ac49f});google.maps.event.addListener(m_7fce5240a4f9c7b034d6fd4a461ac49f, 'click', function() {infowindow.open(map,m_7fce5240a4f9c7b034d6fd4a461ac49f);});$marker.push(m_7fce5240a4f9c7b034d6fd4a461ac49f);}});}google.maps.event.addDomListener(window, 'load', initialize);