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.1732,-86.8424)};var g_f3e969005c3ec7fe3bc6fc7a85ead353 = new google.maps.Geocoder();g_f3e969005c3ec7fe3bc6fc7a85ead353.geocode( { 'address': "420 2nd Ave SW, Cullman, AL 35055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cullman-AL-southern-community-bancshares').style.display = '';map = new google.maps.Map(document.getElementById('cullman-AL-southern-community-bancshares'), mapOptions);}document.getElementById('7d8ff3d3').innerHTML += ' | View Map';var $lf3e969005c3ec7fe3bc6fc7a85ead353 = '

Southern Community Bancshares

Address: 420 2nd Ave SW, Cullman, AL 35055, USA
Phone: (256) 734-4863
';var m_f3e969005c3ec7fe3bc6fc7a85ead353 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Community Bancshares',});m_f3e969005c3ec7fe3bc6fc7a85ead353['infowindow'] = new google.maps.InfoWindow({content: $lf3e969005c3ec7fe3bc6fc7a85ead353});var infowindow = new google.maps.InfoWindow({content: $lf3e969005c3ec7fe3bc6fc7a85ead353});google.maps.event.addListener(m_f3e969005c3ec7fe3bc6fc7a85ead353, 'click', function() {infowindow.open(map,m_f3e969005c3ec7fe3bc6fc7a85ead353);});$marker.push(m_f3e969005c3ec7fe3bc6fc7a85ead353);}});}google.maps.event.addDomListener(window, 'load', initialize);