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_30a250583bc20cf070ab6c9189508fcc = new google.maps.Geocoder();g_30a250583bc20cf070ab6c9189508fcc.geocode( { 'address': "750 S Church St, Murfreesboro, TN 37130"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murfreesboro-TN-ascend-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('murfreesboro-TN-ascend-federal-credit-union'), mapOptions);}document.getElementById('7b48f647').innerHTML += ' | View Map';var $l30a250583bc20cf070ab6c9189508fcc = '

Ascend Federal Credit Union

Address: 750 S Church St, Murfreesboro, TN 37130
Phone: (800) 342-3086
';var m_30a250583bc20cf070ab6c9189508fcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ascend Federal Credit Union',});m_30a250583bc20cf070ab6c9189508fcc['infowindow'] = new google.maps.InfoWindow({content: $l30a250583bc20cf070ab6c9189508fcc});var infowindow = new google.maps.InfoWindow({content: $l30a250583bc20cf070ab6c9189508fcc});google.maps.event.addListener(m_30a250583bc20cf070ab6c9189508fcc, 'click', function() {infowindow.open(map,m_30a250583bc20cf070ab6c9189508fcc);});$marker.push(m_30a250583bc20cf070ab6c9189508fcc);}});}google.maps.event.addDomListener(window, 'load', initialize);