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(34.9615,-89.9893)};var g_59cc3b7df46676f55be4094f917ce393 = new google.maps.Geocoder();g_59cc3b7df46676f55be4094f917ce393.geocode( { 'address': "6910 Airways Blvd, Southaven, MS 38671, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southaven-MS-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('southaven-MS-community-bank'), mapOptions);}document.getElementById('2e1eb0f7').innerHTML += ' | View Map';var $l59cc3b7df46676f55be4094f917ce393 = '

Community Bank

Address: 6910 Airways Blvd, Southaven, MS 38671, USA
Phone: (662) 349-4200
';var m_59cc3b7df46676f55be4094f917ce393 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_59cc3b7df46676f55be4094f917ce393['infowindow'] = new google.maps.InfoWindow({content: $l59cc3b7df46676f55be4094f917ce393});var infowindow = new google.maps.InfoWindow({content: $l59cc3b7df46676f55be4094f917ce393});google.maps.event.addListener(m_59cc3b7df46676f55be4094f917ce393, 'click', function() {infowindow.open(map,m_59cc3b7df46676f55be4094f917ce393);});$marker.push(m_59cc3b7df46676f55be4094f917ce393);}});}google.maps.event.addDomListener(window, 'load', initialize);