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.8309,-82.5898)};var g_1439c5f297b2d55c8bc72905cf4ac5df = new google.maps.Geocoder();g_1439c5f297b2d55c8bc72905cf4ac5df.geocode( { 'address': "5820 Calhoun Memorial Hwy, Easley, SC 29640"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easley-SC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('easley-SC-wells-fargo-bank'), mapOptions);}document.getElementById('98195285').innerHTML += ' | View Map';var $l1439c5f297b2d55c8bc72905cf4ac5df = '

Wells Fargo Bank

Address: 5820 Calhoun Memorial Hwy, Easley, SC 29640
Phone: (864) 859-3838
';var m_1439c5f297b2d55c8bc72905cf4ac5df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1439c5f297b2d55c8bc72905cf4ac5df['infowindow'] = new google.maps.InfoWindow({content: $l1439c5f297b2d55c8bc72905cf4ac5df});var infowindow = new google.maps.InfoWindow({content: $l1439c5f297b2d55c8bc72905cf4ac5df});google.maps.event.addListener(m_1439c5f297b2d55c8bc72905cf4ac5df, 'click', function() {infowindow.open(map,m_1439c5f297b2d55c8bc72905cf4ac5df);});$marker.push(m_1439c5f297b2d55c8bc72905cf4ac5df);}});}google.maps.event.addDomListener(window, 'load', initialize);