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.5557,-82.6817)};var g_2ae01fcbf4bb1e001bf7cf2c2da95213 = new google.maps.Geocoder();g_2ae01fcbf4bb1e001bf7cf2c2da95213.geocode( { 'address': "3708 Liberty Hwy, Anderson, SC 29621, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anderson-SC-loan-store').style.display = '';map = new google.maps.Map(document.getElementById('anderson-SC-loan-store'), mapOptions);}document.getElementById('c8871b28').innerHTML += ' | View Map';var $l2ae01fcbf4bb1e001bf7cf2c2da95213 = '

Loan Store

Address: 3708 Liberty Hwy, Anderson, SC 29621, USA
Phone: (864) 225-8551
';var m_2ae01fcbf4bb1e001bf7cf2c2da95213 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Store',});m_2ae01fcbf4bb1e001bf7cf2c2da95213['infowindow'] = new google.maps.InfoWindow({content: $l2ae01fcbf4bb1e001bf7cf2c2da95213});var infowindow = new google.maps.InfoWindow({content: $l2ae01fcbf4bb1e001bf7cf2c2da95213});google.maps.event.addListener(m_2ae01fcbf4bb1e001bf7cf2c2da95213, 'click', function() {infowindow.open(map,m_2ae01fcbf4bb1e001bf7cf2c2da95213);});$marker.push(m_2ae01fcbf4bb1e001bf7cf2c2da95213);}});}google.maps.event.addDomListener(window, 'load', initialize);