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.7721,-80.3918)};var g_fa9462ba01ad26f19535be3c4c462a5e = new google.maps.Geocoder();g_fa9462ba01ad26f19535be3c4c462a5e.geocode( { 'address': "104 W McGregor St, Pageland, SC 29728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pageland-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('pageland-SC-world-finance-corporation'), mapOptions);}document.getElementById('ae568dcc').innerHTML += ' | View Map';var $lfa9462ba01ad26f19535be3c4c462a5e = '

World Finance Corporation

Address: 104 W McGregor St, Pageland, SC 29728, USA
Phone: (843) 672-3267
';var m_fa9462ba01ad26f19535be3c4c462a5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_fa9462ba01ad26f19535be3c4c462a5e['infowindow'] = new google.maps.InfoWindow({content: $lfa9462ba01ad26f19535be3c4c462a5e});var infowindow = new google.maps.InfoWindow({content: $lfa9462ba01ad26f19535be3c4c462a5e});google.maps.event.addListener(m_fa9462ba01ad26f19535be3c4c462a5e, 'click', function() {infowindow.open(map,m_fa9462ba01ad26f19535be3c4c462a5e);});$marker.push(m_fa9462ba01ad26f19535be3c4c462a5e);}});}google.maps.event.addDomListener(window, 'load', initialize);