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(32.878,-81.1213)};var g_525b8410cc8612283c9ecaf9a319f8ed = new google.maps.Geocoder();g_525b8410cc8612283c9ecaf9a319f8ed.geocode( { 'address': "1113 Elm St W, Hampton, SC 29924, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-SC-sunset-finance').style.display = '';map = new google.maps.Map(document.getElementById('hampton-SC-sunset-finance'), mapOptions);}document.getElementById('96671aac').innerHTML += ' | View Map';var $l525b8410cc8612283c9ecaf9a319f8ed = '

Sunset Finance

Address: 1113 Elm St W, Hampton, SC 29924, USA
Phone: (803) 914-0511
';var m_525b8410cc8612283c9ecaf9a319f8ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunset Finance',});m_525b8410cc8612283c9ecaf9a319f8ed['infowindow'] = new google.maps.InfoWindow({content: $l525b8410cc8612283c9ecaf9a319f8ed});var infowindow = new google.maps.InfoWindow({content: $l525b8410cc8612283c9ecaf9a319f8ed});google.maps.event.addListener(m_525b8410cc8612283c9ecaf9a319f8ed, 'click', function() {infowindow.open(map,m_525b8410cc8612283c9ecaf9a319f8ed);});$marker.push(m_525b8410cc8612283c9ecaf9a319f8ed);}});}google.maps.event.addDomListener(window, 'load', initialize);