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.7711,-89.1064)};var g_251d7ba1d4e9b36df29906664b868759 = new google.maps.Geocoder();g_251d7ba1d4e9b36df29906664b868759.geocode( { 'address': "538 Main St, Philadelphia, MS 39350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-MS-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-MS-citizens-national-bank'), mapOptions);}document.getElementById('688e11f4').innerHTML += ' | View Map';var $l251d7ba1d4e9b36df29906664b868759 = '

Citizens National Bank

Address: 538 Main St, Philadelphia, MS 39350, USA
Phone: (601) 656-1810
';var m_251d7ba1d4e9b36df29906664b868759 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_251d7ba1d4e9b36df29906664b868759['infowindow'] = new google.maps.InfoWindow({content: $l251d7ba1d4e9b36df29906664b868759});var infowindow = new google.maps.InfoWindow({content: $l251d7ba1d4e9b36df29906664b868759});google.maps.event.addListener(m_251d7ba1d4e9b36df29906664b868759, 'click', function() {infowindow.open(map,m_251d7ba1d4e9b36df29906664b868759);});$marker.push(m_251d7ba1d4e9b36df29906664b868759);}});}google.maps.event.addDomListener(window, 'load', initialize);