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.6162,-81.1039)};var g_715c2b03648d30ffacf4c2599f4d4861 = new google.maps.Geocoder();g_715c2b03648d30ffacf4c2599f4d4861.geocode( { 'address': "612 Main St W b, North, SC 29112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('north-SC-world-finance-corporation'), mapOptions);}document.getElementById('428f7a50').innerHTML += ' | View Map';var $l715c2b03648d30ffacf4c2599f4d4861 = '

World Finance Corporation

Address: 612 Main St W b, North, SC 29112, USA
Phone: (803) 247-3140
';var m_715c2b03648d30ffacf4c2599f4d4861 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_715c2b03648d30ffacf4c2599f4d4861['infowindow'] = new google.maps.InfoWindow({content: $l715c2b03648d30ffacf4c2599f4d4861});var infowindow = new google.maps.InfoWindow({content: $l715c2b03648d30ffacf4c2599f4d4861});google.maps.event.addListener(m_715c2b03648d30ffacf4c2599f4d4861, 'click', function() {infowindow.open(map,m_715c2b03648d30ffacf4c2599f4d4861);});$marker.push(m_715c2b03648d30ffacf4c2599f4d4861);}});}google.maps.event.addDomListener(window, 'load', initialize);