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(31.594,-83.25)};var g_25b7c3bb10f2f5292856121111dad908 = new google.maps.Geocoder();g_25b7c3bb10f2f5292856121111dad908.geocode( { 'address': "113 E 4th St, Ocilla, GA 31774, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocilla-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('ocilla-GA-world-finance-corporation'), mapOptions);}document.getElementById('ee3ffaf1').innerHTML += ' | View Map';var $l25b7c3bb10f2f5292856121111dad908 = '

World Finance Corporation

Address: 113 E 4th St, Ocilla, GA 31774, USA
Phone: (229) 468-9448
';var m_25b7c3bb10f2f5292856121111dad908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_25b7c3bb10f2f5292856121111dad908['infowindow'] = new google.maps.InfoWindow({content: $l25b7c3bb10f2f5292856121111dad908});var infowindow = new google.maps.InfoWindow({content: $l25b7c3bb10f2f5292856121111dad908});google.maps.event.addListener(m_25b7c3bb10f2f5292856121111dad908, 'click', function() {infowindow.open(map,m_25b7c3bb10f2f5292856121111dad908);});$marker.push(m_25b7c3bb10f2f5292856121111dad908);}});}google.maps.event.addDomListener(window, 'load', initialize);