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.4333,-86.8474)};var g_56a820cf02a31fcaad1cb77d7d76b8cc = new google.maps.Geocoder();g_56a820cf02a31fcaad1cb77d7d76b8cc.geocode( { 'address': "801 Tom Martin Dr # 120, Birmingham, AL 35211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-us-diaster-loan-services').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-us-diaster-loan-services'), mapOptions);}document.getElementById('22d490fd').innerHTML += ' | View Map';var $l56a820cf02a31fcaad1cb77d7d76b8cc = '

US Diaster Loan Services

Address: 801 Tom Martin Dr # 120, Birmingham, AL 35211, USA
Phone: (205) 290-7141
';var m_56a820cf02a31fcaad1cb77d7d76b8cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Diaster Loan Services',});m_56a820cf02a31fcaad1cb77d7d76b8cc['infowindow'] = new google.maps.InfoWindow({content: $l56a820cf02a31fcaad1cb77d7d76b8cc});var infowindow = new google.maps.InfoWindow({content: $l56a820cf02a31fcaad1cb77d7d76b8cc});google.maps.event.addListener(m_56a820cf02a31fcaad1cb77d7d76b8cc, 'click', function() {infowindow.open(map,m_56a820cf02a31fcaad1cb77d7d76b8cc);});$marker.push(m_56a820cf02a31fcaad1cb77d7d76b8cc);}});}google.maps.event.addDomListener(window, 'load', initialize);