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(35.9955,-79.9349)};var g_c51047b42cfed2080775db947a82b159 = new google.maps.Geocoder();g_c51047b42cfed2080775db947a82b159.geocode( { 'address': "124 E Main St, Jamestown, NC 27282, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-NC-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-NC-atm-wells-fargo-bank'), mapOptions);}document.getElementById('c92963fe').innerHTML += ' | View Map';var $lc51047b42cfed2080775db947a82b159 = '

ATM (Wells Fargo Bank)

Address: 124 E Main St, Jamestown, NC 27282, USA
Phone: (336) 454-3131
';var m_c51047b42cfed2080775db947a82b159 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Bank)',});m_c51047b42cfed2080775db947a82b159['infowindow'] = new google.maps.InfoWindow({content: $lc51047b42cfed2080775db947a82b159});var infowindow = new google.maps.InfoWindow({content: $lc51047b42cfed2080775db947a82b159});google.maps.event.addListener(m_c51047b42cfed2080775db947a82b159, 'click', function() {infowindow.open(map,m_c51047b42cfed2080775db947a82b159);});$marker.push(m_c51047b42cfed2080775db947a82b159);}});}google.maps.event.addDomListener(window, 'load', initialize);