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(34.7446,-87.6684)};var g_80745236650fecc363a7283e1220ae78 = new google.maps.Geocoder();g_80745236650fecc363a7283e1220ae78.geocode( { 'address': "35660,, 530 W Avalon Ave, Muscle Shoals, AL 35661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muscle-shoals-AL-family-security-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muscle-shoals-AL-family-security-credit-union'), mapOptions);}document.getElementById('f7e3ca68').innerHTML += ' | View Map';var $l80745236650fecc363a7283e1220ae78 = '

Family Security Credit Union

Address: 35660,, 530 W Avalon Ave, Muscle Shoals, AL 35661, USA
Phone: (256) 340-2000
';var m_80745236650fecc363a7283e1220ae78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family Security Credit Union',});m_80745236650fecc363a7283e1220ae78['infowindow'] = new google.maps.InfoWindow({content: $l80745236650fecc363a7283e1220ae78});var infowindow = new google.maps.InfoWindow({content: $l80745236650fecc363a7283e1220ae78});google.maps.event.addListener(m_80745236650fecc363a7283e1220ae78, 'click', function() {infowindow.open(map,m_80745236650fecc363a7283e1220ae78);});$marker.push(m_80745236650fecc363a7283e1220ae78);}});}google.maps.event.addDomListener(window, 'load', initialize);