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.3033,-79.8704)};var g_a734a0dafd278ba0910d1335c721313e = new google.maps.Geocoder();g_a734a0dafd278ba0910d1335c721313e.geocode( { 'address': "58 Public Square, Darlington, SC 29532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darlington-SC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('darlington-SC-wells-fargo-bank'), mapOptions);}document.getElementById('b7034e52').innerHTML += ' | View Map';var $la734a0dafd278ba0910d1335c721313e = '

Wells Fargo Bank

Address: 58 Public Square, Darlington, SC 29532, USA
Phone: (843) 393-4076
';var m_a734a0dafd278ba0910d1335c721313e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a734a0dafd278ba0910d1335c721313e['infowindow'] = new google.maps.InfoWindow({content: $la734a0dafd278ba0910d1335c721313e});var infowindow = new google.maps.InfoWindow({content: $la734a0dafd278ba0910d1335c721313e});google.maps.event.addListener(m_a734a0dafd278ba0910d1335c721313e, 'click', function() {infowindow.open(map,m_a734a0dafd278ba0910d1335c721313e);});$marker.push(m_a734a0dafd278ba0910d1335c721313e);}});}google.maps.event.addDomListener(window, 'load', initialize);