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_5c73ca1e3f9a0d9f25f17363dfc40d0b = new google.maps.Geocoder();g_5c73ca1e3f9a0d9f25f17363dfc40d0b.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-bank-of-southern-community').style.display = '';map = new google.maps.Map(document.getElementById('murfreesboro-TN-bank-of-southern-community'), mapOptions);}document.getElementById('ea83ea9e').innerHTML += ' | View Map';var $l5c73ca1e3f9a0d9f25f17363dfc40d0b = '

Bank Of Southern Community

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