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(33.5426,-81.9417)};var g_b695220be1dd4c41c3e66c3c6e8c845d = new google.maps.Geocoder();g_b695220be1dd4c41c3e66c3c6e8c845d.geocode( { 'address': "616 Edgefield Rd # 160, North Augusta, SC 29841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-augusta-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('north-augusta-SC-world-finance-corporation'), mapOptions);}document.getElementById('05dd8a4d').innerHTML += ' | View Map';var $lb695220be1dd4c41c3e66c3c6e8c845d = '

World Finance Corporation

Address: 616 Edgefield Rd # 160, North Augusta, SC 29841, USA
Phone: (803) 202-0302
';var m_b695220be1dd4c41c3e66c3c6e8c845d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_b695220be1dd4c41c3e66c3c6e8c845d['infowindow'] = new google.maps.InfoWindow({content: $lb695220be1dd4c41c3e66c3c6e8c845d});var infowindow = new google.maps.InfoWindow({content: $lb695220be1dd4c41c3e66c3c6e8c845d});google.maps.event.addListener(m_b695220be1dd4c41c3e66c3c6e8c845d, 'click', function() {infowindow.open(map,m_b695220be1dd4c41c3e66c3c6e8c845d);});$marker.push(m_b695220be1dd4c41c3e66c3c6e8c845d);}});}google.maps.event.addDomListener(window, 'load', initialize);