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.5341,-83.5332)};var g_b96ddb000623f21eba5238631186e011 = new google.maps.Geocoder();g_b96ddb000623f21eba5238631186e011.geocode( { 'address': "700 US-441 BUS, Cornelia, GA 30531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelia-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('cornelia-GA-world-finance-corporation'), mapOptions);}document.getElementById('7e3564dc').innerHTML += ' | View Map';var $lb96ddb000623f21eba5238631186e011 = '

World Finance Corporation

Address: 700 US-441 BUS, Cornelia, GA 30531, USA
Phone: (706) 776-3803
';var m_b96ddb000623f21eba5238631186e011 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_b96ddb000623f21eba5238631186e011['infowindow'] = new google.maps.InfoWindow({content: $lb96ddb000623f21eba5238631186e011});var infowindow = new google.maps.InfoWindow({content: $lb96ddb000623f21eba5238631186e011});google.maps.event.addListener(m_b96ddb000623f21eba5238631186e011, 'click', function() {infowindow.open(map,m_b96ddb000623f21eba5238631186e011);});$marker.push(m_b96ddb000623f21eba5238631186e011);}});}google.maps.event.addDomListener(window, 'load', initialize);