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_40b2517e9c2670ea80e4188053ad91d2 = new google.maps.Geocoder();g_40b2517e9c2670ea80e4188053ad91d2.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-winsouth-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rainbow-city-AL-winsouth-credit-union'), mapOptions);}document.getElementById('79d752b8').innerHTML += ' | View Map';var $l40b2517e9c2670ea80e4188053ad91d2 = '

WinSouth Credit Union

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