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.4701,-86.8298)};var g_182daaa6f4586b607935dc8b7ba63440 = new google.maps.Geocoder();g_182daaa6f4586b607935dc8b7ba63440.geocode( { 'address': "85 Bagby Dr # 204, Birmingham, AL 35209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-first-lenders-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-first-lenders-mortgage-corporation'), mapOptions);}document.getElementById('3ddbd8e7').innerHTML += ' | View Map';var $l182daaa6f4586b607935dc8b7ba63440 = '

First Lenders Mortgage Corporation

Address: 85 Bagby Dr # 204, Birmingham, AL 35209, USA
Phone: (205) 942-9696
';var m_182daaa6f4586b607935dc8b7ba63440 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Lenders Mortgage Corporation',});m_182daaa6f4586b607935dc8b7ba63440['infowindow'] = new google.maps.InfoWindow({content: $l182daaa6f4586b607935dc8b7ba63440});var infowindow = new google.maps.InfoWindow({content: $l182daaa6f4586b607935dc8b7ba63440});google.maps.event.addListener(m_182daaa6f4586b607935dc8b7ba63440, 'click', function() {infowindow.open(map,m_182daaa6f4586b607935dc8b7ba63440);});$marker.push(m_182daaa6f4586b607935dc8b7ba63440);}});}google.maps.event.addDomListener(window, 'load', initialize);