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.4065,-86.8045)};var g_d01836ab0294b8d6cb06ef2ff39ac1b9 = new google.maps.Geocoder();g_d01836ab0294b8d6cb06ef2ff39ac1b9.geocode( { 'address': "3021 Lorna Rd, Birmingham, AL 35216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-crescent-bank').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-crescent-bank'), mapOptions);}document.getElementById('4b72987a').innerHTML += ' | View Map';var $ld01836ab0294b8d6cb06ef2ff39ac1b9 = '

Crescent Bank

Address: 3021 Lorna Rd, Birmingham, AL 35216, USA
Phone: (205) 822-6387
';var m_d01836ab0294b8d6cb06ef2ff39ac1b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crescent Bank',});m_d01836ab0294b8d6cb06ef2ff39ac1b9['infowindow'] = new google.maps.InfoWindow({content: $ld01836ab0294b8d6cb06ef2ff39ac1b9});var infowindow = new google.maps.InfoWindow({content: $ld01836ab0294b8d6cb06ef2ff39ac1b9});google.maps.event.addListener(m_d01836ab0294b8d6cb06ef2ff39ac1b9, 'click', function() {infowindow.open(map,m_d01836ab0294b8d6cb06ef2ff39ac1b9);});$marker.push(m_d01836ab0294b8d6cb06ef2ff39ac1b9);}});}google.maps.event.addDomListener(window, 'load', initialize);