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.4035,-86.9533)};var g_d481fbe55e77099eef411a60f2d36fca = new google.maps.Geocoder();g_d481fbe55e77099eef411a60f2d36fca.geocode( { 'address': "1920 3rd Ave N, Bessemer, AL 35020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bessemer-AL-credit-bureau-of-bessemer-inc').style.display = '';map = new google.maps.Map(document.getElementById('bessemer-AL-credit-bureau-of-bessemer-inc'), mapOptions);}document.getElementById('811eace7').innerHTML += ' | View Map';var $ld481fbe55e77099eef411a60f2d36fca = '

Credit Bureau of Bessemer Inc

Address: 1920 3rd Ave N, Bessemer, AL 35020, USA
Phone: (205) 428-3231
';var m_d481fbe55e77099eef411a60f2d36fca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bureau of Bessemer Inc',});m_d481fbe55e77099eef411a60f2d36fca['infowindow'] = new google.maps.InfoWindow({content: $ld481fbe55e77099eef411a60f2d36fca});var infowindow = new google.maps.InfoWindow({content: $ld481fbe55e77099eef411a60f2d36fca});google.maps.event.addListener(m_d481fbe55e77099eef411a60f2d36fca, 'click', function() {infowindow.open(map,m_d481fbe55e77099eef411a60f2d36fca);});$marker.push(m_d481fbe55e77099eef411a60f2d36fca);}});}google.maps.event.addDomListener(window, 'load', initialize);