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.819,-82.275)};var g_c17028c9b6e0c5deaad29665d582284a = new google.maps.Geocoder();g_c17028c9b6e0c5deaad29665d582284a.geocode( { 'address': "1618 Woodruff Rd Unit F, Greenville, SC 29607, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-world-finance'), mapOptions);}document.getElementById('ddb49e36').innerHTML += ' | View Map';var $lc17028c9b6e0c5deaad29665d582284a = '

World Finance

Address: 1618 Woodruff Rd Unit F, Greenville, SC 29607, United States
Phone: (864) 297-0405
';var m_c17028c9b6e0c5deaad29665d582284a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_c17028c9b6e0c5deaad29665d582284a['infowindow'] = new google.maps.InfoWindow({content: $lc17028c9b6e0c5deaad29665d582284a});var infowindow = new google.maps.InfoWindow({content: $lc17028c9b6e0c5deaad29665d582284a});google.maps.event.addListener(m_c17028c9b6e0c5deaad29665d582284a, 'click', function() {infowindow.open(map,m_c17028c9b6e0c5deaad29665d582284a);});$marker.push(m_c17028c9b6e0c5deaad29665d582284a);}});}google.maps.event.addDomListener(window, 'load', initialize);