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_b59afec3c8a23ac3fe9ad100261fa291 = new google.maps.Geocoder();g_b59afec3c8a23ac3fe9ad100261fa291.geocode( { 'address': "110 S College Ave, Newton, NC 28658"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-NC-wells-fargo-advisors').style.display = '';map = new google.maps.Map(document.getElementById('newton-NC-wells-fargo-advisors'), mapOptions);}document.getElementById('a6949779').innerHTML += ' | View Map';var $lb59afec3c8a23ac3fe9ad100261fa291 = '

Wells Fargo Advisors

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