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.8276,-82.5703)};var g_0b042019249367c3458ade072a22e437 = new google.maps.Geocoder();g_0b042019249367c3458ade072a22e437.geocode( { 'address': "1800 E Main St, Easley, SC 29640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easley-SC-scbt').style.display = '';map = new google.maps.Map(document.getElementById('easley-SC-scbt'), mapOptions);}document.getElementById('14f63715').innerHTML += ' | View Map';var $l0b042019249367c3458ade072a22e437 = '

SCBT

Address: 1800 E Main St, Easley, SC 29640, USA
Phone: (864) 859-2265
';var m_0b042019249367c3458ade072a22e437 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SCBT',});m_0b042019249367c3458ade072a22e437['infowindow'] = new google.maps.InfoWindow({content: $l0b042019249367c3458ade072a22e437});var infowindow = new google.maps.InfoWindow({content: $l0b042019249367c3458ade072a22e437});google.maps.event.addListener(m_0b042019249367c3458ade072a22e437, 'click', function() {infowindow.open(map,m_0b042019249367c3458ade072a22e437);});$marker.push(m_0b042019249367c3458ade072a22e437);}});}google.maps.event.addDomListener(window, 'load', initialize);