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.2837,-81.5977)};var g_0c3610c5e3dc5d4bb002d7e4c2cff06f = new google.maps.Geocoder();g_0c3610c5e3dc5d4bb002d7e4c2cff06f.geocode( { 'address': "1241 Wilson Rd, Newberry, SC 29108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newberry-SC-wells-fargo-atm').style.display = '';map = new google.maps.Map(document.getElementById('newberry-SC-wells-fargo-atm'), mapOptions);}document.getElementById('37237c38').innerHTML += ' | View Map';var $l0c3610c5e3dc5d4bb002d7e4c2cff06f = '

Wells Fargo ATM

Address: 1241 Wilson Rd, Newberry, SC 29108, USA
Phone: (800) 869-3557
';var m_0c3610c5e3dc5d4bb002d7e4c2cff06f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo ATM',});m_0c3610c5e3dc5d4bb002d7e4c2cff06f['infowindow'] = new google.maps.InfoWindow({content: $l0c3610c5e3dc5d4bb002d7e4c2cff06f});var infowindow = new google.maps.InfoWindow({content: $l0c3610c5e3dc5d4bb002d7e4c2cff06f});google.maps.event.addListener(m_0c3610c5e3dc5d4bb002d7e4c2cff06f, 'click', function() {infowindow.open(map,m_0c3610c5e3dc5d4bb002d7e4c2cff06f);});$marker.push(m_0c3610c5e3dc5d4bb002d7e4c2cff06f);}});}google.maps.event.addDomListener(window, 'load', initialize);