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.6584,-81.2334)};var g_646d308963563c71afd2721bf306c53b = new google.maps.Geocoder();g_646d308963563c71afd2721bf306c53b.geocode( { 'address': "102 S Main Ave, Newton, NC 28658"}, 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('5c1dbbcd').innerHTML += ' | View Map';var $l646d308963563c71afd2721bf306c53b = '

Wells Fargo Bank

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