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(33.963,-86.0322)};var g_f84f7065bbb92563d8f39f97a3504c7f = new google.maps.Geocoder();g_f84f7065bbb92563d8f39f97a3504c7f.geocode( { 'address': "3003 2nd St, Rainbow City, AL 35906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rainbow-city-AL-family-savings-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rainbow-city-AL-family-savings-credit-union'), mapOptions);}document.getElementById('9c913f42').innerHTML += ' | View Map';var $lf84f7065bbb92563d8f39f97a3504c7f = '

Family Savings Credit Union

Address: 3003 2nd St, Rainbow City, AL 35906, USA
Phone: (256) 413-0900
';var m_f84f7065bbb92563d8f39f97a3504c7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family Savings Credit Union',});m_f84f7065bbb92563d8f39f97a3504c7f['infowindow'] = new google.maps.InfoWindow({content: $lf84f7065bbb92563d8f39f97a3504c7f});var infowindow = new google.maps.InfoWindow({content: $lf84f7065bbb92563d8f39f97a3504c7f});google.maps.event.addListener(m_f84f7065bbb92563d8f39f97a3504c7f, 'click', function() {infowindow.open(map,m_f84f7065bbb92563d8f39f97a3504c7f);});$marker.push(m_f84f7065bbb92563d8f39f97a3504c7f);}});}google.maps.event.addDomListener(window, 'load', initialize);