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.4352,-81.767)};var g_799ff4ec00f591bc660d94de38c138b9 = new google.maps.Geocoder();g_799ff4ec00f591bc660d94de38c138b9.geocode( { 'address': "609 Brannen St #8, Statesboro, GA 30458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('statesboro-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('statesboro-GA-world-finance-corporation'), mapOptions);}document.getElementById('35dec01f').innerHTML += ' | View Map';var $l799ff4ec00f591bc660d94de38c138b9 = '

World Finance Corporation

Address: 609 Brannen St #8, Statesboro, GA 30458, USA
Phone: (912) 764-8902
';var m_799ff4ec00f591bc660d94de38c138b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_799ff4ec00f591bc660d94de38c138b9['infowindow'] = new google.maps.InfoWindow({content: $l799ff4ec00f591bc660d94de38c138b9});var infowindow = new google.maps.InfoWindow({content: $l799ff4ec00f591bc660d94de38c138b9});google.maps.event.addListener(m_799ff4ec00f591bc660d94de38c138b9, 'click', function() {infowindow.open(map,m_799ff4ec00f591bc660d94de38c138b9);});$marker.push(m_799ff4ec00f591bc660d94de38c138b9);}});}google.maps.event.addDomListener(window, 'load', initialize);