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.4325,-86.7241)};var g_9385db0d9f867b17eaf69177204b5477 = new google.maps.Geocoder();g_9385db0d9f867b17eaf69177204b5477.geocode( { 'address': "3660 Grandview Pkwy #150, Birmingham, AL 35243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-academy-mortgage---birmingham').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-academy-mortgage---birmingham'), mapOptions);}document.getElementById('4e8232df').innerHTML += ' | View Map';var $l9385db0d9f867b17eaf69177204b5477 = '

Academy Mortgage - Birmingham

Address: 3660 Grandview Pkwy #150, Birmingham, AL 35243, USA
Phone: (205) 332-8837
';var m_9385db0d9f867b17eaf69177204b5477 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Birmingham',});m_9385db0d9f867b17eaf69177204b5477['infowindow'] = new google.maps.InfoWindow({content: $l9385db0d9f867b17eaf69177204b5477});var infowindow = new google.maps.InfoWindow({content: $l9385db0d9f867b17eaf69177204b5477});google.maps.event.addListener(m_9385db0d9f867b17eaf69177204b5477, 'click', function() {infowindow.open(map,m_9385db0d9f867b17eaf69177204b5477);});$marker.push(m_9385db0d9f867b17eaf69177204b5477);}});}google.maps.event.addDomListener(window, 'load', initialize);