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.3555,-90.0128)};var g_2dcbf9e39d332dbf62df3b1524f8d755 = new google.maps.Geocoder();g_2dcbf9e39d332dbf62df3b1524f8d755.geocode( { 'address': "Plaza Dr, Flowood, MS 39232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowood-MS-the-citizens-national-bank-of-meridian').style.display = '';map = new google.maps.Map(document.getElementById('flowood-MS-the-citizens-national-bank-of-meridian'), mapOptions);}document.getElementById('a4b3c23e').innerHTML += ' | View Map';var $l2dcbf9e39d332dbf62df3b1524f8d755 = '

The Citizens National Bank of Meridian

Address: Plaza Dr, Flowood, MS 39232, USA
Phone:
';var m_2dcbf9e39d332dbf62df3b1524f8d755 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Citizens National Bank of Meridian',});m_2dcbf9e39d332dbf62df3b1524f8d755['infowindow'] = new google.maps.InfoWindow({content: $l2dcbf9e39d332dbf62df3b1524f8d755});var infowindow = new google.maps.InfoWindow({content: $l2dcbf9e39d332dbf62df3b1524f8d755});google.maps.event.addListener(m_2dcbf9e39d332dbf62df3b1524f8d755, 'click', function() {infowindow.open(map,m_2dcbf9e39d332dbf62df3b1524f8d755);});$marker.push(m_2dcbf9e39d332dbf62df3b1524f8d755);}});}google.maps.event.addDomListener(window, 'load', initialize);