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.0454,-88.7237)};var g_fe70cd58c246614fa28eafc8570f1d81 = new google.maps.Geocoder();g_fe70cd58c246614fa28eafc8570f1d81.geocode( { 'address': "200 S Archusa Ave, Quitman, MS 39355"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quitman-MS-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('quitman-MS-citizens-national-bank'), mapOptions);}document.getElementById('dd30ce05').innerHTML += ' | View Map';var $lfe70cd58c246614fa28eafc8570f1d81 = '

Citizens National Bank

Address: 200 S Archusa Ave, Quitman, MS 39355
Phone: (601) 776-5215
';var m_fe70cd58c246614fa28eafc8570f1d81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_fe70cd58c246614fa28eafc8570f1d81['infowindow'] = new google.maps.InfoWindow({content: $lfe70cd58c246614fa28eafc8570f1d81});var infowindow = new google.maps.InfoWindow({content: $lfe70cd58c246614fa28eafc8570f1d81});google.maps.event.addListener(m_fe70cd58c246614fa28eafc8570f1d81, 'click', function() {infowindow.open(map,m_fe70cd58c246614fa28eafc8570f1d81);});$marker.push(m_fe70cd58c246614fa28eafc8570f1d81);}});}google.maps.event.addDomListener(window, 'load', initialize);