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.6854,-82.9914)};var g_a305c17f85b99588ce35cb4e9cd6134f = new google.maps.Geocoder();g_a305c17f85b99588ce35cb4e9cd6134f.geocode( { 'address': "15871 Wells Hwy, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-world-finance-corporation'), mapOptions);}document.getElementById('a25df935').innerHTML += ' | View Map';var $la305c17f85b99588ce35cb4e9cd6134f = '

World Finance Corporation

Address: 15871 Wells Hwy, Seneca, SC 29678, USA
Phone: (864) 882-1947
';var m_a305c17f85b99588ce35cb4e9cd6134f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_a305c17f85b99588ce35cb4e9cd6134f['infowindow'] = new google.maps.InfoWindow({content: $la305c17f85b99588ce35cb4e9cd6134f});var infowindow = new google.maps.InfoWindow({content: $la305c17f85b99588ce35cb4e9cd6134f});google.maps.event.addListener(m_a305c17f85b99588ce35cb4e9cd6134f, 'click', function() {infowindow.open(map,m_a305c17f85b99588ce35cb4e9cd6134f);});$marker.push(m_a305c17f85b99588ce35cb4e9cd6134f);}});}google.maps.event.addDomListener(window, 'load', initialize);