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_6d43869845059080151959c4c02497d5 = new google.maps.Geocoder();g_6d43869845059080151959c4c02497d5.geocode( { 'address': "1715 6th Ave N, Birmingham, AL 35203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-fia-card-service').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-fia-card-service'), mapOptions);}document.getElementById('85ed6850').innerHTML += ' | View Map';var $l6d43869845059080151959c4c02497d5 = '

FIA Card Service

Address: 1715 6th Ave N, Birmingham, AL 35203
Phone: (205) 714-8000
';var m_6d43869845059080151959c4c02497d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FIA Card Service',});m_6d43869845059080151959c4c02497d5['infowindow'] = new google.maps.InfoWindow({content: $l6d43869845059080151959c4c02497d5});var infowindow = new google.maps.InfoWindow({content: $l6d43869845059080151959c4c02497d5});google.maps.event.addListener(m_6d43869845059080151959c4c02497d5, 'click', function() {infowindow.open(map,m_6d43869845059080151959c4c02497d5);});$marker.push(m_6d43869845059080151959c4c02497d5);}});}google.maps.event.addDomListener(window, 'load', initialize);