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.6619,-81.2232)};var g_090a514dbba1813aea199ed6a97441ad = new google.maps.Geocoder();g_090a514dbba1813aea199ed6a97441ad.geocode( { 'address': "102 S Main Ave, Newton, NC 28658, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('newton-NC-wells-fargo-bank'), mapOptions);}document.getElementById('6848713d').innerHTML += ' | View Map';var $l090a514dbba1813aea199ed6a97441ad = '

Wells Fargo Bank

Address: 102 S Main Ave, Newton, NC 28658, USA
Phone: (828) 464-0201
';var m_090a514dbba1813aea199ed6a97441ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_090a514dbba1813aea199ed6a97441ad['infowindow'] = new google.maps.InfoWindow({content: $l090a514dbba1813aea199ed6a97441ad});var infowindow = new google.maps.InfoWindow({content: $l090a514dbba1813aea199ed6a97441ad});google.maps.event.addListener(m_090a514dbba1813aea199ed6a97441ad, 'click', function() {infowindow.open(map,m_090a514dbba1813aea199ed6a97441ad);});$marker.push(m_090a514dbba1813aea199ed6a97441ad);}});}google.maps.event.addDomListener(window, 'load', initialize);