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.6788,-82.8397)};var g_14981488235df29c0db87fb7aa15f65b = new google.maps.Geocoder();g_14981488235df29c0db87fb7aa15f65b.geocode( { 'address': "527 Fort Hill St, Clemson, SC 29634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clemson-SC-bbt-clemson').style.display = '';map = new google.maps.Map(document.getElementById('clemson-SC-bbt-clemson'), mapOptions);}document.getElementById('b8bfa2a5').innerHTML += ' | View Map';var $l14981488235df29c0db87fb7aa15f65b = '

BB&T CLEMSON

Address: 527 Fort Hill St, Clemson, SC 29634, USA
Phone:
';var m_14981488235df29c0db87fb7aa15f65b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T CLEMSON',});m_14981488235df29c0db87fb7aa15f65b['infowindow'] = new google.maps.InfoWindow({content: $l14981488235df29c0db87fb7aa15f65b});var infowindow = new google.maps.InfoWindow({content: $l14981488235df29c0db87fb7aa15f65b});google.maps.event.addListener(m_14981488235df29c0db87fb7aa15f65b, 'click', function() {infowindow.open(map,m_14981488235df29c0db87fb7aa15f65b);});$marker.push(m_14981488235df29c0db87fb7aa15f65b);}});}google.maps.event.addDomListener(window, 'load', initialize);