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.4378,-86.0836)};var g_fd3d84eb7914d302db5c764179c46220 = new google.maps.Geocoder();g_fd3d84eb7914d302db5c764179c46220.geocode( { 'address': "811 E Battle St, Talladega, AL 35160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('talladega-AL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('talladega-AL-world-finance-corporation'), mapOptions);}document.getElementById('ce5a3e54').innerHTML += ' | View Map';var $lfd3d84eb7914d302db5c764179c46220 = '

World Finance Corporation

Address: 811 E Battle St, Talladega, AL 35160, USA
Phone: (256) 362-0950
';var m_fd3d84eb7914d302db5c764179c46220 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_fd3d84eb7914d302db5c764179c46220['infowindow'] = new google.maps.InfoWindow({content: $lfd3d84eb7914d302db5c764179c46220});var infowindow = new google.maps.InfoWindow({content: $lfd3d84eb7914d302db5c764179c46220});google.maps.event.addListener(m_fd3d84eb7914d302db5c764179c46220, 'click', function() {infowindow.open(map,m_fd3d84eb7914d302db5c764179c46220);});$marker.push(m_fd3d84eb7914d302db5c764179c46220);}});}google.maps.event.addDomListener(window, 'load', initialize);