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.774,-89.1147)};var g_8f6c1d2a2095a623e4b3d5cc7c0ea339 = new google.maps.Geocoder();g_8f6c1d2a2095a623e4b3d5cc7c0ea339.geocode( { 'address': "521 W Main St, Philadelphia, MS 39350"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-MS-citizens-holding-co').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-MS-citizens-holding-co'), mapOptions);}document.getElementById('d619a075').innerHTML += ' | View Map';var $l8f6c1d2a2095a623e4b3d5cc7c0ea339 = '

Citizens Holding Co

Address: 521 W Main St, Philadelphia, MS 39350
Phone: (601) 656-4692
';var m_8f6c1d2a2095a623e4b3d5cc7c0ea339 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Holding Co',});m_8f6c1d2a2095a623e4b3d5cc7c0ea339['infowindow'] = new google.maps.InfoWindow({content: $l8f6c1d2a2095a623e4b3d5cc7c0ea339});var infowindow = new google.maps.InfoWindow({content: $l8f6c1d2a2095a623e4b3d5cc7c0ea339});google.maps.event.addListener(m_8f6c1d2a2095a623e4b3d5cc7c0ea339, 'click', function() {infowindow.open(map,m_8f6c1d2a2095a623e4b3d5cc7c0ea339);});$marker.push(m_8f6c1d2a2095a623e4b3d5cc7c0ea339);}});}google.maps.event.addDomListener(window, 'load', initialize);