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.4534,-86.7354)};var g_edf0852a4e218c015e5a3a3ef9d74874 = new google.maps.Geocoder();g_edf0852a4e218c015e5a3a3ef9d74874.geocode( { 'address': "4256 Cahaba Heights Ct, Birmingham, AL 35243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-cis-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-cis-home-loans'), mapOptions);}document.getElementById('bd745f6a').innerHTML += ' | View Map';var $ledf0852a4e218c015e5a3a3ef9d74874 = '

CIS Home Loans

Address: 4256 Cahaba Heights Ct, Birmingham, AL 35243, USA
Phone: (205) 443-7290
';var m_edf0852a4e218c015e5a3a3ef9d74874 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CIS Home Loans',});m_edf0852a4e218c015e5a3a3ef9d74874['infowindow'] = new google.maps.InfoWindow({content: $ledf0852a4e218c015e5a3a3ef9d74874});var infowindow = new google.maps.InfoWindow({content: $ledf0852a4e218c015e5a3a3ef9d74874});google.maps.event.addListener(m_edf0852a4e218c015e5a3a3ef9d74874, 'click', function() {infowindow.open(map,m_edf0852a4e218c015e5a3a3ef9d74874);});$marker.push(m_edf0852a4e218c015e5a3a3ef9d74874);}});}google.maps.event.addDomListener(window, 'load', initialize);