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.0526,-81.1089)};var g_5acdccb751472f3f670bd48ed2bbd755 = new google.maps.Geocoder();g_5acdccb751472f3f670bd48ed2bbd755.geocode( { 'address': "3315 Broad River Rd #150, Columbia, SC 29210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-cashwell').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-cashwell'), mapOptions);}document.getElementById('2061649f').innerHTML += ' | View Map';var $l5acdccb751472f3f670bd48ed2bbd755 = '

Cashwell

Address: 3315 Broad River Rd #150, Columbia, SC 29210, USA
Phone: (803) 772-0973
';var m_5acdccb751472f3f670bd48ed2bbd755 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashwell',});m_5acdccb751472f3f670bd48ed2bbd755['infowindow'] = new google.maps.InfoWindow({content: $l5acdccb751472f3f670bd48ed2bbd755});var infowindow = new google.maps.InfoWindow({content: $l5acdccb751472f3f670bd48ed2bbd755});google.maps.event.addListener(m_5acdccb751472f3f670bd48ed2bbd755, 'click', function() {infowindow.open(map,m_5acdccb751472f3f670bd48ed2bbd755);});$marker.push(m_5acdccb751472f3f670bd48ed2bbd755);}});}google.maps.event.addDomListener(window, 'load', initialize);