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(32.817,-86.607)};var g_cc296f96eaa7b5ed84c5006f2ed706da = new google.maps.Geocoder();g_cc296f96eaa7b5ed84c5006f2ed706da.geocode( { 'address': "1447 7th St S, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-world-finance-corporation'), mapOptions);}document.getElementById('89d77401').innerHTML += ' | View Map';var $lcc296f96eaa7b5ed84c5006f2ed706da = '

World Finance Corporation

Address: 1447 7th St S, Clanton, AL 35045, USA
Phone: (205) 755-5000
';var m_cc296f96eaa7b5ed84c5006f2ed706da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_cc296f96eaa7b5ed84c5006f2ed706da['infowindow'] = new google.maps.InfoWindow({content: $lcc296f96eaa7b5ed84c5006f2ed706da});var infowindow = new google.maps.InfoWindow({content: $lcc296f96eaa7b5ed84c5006f2ed706da});google.maps.event.addListener(m_cc296f96eaa7b5ed84c5006f2ed706da, 'click', function() {infowindow.open(map,m_cc296f96eaa7b5ed84c5006f2ed706da);});$marker.push(m_cc296f96eaa7b5ed84c5006f2ed706da);}});}google.maps.event.addDomListener(window, 'load', initialize);