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(33.9174,-81.5268)};var g_df638792b4b5442d1ab1e46dd1dea479 = new google.maps.Geocoder();g_df638792b4b5442d1ab1e46dd1dea479.geocode( { 'address': "141 E Church St a, Leesville, SC 29070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesburg-leesville-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('batesburg-leesville-SC-world-finance-corporation'), mapOptions);}document.getElementById('18611e9d').innerHTML += ' | View Map';var $ldf638792b4b5442d1ab1e46dd1dea479 = '

World Finance Corporation

Address: 141 E Church St a, Leesville, SC 29070, USA
Phone: (803) 532-3381
';var m_df638792b4b5442d1ab1e46dd1dea479 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_df638792b4b5442d1ab1e46dd1dea479['infowindow'] = new google.maps.InfoWindow({content: $ldf638792b4b5442d1ab1e46dd1dea479});var infowindow = new google.maps.InfoWindow({content: $ldf638792b4b5442d1ab1e46dd1dea479});google.maps.event.addListener(m_df638792b4b5442d1ab1e46dd1dea479, 'click', function() {infowindow.open(map,m_df638792b4b5442d1ab1e46dd1dea479);});$marker.push(m_df638792b4b5442d1ab1e46dd1dea479);}});}google.maps.event.addDomListener(window, 'load', initialize);