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.2428,-81.3632)};var g_ed9a251aef4e6afaf071f1e822851eed = new google.maps.Geocoder();g_ed9a251aef4e6afaf071f1e822851eed.geocode( { 'address': "78 Burr St, Barnwell, SC 29812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barnwell-SC-southern-finance').style.display = '';map = new google.maps.Map(document.getElementById('barnwell-SC-southern-finance'), mapOptions);}document.getElementById('0472f4a3').innerHTML += ' | View Map';var $led9a251aef4e6afaf071f1e822851eed = '

Southern Finance

Address: 78 Burr St, Barnwell, SC 29812, USA
Phone: (803) 259-2194
';var m_ed9a251aef4e6afaf071f1e822851eed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Finance',});m_ed9a251aef4e6afaf071f1e822851eed['infowindow'] = new google.maps.InfoWindow({content: $led9a251aef4e6afaf071f1e822851eed});var infowindow = new google.maps.InfoWindow({content: $led9a251aef4e6afaf071f1e822851eed});google.maps.event.addListener(m_ed9a251aef4e6afaf071f1e822851eed, 'click', function() {infowindow.open(map,m_ed9a251aef4e6afaf071f1e822851eed);});$marker.push(m_ed9a251aef4e6afaf071f1e822851eed);}});}google.maps.event.addDomListener(window, 'load', initialize);