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.3769,-86.7986)};var g_40bba97378312f9ca9a6e0085eb53a51 = new google.maps.Geocoder();g_40bba97378312f9ca9a6e0085eb53a51.geocode( { 'address': "2131 Data Office Dr #240, Birmingham, AL 35244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-mortgage-linc').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-mortgage-linc'), mapOptions);}document.getElementById('bbd0a585').innerHTML += ' | View Map';var $l40bba97378312f9ca9a6e0085eb53a51 = '

Mortgage Linc

Address: 2131 Data Office Dr #240, Birmingham, AL 35244, USA
Phone: (205) 502-4722
';var m_40bba97378312f9ca9a6e0085eb53a51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Linc',});m_40bba97378312f9ca9a6e0085eb53a51['infowindow'] = new google.maps.InfoWindow({content: $l40bba97378312f9ca9a6e0085eb53a51});var infowindow = new google.maps.InfoWindow({content: $l40bba97378312f9ca9a6e0085eb53a51});google.maps.event.addListener(m_40bba97378312f9ca9a6e0085eb53a51, 'click', function() {infowindow.open(map,m_40bba97378312f9ca9a6e0085eb53a51);});$marker.push(m_40bba97378312f9ca9a6e0085eb53a51);}});}google.maps.event.addDomListener(window, 'load', initialize);