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(35.7756,-86.3286)};var g_87e5d53abbecff1a1cb256f386e57ac9 = new google.maps.Geocoder();g_87e5d53abbecff1a1cb256f386e57ac9.geocode( { 'address': "1950 Old Fort Pkwy, Murfreesboro, TN 37129"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murfreesboro-TN-southern-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('murfreesboro-TN-southern-community-bank'), mapOptions);}document.getElementById('ea83ea9e').innerHTML += ' | View Map';var $l87e5d53abbecff1a1cb256f386e57ac9 = '

Southern Community Bank

Address: 1950 Old Fort Pkwy, Murfreesboro, TN 37129
Phone: (615) 225-6150
';var m_87e5d53abbecff1a1cb256f386e57ac9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Community Bank',});m_87e5d53abbecff1a1cb256f386e57ac9['infowindow'] = new google.maps.InfoWindow({content: $l87e5d53abbecff1a1cb256f386e57ac9});var infowindow = new google.maps.InfoWindow({content: $l87e5d53abbecff1a1cb256f386e57ac9});google.maps.event.addListener(m_87e5d53abbecff1a1cb256f386e57ac9, 'click', function() {infowindow.open(map,m_87e5d53abbecff1a1cb256f386e57ac9);});$marker.push(m_87e5d53abbecff1a1cb256f386e57ac9);}});}google.maps.event.addDomListener(window, 'load', initialize);