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.3641,-86.7665)};var g_64ad22d5349877a67487b222aed67352 = new google.maps.Geocoder();g_64ad22d5349877a67487b222aed67352.geocode( { 'address': "1904 Indian Lake Dr, Birmingham, AL 35244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-classic-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-classic-home-mortgage'), mapOptions);}document.getElementById('fdeec3e4').innerHTML += ' | View Map';var $l64ad22d5349877a67487b222aed67352 = '

Classic Home Mortgage

Address: 1904 Indian Lake Dr, Birmingham, AL 35244, USA
Phone: (205) 444-5866
';var m_64ad22d5349877a67487b222aed67352 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Classic Home Mortgage',});m_64ad22d5349877a67487b222aed67352['infowindow'] = new google.maps.InfoWindow({content: $l64ad22d5349877a67487b222aed67352});var infowindow = new google.maps.InfoWindow({content: $l64ad22d5349877a67487b222aed67352});google.maps.event.addListener(m_64ad22d5349877a67487b222aed67352, 'click', function() {infowindow.open(map,m_64ad22d5349877a67487b222aed67352);});$marker.push(m_64ad22d5349877a67487b222aed67352);}});}google.maps.event.addDomListener(window, 'load', initialize);