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.2823,-85.8176)};var g_ab226bf7dc4eccb159825803a6726f3a = new google.maps.Geocoder();g_ab226bf7dc4eccb159825803a6726f3a.geocode( { 'address': "28 Ashland Gardens Rd, Ashland, AL 36251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-AL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('ashland-AL-world-finance-corporation'), mapOptions);}document.getElementById('06015f6c').innerHTML += ' | View Map';var $lab226bf7dc4eccb159825803a6726f3a = '

World Finance Corporation

Address: 28 Ashland Gardens Rd, Ashland, AL 36251, USA
Phone: (256) 354-1491
';var m_ab226bf7dc4eccb159825803a6726f3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_ab226bf7dc4eccb159825803a6726f3a['infowindow'] = new google.maps.InfoWindow({content: $lab226bf7dc4eccb159825803a6726f3a});var infowindow = new google.maps.InfoWindow({content: $lab226bf7dc4eccb159825803a6726f3a});google.maps.event.addListener(m_ab226bf7dc4eccb159825803a6726f3a, 'click', function() {infowindow.open(map,m_ab226bf7dc4eccb159825803a6726f3a);});$marker.push(m_ab226bf7dc4eccb159825803a6726f3a);}});}google.maps.event.addDomListener(window, 'load', initialize);