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.4679,-90.1219)};var g_d79dc189ca97e4ef85d351228afe1d16 = new google.maps.Geocoder();g_d79dc189ca97e4ef85d351228afe1d16.geocode( { 'address': "114 Grandview Blvd, Madison, MS 39110"}, 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('462272c0').innerHTML += ' | View Map';var $ld79dc189ca97e4ef85d351228afe1d16 = '

Citizens National Bank

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