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.4015,-86.9656)};var g_fce12421738c87ff5ab1c061b3a5681f = new google.maps.Geocoder();g_fce12421738c87ff5ab1c061b3a5681f.geocode( { 'address': "1400 9th Ave N #124, Bessemer, AL 35020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bessemer-AL-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('bessemer-AL-covington-credit'), mapOptions);}document.getElementById('3a5dc0a8').innerHTML += ' | View Map';var $lfce12421738c87ff5ab1c061b3a5681f = '

Covington Credit

Address: 1400 9th Ave N #124, Bessemer, AL 35020, USA
Phone: (205) 733-4228
';var m_fce12421738c87ff5ab1c061b3a5681f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_fce12421738c87ff5ab1c061b3a5681f['infowindow'] = new google.maps.InfoWindow({content: $lfce12421738c87ff5ab1c061b3a5681f});var infowindow = new google.maps.InfoWindow({content: $lfce12421738c87ff5ab1c061b3a5681f});google.maps.event.addListener(m_fce12421738c87ff5ab1c061b3a5681f, 'click', function() {infowindow.open(map,m_fce12421738c87ff5ab1c061b3a5681f);});$marker.push(m_fce12421738c87ff5ab1c061b3a5681f);}});}google.maps.event.addDomListener(window, 'load', initialize);