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.2476,-80.5958)};var g_523ab41ebce5d9992ced4c0035287f98 = new google.maps.Geocoder();g_523ab41ebce5d9992ced4c0035287f98.geocode( { 'address': "108 E Dekalb St, Camden, SC 29020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-williams-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-williams-auto-sales'), mapOptions);}document.getElementById('5f04e4a4').innerHTML += ' | View Map';var $l523ab41ebce5d9992ced4c0035287f98 = '

Williams Auto Sales

Address: 108 E Dekalb St, Camden, SC 29020, USA
Phone: (803) 425-0052
';var m_523ab41ebce5d9992ced4c0035287f98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Williams Auto Sales',});m_523ab41ebce5d9992ced4c0035287f98['infowindow'] = new google.maps.InfoWindow({content: $l523ab41ebce5d9992ced4c0035287f98});var infowindow = new google.maps.InfoWindow({content: $l523ab41ebce5d9992ced4c0035287f98});google.maps.event.addListener(m_523ab41ebce5d9992ced4c0035287f98, 'click', function() {infowindow.open(map,m_523ab41ebce5d9992ced4c0035287f98);});$marker.push(m_523ab41ebce5d9992ced4c0035287f98);}});}google.maps.event.addDomListener(window, 'load', initialize);