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.5124,-88.21)};var g_8079181816390e2179257ceda03f5570 = new google.maps.Geocoder();g_8079181816390e2179257ceda03f5570.geocode( { 'address': "342 2nd St, Belmont, MS 38827"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belmont-MS-community-spirit-bank').style.display = '';map = new google.maps.Map(document.getElementById('belmont-MS-community-spirit-bank'), mapOptions);}document.getElementById('8d0ee99e').innerHTML += ' | View Map';var $l8079181816390e2179257ceda03f5570 = '

Community Spirit Bank

Address: 342 2nd St, Belmont, MS 38827
Phone: (662) 454-0001
';var m_8079181816390e2179257ceda03f5570 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Spirit Bank',});m_8079181816390e2179257ceda03f5570['infowindow'] = new google.maps.InfoWindow({content: $l8079181816390e2179257ceda03f5570});var infowindow = new google.maps.InfoWindow({content: $l8079181816390e2179257ceda03f5570});google.maps.event.addListener(m_8079181816390e2179257ceda03f5570, 'click', function() {infowindow.open(map,m_8079181816390e2179257ceda03f5570);});$marker.push(m_8079181816390e2179257ceda03f5570);}});}google.maps.event.addDomListener(window, 'load', initialize);