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.4707,-81.8871)};var g_df321578b4f5f132345d2e6b39743126 = new google.maps.Geocoder();g_df321578b4f5f132345d2e6b39743126.geocode( { 'address': "203 S Broad St, Clinton, SC 29325"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-SC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-SC-wells-fargo-bank'), mapOptions);}document.getElementById('c74ad22e').innerHTML += ' | View Map';var $ldf321578b4f5f132345d2e6b39743126 = '

Wells Fargo Bank

Address: 203 S Broad St, Clinton, SC 29325
Phone: (864) 833-0340
';var m_df321578b4f5f132345d2e6b39743126 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_df321578b4f5f132345d2e6b39743126['infowindow'] = new google.maps.InfoWindow({content: $ldf321578b4f5f132345d2e6b39743126});var infowindow = new google.maps.InfoWindow({content: $ldf321578b4f5f132345d2e6b39743126});google.maps.event.addListener(m_df321578b4f5f132345d2e6b39743126, 'click', function() {infowindow.open(map,m_df321578b4f5f132345d2e6b39743126);});$marker.push(m_df321578b4f5f132345d2e6b39743126);}});}google.maps.event.addDomListener(window, 'load', initialize);