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.283,-81.5876)};var g_a74c9cc33c58df9f60b24972911d01b7 = new google.maps.Geocoder();g_a74c9cc33c58df9f60b24972911d01b7.geocode( { 'address': "2855 Main St, Newberry, SC 29108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newberry-SC-cashwell').style.display = '';map = new google.maps.Map(document.getElementById('newberry-SC-cashwell'), mapOptions);}document.getElementById('02c45ca2').innerHTML += ' | View Map';var $la74c9cc33c58df9f60b24972911d01b7 = '

Cashwell

Address: 2855 Main St, Newberry, SC 29108, USA
Phone: (803) 405-1033
';var m_a74c9cc33c58df9f60b24972911d01b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashwell',});m_a74c9cc33c58df9f60b24972911d01b7['infowindow'] = new google.maps.InfoWindow({content: $la74c9cc33c58df9f60b24972911d01b7});var infowindow = new google.maps.InfoWindow({content: $la74c9cc33c58df9f60b24972911d01b7});google.maps.event.addListener(m_a74c9cc33c58df9f60b24972911d01b7, 'click', function() {infowindow.open(map,m_a74c9cc33c58df9f60b24972911d01b7);});$marker.push(m_a74c9cc33c58df9f60b24972911d01b7);}});}google.maps.event.addDomListener(window, 'load', initialize);