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_d636185169918588c20aa3583b0cf430 = new google.maps.Geocoder();g_d636185169918588c20aa3583b0cf430.geocode( { 'address': "2230 2nd Ave S, Birmingham, AL 35233"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-american-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-american-mortgage'), mapOptions);}document.getElementById('df886136').innerHTML += ' | View Map';var $ld636185169918588c20aa3583b0cf430 = '

American Mortgage

Address: 2230 2nd Ave S, Birmingham, AL 35233
Phone: (205) 527-8017
';var m_d636185169918588c20aa3583b0cf430 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage',});m_d636185169918588c20aa3583b0cf430['infowindow'] = new google.maps.InfoWindow({content: $ld636185169918588c20aa3583b0cf430});var infowindow = new google.maps.InfoWindow({content: $ld636185169918588c20aa3583b0cf430});google.maps.event.addListener(m_d636185169918588c20aa3583b0cf430, 'click', function() {infowindow.open(map,m_d636185169918588c20aa3583b0cf430);});$marker.push(m_d636185169918588c20aa3583b0cf430);}});}google.maps.event.addDomListener(window, 'load', initialize);