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(35.1202,-81.9095)};var g_985f0e2f2aa3cb362e0678818f6a4aa6 = new google.maps.Geocoder();g_985f0e2f2aa3cb362e0678818f6a4aa6.geocode( { 'address': "303 S. Alabama Avenue, Chesnee, SC 29323"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesnee-SC-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('chesnee-SC-suntrust-bank'), mapOptions);}document.getElementById('78c52f38').innerHTML += ' | View Map';var $l985f0e2f2aa3cb362e0678818f6a4aa6 = '

SunTrust Bank

Address: 303 S. Alabama Avenue, Chesnee, SC 29323
Phone: (864) 461-2273
';var m_985f0e2f2aa3cb362e0678818f6a4aa6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_985f0e2f2aa3cb362e0678818f6a4aa6['infowindow'] = new google.maps.InfoWindow({content: $l985f0e2f2aa3cb362e0678818f6a4aa6});var infowindow = new google.maps.InfoWindow({content: $l985f0e2f2aa3cb362e0678818f6a4aa6});google.maps.event.addListener(m_985f0e2f2aa3cb362e0678818f6a4aa6, 'click', function() {infowindow.open(map,m_985f0e2f2aa3cb362e0678818f6a4aa6);});$marker.push(m_985f0e2f2aa3cb362e0678818f6a4aa6);}});}google.maps.event.addDomListener(window, 'load', initialize);