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.3972,-86.969)};var g_d0a74b063228fa57fcd21e86d9368f30 = new google.maps.Geocoder();g_d0a74b063228fa57fcd21e86d9368f30.geocode( { 'address': "1000 9th Ave N, Bessemer, AL 35020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bessemer-AL-titlebucks-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('bessemer-AL-titlebucks-title-loans'), mapOptions);}document.getElementById('96510808').innerHTML += ' | View Map';var $ld0a74b063228fa57fcd21e86d9368f30 = '

TitleBucks Title Loans

Address: 1000 9th Ave N, Bessemer, AL 35020, USA
Phone: (205) 426-2009
';var m_d0a74b063228fa57fcd21e86d9368f30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleBucks Title Loans',});m_d0a74b063228fa57fcd21e86d9368f30['infowindow'] = new google.maps.InfoWindow({content: $ld0a74b063228fa57fcd21e86d9368f30});var infowindow = new google.maps.InfoWindow({content: $ld0a74b063228fa57fcd21e86d9368f30});google.maps.event.addListener(m_d0a74b063228fa57fcd21e86d9368f30, 'click', function() {infowindow.open(map,m_d0a74b063228fa57fcd21e86d9368f30);});$marker.push(m_d0a74b063228fa57fcd21e86d9368f30);}});}google.maps.event.addDomListener(window, 'load', initialize);