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.514,-86.455)};var g_af5d45b962720379bdbf545c8d9a05d1 = new google.maps.Geocoder();g_af5d45b962720379bdbf545c8d9a05d1.geocode( { 'address': "1900 N Main St, Shelbyville, TN 37160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelbyville-TN-ascend-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shelbyville-TN-ascend-federal-credit-union'), mapOptions);}document.getElementById('7120fda9').innerHTML += ' | View Map';var $laf5d45b962720379bdbf545c8d9a05d1 = '

Ascend Federal Credit Union

Address: 1900 N Main St, Shelbyville, TN 37160, USA
Phone: (800) 342-3086
';var m_af5d45b962720379bdbf545c8d9a05d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ascend Federal Credit Union',});m_af5d45b962720379bdbf545c8d9a05d1['infowindow'] = new google.maps.InfoWindow({content: $laf5d45b962720379bdbf545c8d9a05d1});var infowindow = new google.maps.InfoWindow({content: $laf5d45b962720379bdbf545c8d9a05d1});google.maps.event.addListener(m_af5d45b962720379bdbf545c8d9a05d1, 'click', function() {infowindow.open(map,m_af5d45b962720379bdbf545c8d9a05d1);});$marker.push(m_af5d45b962720379bdbf545c8d9a05d1);}});}google.maps.event.addDomListener(window, 'load', initialize);