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.1134,-88.557)};var g_fea42d70f2e3905853625e0e9762120f = new google.maps.Geocoder();g_fea42d70f2e3905853625e0e9762120f.geocode( { 'address': "313 S Jefferson St, Macon, MS 39341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-MS-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('macon-MS-citizens-national-bank'), mapOptions);}document.getElementById('94ff4645').innerHTML += ' | View Map';var $lfea42d70f2e3905853625e0e9762120f = '

Citizens National Bank

Address: 313 S Jefferson St, Macon, MS 39341
Phone: (662) 726-5861
';var m_fea42d70f2e3905853625e0e9762120f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_fea42d70f2e3905853625e0e9762120f['infowindow'] = new google.maps.InfoWindow({content: $lfea42d70f2e3905853625e0e9762120f});var infowindow = new google.maps.InfoWindow({content: $lfea42d70f2e3905853625e0e9762120f});google.maps.event.addListener(m_fea42d70f2e3905853625e0e9762120f, 'click', function() {infowindow.open(map,m_fea42d70f2e3905853625e0e9762120f);});$marker.push(m_fea42d70f2e3905853625e0e9762120f);}});}google.maps.event.addDomListener(window, 'load', initialize);