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(35.0355,-80.9721)};var g_49de3763a2a8e2ce3d9ff78447e3d5a9 = new google.maps.Geocoder();g_49de3763a2a8e2ce3d9ff78447e3d5a9.geocode( { 'address': "West,, 1754 SC-160 #107, Fort Mill, SC 29708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-mill-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('fort-mill-SC-world-finance-corporation'), mapOptions);}document.getElementById('8e4dfbe9').innerHTML += ' | View Map';var $l49de3763a2a8e2ce3d9ff78447e3d5a9 = '

World Finance Corporation

Address: West,, 1754 SC-160 #107, Fort Mill, SC 29708, USA
Phone: (803) 578-8055
';var m_49de3763a2a8e2ce3d9ff78447e3d5a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_49de3763a2a8e2ce3d9ff78447e3d5a9['infowindow'] = new google.maps.InfoWindow({content: $l49de3763a2a8e2ce3d9ff78447e3d5a9});var infowindow = new google.maps.InfoWindow({content: $l49de3763a2a8e2ce3d9ff78447e3d5a9});google.maps.event.addListener(m_49de3763a2a8e2ce3d9ff78447e3d5a9, 'click', function() {infowindow.open(map,m_49de3763a2a8e2ce3d9ff78447e3d5a9);});$marker.push(m_49de3763a2a8e2ce3d9ff78447e3d5a9);}});}google.maps.event.addDomListener(window, 'load', initialize);