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(34.567,-87.0093)};var g_afbab3418a89e0c28f072f3e1f7ad309 = new google.maps.Geocoder();g_afbab3418a89e0c28f072f3e1f7ad309.geocode( { 'address': "1626 Beltline Rd SW, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-world-finance-corporation'), mapOptions);}document.getElementById('b0354119').innerHTML += ' | View Map';var $lafbab3418a89e0c28f072f3e1f7ad309 = '

World Finance Corporation

Address: 1626 Beltline Rd SW, Decatur, AL 35601, USA
Phone: (256) 353-1988
';var m_afbab3418a89e0c28f072f3e1f7ad309 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_afbab3418a89e0c28f072f3e1f7ad309['infowindow'] = new google.maps.InfoWindow({content: $lafbab3418a89e0c28f072f3e1f7ad309});var infowindow = new google.maps.InfoWindow({content: $lafbab3418a89e0c28f072f3e1f7ad309});google.maps.event.addListener(m_afbab3418a89e0c28f072f3e1f7ad309, 'click', function() {infowindow.open(map,m_afbab3418a89e0c28f072f3e1f7ad309);});$marker.push(m_afbab3418a89e0c28f072f3e1f7ad309);}});}google.maps.event.addDomListener(window, 'load', initialize);