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.9582,-86.0411)};var g_a0400a36febbc42a5d92819d22cea035 = new google.maps.Geocoder();g_a0400a36febbc42a5d92819d22cea035.geocode( { 'address': "199 Independent Dr, Rainbow City, AL 35906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rainbow-city-AL-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rainbow-city-AL-community-credit-union'), mapOptions);}document.getElementById('79d752b8').innerHTML += ' | View Map';var $la0400a36febbc42a5d92819d22cea035 = '

Community Credit Union

Address: 199 Independent Dr, Rainbow City, AL 35906, USA
Phone: (256) 543-2252
';var m_a0400a36febbc42a5d92819d22cea035 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Credit Union',});m_a0400a36febbc42a5d92819d22cea035['infowindow'] = new google.maps.InfoWindow({content: $la0400a36febbc42a5d92819d22cea035});var infowindow = new google.maps.InfoWindow({content: $la0400a36febbc42a5d92819d22cea035});google.maps.event.addListener(m_a0400a36febbc42a5d92819d22cea035, 'click', function() {infowindow.open(map,m_a0400a36febbc42a5d92819d22cea035);});$marker.push(m_a0400a36febbc42a5d92819d22cea035);}});}google.maps.event.addDomListener(window, 'load', initialize);