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.335,-88.6867)};var g_5c1901e1103f12d4a02bce6403206373 = new google.maps.Geocoder();g_5c1901e1103f12d4a02bce6403206373.geocode( { 'address': "1303 Roebuck Dr, Meridian, MS 39301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-the-citizens-national-bank-of-meridian').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-the-citizens-national-bank-of-meridian'), mapOptions);}document.getElementById('ad03eed5').innerHTML += ' | View Map';var $l5c1901e1103f12d4a02bce6403206373 = '

The Citizens National Bank of Meridian

Address: 1303 Roebuck Dr, Meridian, MS 39301, USA
Phone: (601) 693-1331
';var m_5c1901e1103f12d4a02bce6403206373 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Citizens National Bank of Meridian',});m_5c1901e1103f12d4a02bce6403206373['infowindow'] = new google.maps.InfoWindow({content: $l5c1901e1103f12d4a02bce6403206373});var infowindow = new google.maps.InfoWindow({content: $l5c1901e1103f12d4a02bce6403206373});google.maps.event.addListener(m_5c1901e1103f12d4a02bce6403206373, 'click', function() {infowindow.open(map,m_5c1901e1103f12d4a02bce6403206373);});$marker.push(m_5c1901e1103f12d4a02bce6403206373);}});}google.maps.event.addDomListener(window, 'load', initialize);