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.2748,-81.618)};var g_922f33cdefb2792b0f0f72965146208f = new google.maps.Geocoder();g_922f33cdefb2792b0f0f72965146208f.geocode( { 'address': "1400 Main St, Newberry, SC 29108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newberry-SC-southern-finance').style.display = '';map = new google.maps.Map(document.getElementById('newberry-SC-southern-finance'), mapOptions);}document.getElementById('8e7ae428').innerHTML += ' | View Map';var $l922f33cdefb2792b0f0f72965146208f = '

Southern Finance

Address: 1400 Main St, Newberry, SC 29108, USA
Phone: (803) 276-4240
';var m_922f33cdefb2792b0f0f72965146208f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Finance',});m_922f33cdefb2792b0f0f72965146208f['infowindow'] = new google.maps.InfoWindow({content: $l922f33cdefb2792b0f0f72965146208f});var infowindow = new google.maps.InfoWindow({content: $l922f33cdefb2792b0f0f72965146208f});google.maps.event.addListener(m_922f33cdefb2792b0f0f72965146208f, 'click', function() {infowindow.open(map,m_922f33cdefb2792b0f0f72965146208f);});$marker.push(m_922f33cdefb2792b0f0f72965146208f);}});}google.maps.event.addDomListener(window, 'load', initialize);