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.6054,-86.6299)};var g_721e4c68e2ee18a79074b836ddb2d544 = new google.maps.Geocoder();g_721e4c68e2ee18a79074b836ddb2d544.geocode( { 'address': "1800 Tin Valley Circle, #E, Birmingham, AL 35235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-tower-loan'), mapOptions);}document.getElementById('cdd21288').innerHTML += ' | View Map';var $l721e4c68e2ee18a79074b836ddb2d544 = '

Tower Loan

Address: 1800 Tin Valley Circle, #E, Birmingham, AL 35235, USA
Phone: (205) 228-7911
';var m_721e4c68e2ee18a79074b836ddb2d544 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_721e4c68e2ee18a79074b836ddb2d544['infowindow'] = new google.maps.InfoWindow({content: $l721e4c68e2ee18a79074b836ddb2d544});var infowindow = new google.maps.InfoWindow({content: $l721e4c68e2ee18a79074b836ddb2d544});google.maps.event.addListener(m_721e4c68e2ee18a79074b836ddb2d544, 'click', function() {infowindow.open(map,m_721e4c68e2ee18a79074b836ddb2d544);});$marker.push(m_721e4c68e2ee18a79074b836ddb2d544);}});}google.maps.event.addDomListener(window, 'load', initialize);