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.8597,-84.6206)};var g_aa588d35d6e36c03c31823f66a8f3b2b = new google.maps.Geocoder();g_aa588d35d6e36c03c31823f66a8f3b2b.geocode( { 'address': "410 N 5th Ave B, Manchester, GA 31816, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('manchester-GA-world-finance-corporation'), mapOptions);}document.getElementById('31305434').innerHTML += ' | View Map';var $laa588d35d6e36c03c31823f66a8f3b2b = '

World Finance Corporation

Address: 410 N 5th Ave B, Manchester, GA 31816, USA
Phone: (706) 846-4321
';var m_aa588d35d6e36c03c31823f66a8f3b2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_aa588d35d6e36c03c31823f66a8f3b2b['infowindow'] = new google.maps.InfoWindow({content: $laa588d35d6e36c03c31823f66a8f3b2b});var infowindow = new google.maps.InfoWindow({content: $laa588d35d6e36c03c31823f66a8f3b2b});google.maps.event.addListener(m_aa588d35d6e36c03c31823f66a8f3b2b, 'click', function() {infowindow.open(map,m_aa588d35d6e36c03c31823f66a8f3b2b);});$marker.push(m_aa588d35d6e36c03c31823f66a8f3b2b);}});}google.maps.event.addDomListener(window, 'load', initialize);