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.5186,-86.8084)};var g_208e43f0e45c4c78cafadb83d2888cb6 = new google.maps.Geocoder();g_208e43f0e45c4c78cafadb83d2888cb6.geocode( { 'address': "351 24th St N, Birmingham, AL 35203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-alabama-credit-union-birmingham-post-office-branch').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-alabama-credit-union-birmingham-post-office-branch'), mapOptions);}document.getElementById('fcec1d64').innerHTML += ' | View Map';var $l208e43f0e45c4c78cafadb83d2888cb6 = '

Alabama Credit Union - Birmingham Post Office Branch

Address: 351 24th St N, Birmingham, AL 35203
Phone: (205) 252-6569
';var m_208e43f0e45c4c78cafadb83d2888cb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Credit Union - Birmingham Post Office Branch',});m_208e43f0e45c4c78cafadb83d2888cb6['infowindow'] = new google.maps.InfoWindow({content: $l208e43f0e45c4c78cafadb83d2888cb6});var infowindow = new google.maps.InfoWindow({content: $l208e43f0e45c4c78cafadb83d2888cb6});google.maps.event.addListener(m_208e43f0e45c4c78cafadb83d2888cb6, 'click', function() {infowindow.open(map,m_208e43f0e45c4c78cafadb83d2888cb6);});$marker.push(m_208e43f0e45c4c78cafadb83d2888cb6);}});}google.maps.event.addDomListener(window, 'load', initialize);