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.5088,-86.8198)};var g_ca1f81af8d0f2a685715eb1a0cc18e8d = new google.maps.Geocoder();g_ca1f81af8d0f2a685715eb1a0cc18e8d.geocode( { 'address': "921 2nd Ave N A, Birmingham, AL 35203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-nmi-mortgage-funding').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-nmi-mortgage-funding'), mapOptions);}document.getElementById('2bebdce5').innerHTML += ' | View Map';var $lca1f81af8d0f2a685715eb1a0cc18e8d = '

NMI Mortgage Funding

Address: 921 2nd Ave N A, Birmingham, AL 35203, USA
Phone: (205) 940-9660
';var m_ca1f81af8d0f2a685715eb1a0cc18e8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NMI Mortgage Funding',});m_ca1f81af8d0f2a685715eb1a0cc18e8d['infowindow'] = new google.maps.InfoWindow({content: $lca1f81af8d0f2a685715eb1a0cc18e8d});var infowindow = new google.maps.InfoWindow({content: $lca1f81af8d0f2a685715eb1a0cc18e8d});google.maps.event.addListener(m_ca1f81af8d0f2a685715eb1a0cc18e8d, 'click', function() {infowindow.open(map,m_ca1f81af8d0f2a685715eb1a0cc18e8d);});$marker.push(m_ca1f81af8d0f2a685715eb1a0cc18e8d);}});}google.maps.event.addDomListener(window, 'load', initialize);