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.6985,-79.8838)};var g_c19ed9a27fad44ad909b378739743fcb = new google.maps.Geocoder();g_c19ed9a27fad44ad909b378739743fcb.geocode( { 'address': "240 2nd St, Cheraw, SC 29520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheraw-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('cheraw-SC-world-finance-corporation'), mapOptions);}document.getElementById('ca844bed').innerHTML += ' | View Map';var $lc19ed9a27fad44ad909b378739743fcb = '

World Finance Corporation

Address: 240 2nd St, Cheraw, SC 29520, USA
Phone: (843) 537-6374
';var m_c19ed9a27fad44ad909b378739743fcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_c19ed9a27fad44ad909b378739743fcb['infowindow'] = new google.maps.InfoWindow({content: $lc19ed9a27fad44ad909b378739743fcb});var infowindow = new google.maps.InfoWindow({content: $lc19ed9a27fad44ad909b378739743fcb});google.maps.event.addListener(m_c19ed9a27fad44ad909b378739743fcb, 'click', function() {infowindow.open(map,m_c19ed9a27fad44ad909b378739743fcb);});$marker.push(m_c19ed9a27fad44ad909b378739743fcb);}});}google.maps.event.addDomListener(window, 'load', initialize);