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.4242,-83.1046)};var g_c2f2e31a6d643665cdaa15dd4ba3919d = new google.maps.Geocoder();g_c2f2e31a6d643665cdaa15dd4ba3919d.geocode( { 'address': "13675 Jones St, Lavonia, GA 30553, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lavonia-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lavonia-GA-world-finance-corporation'), mapOptions);}document.getElementById('ae5993ce').innerHTML += ' | View Map';var $lc2f2e31a6d643665cdaa15dd4ba3919d = '

World Finance Corporation

Address: 13675 Jones St, Lavonia, GA 30553, USA
Phone: (706) 356-4760
';var m_c2f2e31a6d643665cdaa15dd4ba3919d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_c2f2e31a6d643665cdaa15dd4ba3919d['infowindow'] = new google.maps.InfoWindow({content: $lc2f2e31a6d643665cdaa15dd4ba3919d});var infowindow = new google.maps.InfoWindow({content: $lc2f2e31a6d643665cdaa15dd4ba3919d});google.maps.event.addListener(m_c2f2e31a6d643665cdaa15dd4ba3919d, 'click', function() {infowindow.open(map,m_c2f2e31a6d643665cdaa15dd4ba3919d);});$marker.push(m_c2f2e31a6d643665cdaa15dd4ba3919d);}});}google.maps.event.addDomListener(window, 'load', initialize);