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.5111,-86.8185)};var g_c7a4c0b6ffd7f8192940ebd20ae4b360 = new google.maps.Geocoder();g_c7a4c0b6ffd7f8192940ebd20ae4b360.geocode( { 'address': "1124 3rd Ave N, Birmingham, AL 35203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-credit-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-credit-finance-inc'), mapOptions);}document.getElementById('1177b877').innerHTML += ' | View Map';var $lc7a4c0b6ffd7f8192940ebd20ae4b360 = '

Credit Finance, Inc.

Address: 1124 3rd Ave N, Birmingham, AL 35203, USA
Phone: (205) 458-4465
';var m_c7a4c0b6ffd7f8192940ebd20ae4b360 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Finance, Inc.',});m_c7a4c0b6ffd7f8192940ebd20ae4b360['infowindow'] = new google.maps.InfoWindow({content: $lc7a4c0b6ffd7f8192940ebd20ae4b360});var infowindow = new google.maps.InfoWindow({content: $lc7a4c0b6ffd7f8192940ebd20ae4b360});google.maps.event.addListener(m_c7a4c0b6ffd7f8192940ebd20ae4b360, 'click', function() {infowindow.open(map,m_c7a4c0b6ffd7f8192940ebd20ae4b360);});$marker.push(m_c7a4c0b6ffd7f8192940ebd20ae4b360);}});}google.maps.event.addDomListener(window, 'load', initialize);