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.3636,-86.9968)};var g_71f6278d140af599e06ad9bf1ba03cb0 = new google.maps.Geocoder();g_71f6278d140af599e06ad9bf1ba03cb0.geocode( { 'address': "5031 Ford Pkwy # 108, Bessemer, AL 35022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bessemer-AL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bessemer-AL-world-finance-corporation'), mapOptions);}document.getElementById('7d4746e5').innerHTML += ' | View Map';var $l71f6278d140af599e06ad9bf1ba03cb0 = '

World Finance Corporation

Address: 5031 Ford Pkwy # 108, Bessemer, AL 35022, USA
Phone: (205) 424-1717
';var m_71f6278d140af599e06ad9bf1ba03cb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_71f6278d140af599e06ad9bf1ba03cb0['infowindow'] = new google.maps.InfoWindow({content: $l71f6278d140af599e06ad9bf1ba03cb0});var infowindow = new google.maps.InfoWindow({content: $l71f6278d140af599e06ad9bf1ba03cb0});google.maps.event.addListener(m_71f6278d140af599e06ad9bf1ba03cb0, 'click', function() {infowindow.open(map,m_71f6278d140af599e06ad9bf1ba03cb0);});$marker.push(m_71f6278d140af599e06ad9bf1ba03cb0);}});}google.maps.event.addDomListener(window, 'load', initialize);