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_86ff09548a5c6eff1ec764a28b6c8112 = new google.maps.Geocoder();g_86ff09548a5c6eff1ec764a28b6c8112.geocode( { 'address': "1100 Corporate Pkwy, Birmingham, AL 35242"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-aliant-bank').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-aliant-bank'), mapOptions);}document.getElementById('e73241b6').innerHTML += ' | View Map';var $l86ff09548a5c6eff1ec764a28b6c8112 = '

Aliant Bank

Address: 1100 Corporate Pkwy, Birmingham, AL 35242
Phone: (205) 408-2000
';var m_86ff09548a5c6eff1ec764a28b6c8112 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aliant Bank',});m_86ff09548a5c6eff1ec764a28b6c8112['infowindow'] = new google.maps.InfoWindow({content: $l86ff09548a5c6eff1ec764a28b6c8112});var infowindow = new google.maps.InfoWindow({content: $l86ff09548a5c6eff1ec764a28b6c8112});google.maps.event.addListener(m_86ff09548a5c6eff1ec764a28b6c8112, 'click', function() {infowindow.open(map,m_86ff09548a5c6eff1ec764a28b6c8112);});$marker.push(m_86ff09548a5c6eff1ec764a28b6c8112);}});}google.maps.event.addDomListener(window, 'load', initialize);