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.1672,-79.7779)};var g_61370213c90759696536e996a5a61bd4 = new google.maps.Geocoder();g_61370213c90759696536e996a5a61bd4.geocode( { 'address': "804 2nd Loop Rd A, Florence, SC 29505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-SC-sunset-finance').style.display = '';map = new google.maps.Map(document.getElementById('florence-SC-sunset-finance'), mapOptions);}document.getElementById('b745dd0a').innerHTML += ' | View Map';var $l61370213c90759696536e996a5a61bd4 = '

Sunset Finance

Address: 804 2nd Loop Rd A, Florence, SC 29505, USA
Phone: (843) 665-6081
';var m_61370213c90759696536e996a5a61bd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunset Finance',});m_61370213c90759696536e996a5a61bd4['infowindow'] = new google.maps.InfoWindow({content: $l61370213c90759696536e996a5a61bd4});var infowindow = new google.maps.InfoWindow({content: $l61370213c90759696536e996a5a61bd4});google.maps.event.addListener(m_61370213c90759696536e996a5a61bd4, 'click', function() {infowindow.open(map,m_61370213c90759696536e996a5a61bd4);});$marker.push(m_61370213c90759696536e996a5a61bd4);}});}google.maps.event.addDomListener(window, 'load', initialize);