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.0395,-89.5232)};var g_897f32f21090e0f077c7a4dc93a47994 = new google.maps.Geocoder();g_897f32f21090e0f077c7a4dc93a47994.geocode( { 'address': "210 Mimosa Dr, Raleigh, MS 39153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raleigh-MS-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('raleigh-MS-community-bank'), mapOptions);}document.getElementById('6001ceb0').innerHTML += ' | View Map';var $l897f32f21090e0f077c7a4dc93a47994 = '

Community Bank

Address: 210 Mimosa Dr, Raleigh, MS 39153, USA
Phone: (601) 782-4222
';var m_897f32f21090e0f077c7a4dc93a47994 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_897f32f21090e0f077c7a4dc93a47994['infowindow'] = new google.maps.InfoWindow({content: $l897f32f21090e0f077c7a4dc93a47994});var infowindow = new google.maps.InfoWindow({content: $l897f32f21090e0f077c7a4dc93a47994});google.maps.event.addListener(m_897f32f21090e0f077c7a4dc93a47994, 'click', function() {infowindow.open(map,m_897f32f21090e0f077c7a4dc93a47994);});$marker.push(m_897f32f21090e0f077c7a4dc93a47994);}});}google.maps.event.addDomListener(window, 'load', initialize);