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(31.0887,-91.067)};var g_c4c4314e940211ff8ccb65ab30e4d364 = new google.maps.Geocoder();g_c4c4314e940211ff8ccb65ab30e4d364.geocode( { 'address': "494 Highway 24 W, Centreville, MS 39631"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centreville-MS-united-mississippi-bank').style.display = '';map = new google.maps.Map(document.getElementById('centreville-MS-united-mississippi-bank'), mapOptions);}document.getElementById('b1999889').innerHTML += ' | View Map';var $lc4c4314e940211ff8ccb65ab30e4d364 = '

United Mississippi Bank

Address: 494 Highway 24 W, Centreville, MS 39631
Phone: (601) 645-6300
';var m_c4c4314e940211ff8ccb65ab30e4d364 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Mississippi Bank',});m_c4c4314e940211ff8ccb65ab30e4d364['infowindow'] = new google.maps.InfoWindow({content: $lc4c4314e940211ff8ccb65ab30e4d364});var infowindow = new google.maps.InfoWindow({content: $lc4c4314e940211ff8ccb65ab30e4d364});google.maps.event.addListener(m_c4c4314e940211ff8ccb65ab30e4d364, 'click', function() {infowindow.open(map,m_c4c4314e940211ff8ccb65ab30e4d364);});$marker.push(m_c4c4314e940211ff8ccb65ab30e4d364);}});}google.maps.event.addDomListener(window, 'load', initialize);