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_62401b9f3dfd8a108867cb0103ec0d56 = new google.maps.Geocoder();g_62401b9f3dfd8a108867cb0103ec0d56.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-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-NC-wells-fargo-bank'), mapOptions);}document.getElementById('c92963fe').innerHTML += ' | View Map';var $l62401b9f3dfd8a108867cb0103ec0d56 = '

Wells Fargo Bank

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