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.4965,-87.7237)};var g_0dae3e4b60a7d91b0c8c39641c418586 = new google.maps.Geocoder();g_0dae3e4b60a7d91b0c8c39641c418586.geocode( { 'address': "14009 US-43, Russellville, AL 35653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('russellville-AL-community-spirit-bank').style.display = '';map = new google.maps.Map(document.getElementById('russellville-AL-community-spirit-bank'), mapOptions);}document.getElementById('828a5e2e').innerHTML += ' | View Map';var $l0dae3e4b60a7d91b0c8c39641c418586 = '

Community Spirit Bank

Address: 14009 US-43, Russellville, AL 35653, USA
Phone: (256) 332-5315
';var m_0dae3e4b60a7d91b0c8c39641c418586 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Spirit Bank',});m_0dae3e4b60a7d91b0c8c39641c418586['infowindow'] = new google.maps.InfoWindow({content: $l0dae3e4b60a7d91b0c8c39641c418586});var infowindow = new google.maps.InfoWindow({content: $l0dae3e4b60a7d91b0c8c39641c418586});google.maps.event.addListener(m_0dae3e4b60a7d91b0c8c39641c418586, 'click', function() {infowindow.open(map,m_0dae3e4b60a7d91b0c8c39641c418586);});$marker.push(m_0dae3e4b60a7d91b0c8c39641c418586);}});}google.maps.event.addDomListener(window, 'load', initialize);