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(32.4675,-90.1312)};var g_47dac8d93ce87ed7c66d4b7b0e78c125 = new google.maps.Geocoder();g_47dac8d93ce87ed7c66d4b7b0e78c125.geocode( { 'address': "114 Grandview Blvd., Madison, MS 39110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-MS-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-MS-citizens-national-bank'), mapOptions);}document.getElementById('b26bb6ca').innerHTML += ' | View Map';var $l47dac8d93ce87ed7c66d4b7b0e78c125 = '

Citizens National Bank

Address: 114 Grandview Blvd., Madison, MS 39110, USA
Phone: (601) 607-7171
';var m_47dac8d93ce87ed7c66d4b7b0e78c125 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_47dac8d93ce87ed7c66d4b7b0e78c125['infowindow'] = new google.maps.InfoWindow({content: $l47dac8d93ce87ed7c66d4b7b0e78c125});var infowindow = new google.maps.InfoWindow({content: $l47dac8d93ce87ed7c66d4b7b0e78c125});google.maps.event.addListener(m_47dac8d93ce87ed7c66d4b7b0e78c125, 'click', function() {infowindow.open(map,m_47dac8d93ce87ed7c66d4b7b0e78c125);});$marker.push(m_47dac8d93ce87ed7c66d4b7b0e78c125);}});}google.maps.event.addDomListener(window, 'load', initialize);