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.1918,-87.5646)};var g_8157f8d9e5f3949e8d7225177897751a = new google.maps.Geocoder();g_8157f8d9e5f3949e8d7225177897751a.geocode( { 'address': "220 Paul W Bryant Dr E, Tuscaloosa, AL 35401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tuscaloosa-AL-alabama-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tuscaloosa-AL-alabama-credit-union'), mapOptions);}document.getElementById('a944ef41').innerHTML += ' | View Map';var $l8157f8d9e5f3949e8d7225177897751a = '

Alabama Credit Union

Address: 220 Paul W Bryant Dr E, Tuscaloosa, AL 35401
Phone: (205) 348-5944
';var m_8157f8d9e5f3949e8d7225177897751a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Credit Union',});m_8157f8d9e5f3949e8d7225177897751a['infowindow'] = new google.maps.InfoWindow({content: $l8157f8d9e5f3949e8d7225177897751a});var infowindow = new google.maps.InfoWindow({content: $l8157f8d9e5f3949e8d7225177897751a});google.maps.event.addListener(m_8157f8d9e5f3949e8d7225177897751a, 'click', function() {infowindow.open(map,m_8157f8d9e5f3949e8d7225177897751a);});$marker.push(m_8157f8d9e5f3949e8d7225177897751a);}});}google.maps.event.addDomListener(window, 'load', initialize);