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.162,-82.3823)};var g_8d6a857173c70fcf528f1b91003acffe = new google.maps.Geocoder();g_8d6a857173c70fcf528f1b91003acffe.geocode( { 'address': "815 W Greenwood St #2, Abbeville, SC 29620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abbeville-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('abbeville-SC-world-finance-corporation'), mapOptions);}document.getElementById('927f6b66').innerHTML += ' | View Map';var $l8d6a857173c70fcf528f1b91003acffe = '

World Finance Corporation

Address: 815 W Greenwood St #2, Abbeville, SC 29620, USA
Phone: (864) 459-5031
';var m_8d6a857173c70fcf528f1b91003acffe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_8d6a857173c70fcf528f1b91003acffe['infowindow'] = new google.maps.InfoWindow({content: $l8d6a857173c70fcf528f1b91003acffe});var infowindow = new google.maps.InfoWindow({content: $l8d6a857173c70fcf528f1b91003acffe});google.maps.event.addListener(m_8d6a857173c70fcf528f1b91003acffe, 'click', function() {infowindow.open(map,m_8d6a857173c70fcf528f1b91003acffe);});$marker.push(m_8d6a857173c70fcf528f1b91003acffe);}});}google.maps.event.addDomListener(window, 'load', initialize);