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(33.2977,-81.0386)};var g_684c6f9a826ff62385bfa56335436319 = new google.maps.Geocoder();g_684c6f9a826ff62385bfa56335436319.geocode( { 'address': "12157 Heritage Hwy, Bamberg, SC 29003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bamberg-SC-wells-fargo-atm').style.display = '';map = new google.maps.Map(document.getElementById('bamberg-SC-wells-fargo-atm'), mapOptions);}document.getElementById('acdb5b4d').innerHTML += ' | View Map';var $l684c6f9a826ff62385bfa56335436319 = '

Wells Fargo ATM

Address: 12157 Heritage Hwy, Bamberg, SC 29003, USA
Phone: (803) 245-4382
';var m_684c6f9a826ff62385bfa56335436319 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo ATM',});m_684c6f9a826ff62385bfa56335436319['infowindow'] = new google.maps.InfoWindow({content: $l684c6f9a826ff62385bfa56335436319});var infowindow = new google.maps.InfoWindow({content: $l684c6f9a826ff62385bfa56335436319});google.maps.event.addListener(m_684c6f9a826ff62385bfa56335436319, 'click', function() {infowindow.open(map,m_684c6f9a826ff62385bfa56335436319);});$marker.push(m_684c6f9a826ff62385bfa56335436319);}});}google.maps.event.addDomListener(window, 'load', initialize);