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_687ce68f72171a0decc6f9c70dd68a7b = new google.maps.Geocoder();g_687ce68f72171a0decc6f9c70dd68a7b.geocode( { 'address': "2670 New Salem Hwy, Murfreesboro, TN 37128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murfreesboro-TN-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('murfreesboro-TN-first-bank'), mapOptions);}document.getElementById('a6345d66').innerHTML += ' | View Map';var $l687ce68f72171a0decc6f9c70dd68a7b = '

First Bank

Address: 2670 New Salem Hwy, Murfreesboro, TN 37128
Phone: (615) 890-1123
';var m_687ce68f72171a0decc6f9c70dd68a7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_687ce68f72171a0decc6f9c70dd68a7b['infowindow'] = new google.maps.InfoWindow({content: $l687ce68f72171a0decc6f9c70dd68a7b});var infowindow = new google.maps.InfoWindow({content: $l687ce68f72171a0decc6f9c70dd68a7b});google.maps.event.addListener(m_687ce68f72171a0decc6f9c70dd68a7b, 'click', function() {infowindow.open(map,m_687ce68f72171a0decc6f9c70dd68a7b);});$marker.push(m_687ce68f72171a0decc6f9c70dd68a7b);}});}google.maps.event.addDomListener(window, 'load', initialize);