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.5092,-86.7573)};var g_4e8acd45ddb9c8bcfb76033868032d16 = new google.maps.Geocoder();g_4e8acd45ddb9c8bcfb76033868032d16.geocode( { 'address': "3940 Montclair Rd #401, Birmingham, AL 35213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-stairway-lending').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-stairway-lending'), mapOptions);}document.getElementById('78b4a72e').innerHTML += ' | View Map';var $l4e8acd45ddb9c8bcfb76033868032d16 = '

Stairway Lending

Address: 3940 Montclair Rd #401, Birmingham, AL 35213, USA
Phone: (205) 327-1350
';var m_4e8acd45ddb9c8bcfb76033868032d16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stairway Lending',});m_4e8acd45ddb9c8bcfb76033868032d16['infowindow'] = new google.maps.InfoWindow({content: $l4e8acd45ddb9c8bcfb76033868032d16});var infowindow = new google.maps.InfoWindow({content: $l4e8acd45ddb9c8bcfb76033868032d16});google.maps.event.addListener(m_4e8acd45ddb9c8bcfb76033868032d16, 'click', function() {infowindow.open(map,m_4e8acd45ddb9c8bcfb76033868032d16);});$marker.push(m_4e8acd45ddb9c8bcfb76033868032d16);}});}google.maps.event.addDomListener(window, 'load', initialize);