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.9352,-82.2802)};var g_0b7e83a0c6df5de1ea6f113af3b39319 = new google.maps.Geocoder();g_0b7e83a0c6df5de1ea6f113af3b39319.geocode( { 'address': "6011 Wade Hampton Blvd, Taylors, SC 29687, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylors-SC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('taylors-SC-wells-fargo-bank'), mapOptions);}document.getElementById('2c1719ab').innerHTML += ' | View Map';var $l0b7e83a0c6df5de1ea6f113af3b39319 = '

Wells Fargo Bank

Address: 6011 Wade Hampton Blvd, Taylors, SC 29687, USA
Phone: (864) 848-7282
';var m_0b7e83a0c6df5de1ea6f113af3b39319 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_0b7e83a0c6df5de1ea6f113af3b39319['infowindow'] = new google.maps.InfoWindow({content: $l0b7e83a0c6df5de1ea6f113af3b39319});var infowindow = new google.maps.InfoWindow({content: $l0b7e83a0c6df5de1ea6f113af3b39319});google.maps.event.addListener(m_0b7e83a0c6df5de1ea6f113af3b39319, 'click', function() {infowindow.open(map,m_0b7e83a0c6df5de1ea6f113af3b39319);});$marker.push(m_0b7e83a0c6df5de1ea6f113af3b39319);}});}google.maps.event.addDomListener(window, 'load', initialize);