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.0261,-81.9643)};var g_2059f157c96fadee0179181132e852dd = new google.maps.Geocoder();g_2059f157c96fadee0179181132e852dd.geocode( { 'address': "2248 Boiling Springs Rd, Boiling Springs, SC 29316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boiling-springs-SC-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('boiling-springs-SC-world-finance'), mapOptions);}document.getElementById('72653059').innerHTML += ' | View Map';var $l2059f157c96fadee0179181132e852dd = '

World Finance

Address: 2248 Boiling Springs Rd, Boiling Springs, SC 29316, USA
Phone: (864) 578-1010
';var m_2059f157c96fadee0179181132e852dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_2059f157c96fadee0179181132e852dd['infowindow'] = new google.maps.InfoWindow({content: $l2059f157c96fadee0179181132e852dd});var infowindow = new google.maps.InfoWindow({content: $l2059f157c96fadee0179181132e852dd});google.maps.event.addListener(m_2059f157c96fadee0179181132e852dd, 'click', function() {infowindow.open(map,m_2059f157c96fadee0179181132e852dd);});$marker.push(m_2059f157c96fadee0179181132e852dd);}});}google.maps.event.addDomListener(window, 'load', initialize);