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.7305,-86.5892)};var g_663c1bfa5eec990dfb9070f9bcbe7289 = new google.maps.Geocoder();g_663c1bfa5eec990dfb9070f9bcbe7289.geocode( { 'address': "300 Clinton Ave W, Huntsville, AL 35801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-southern-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-southern-community-bank'), mapOptions);}document.getElementById('80af9249').innerHTML += ' | View Map';var $l663c1bfa5eec990dfb9070f9bcbe7289 = '

Southern Community Bank

Address: 300 Clinton Ave W, Huntsville, AL 35801, USA
Phone: (256) 539-7703
';var m_663c1bfa5eec990dfb9070f9bcbe7289 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Community Bank',});m_663c1bfa5eec990dfb9070f9bcbe7289['infowindow'] = new google.maps.InfoWindow({content: $l663c1bfa5eec990dfb9070f9bcbe7289});var infowindow = new google.maps.InfoWindow({content: $l663c1bfa5eec990dfb9070f9bcbe7289});google.maps.event.addListener(m_663c1bfa5eec990dfb9070f9bcbe7289, 'click', function() {infowindow.open(map,m_663c1bfa5eec990dfb9070f9bcbe7289);});$marker.push(m_663c1bfa5eec990dfb9070f9bcbe7289);}});}google.maps.event.addDomListener(window, 'load', initialize);