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.9169,-82.0699)};var g_8947c8e0a09e332bb4964db1b5ddb2aa = new google.maps.Geocoder();g_8947c8e0a09e332bb4964db1b5ddb2aa.geocode( { 'address': "189 Oak Ave, Spruce Pine, NC 28777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spruce-pine-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('spruce-pine-NC-wells-fargo-bank'), mapOptions);}document.getElementById('355949e6').innerHTML += ' | View Map';var $l8947c8e0a09e332bb4964db1b5ddb2aa = '

Wells Fargo Bank

Address: 189 Oak Ave, Spruce Pine, NC 28777, USA
Phone: (828) 765-9646
';var m_8947c8e0a09e332bb4964db1b5ddb2aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_8947c8e0a09e332bb4964db1b5ddb2aa['infowindow'] = new google.maps.InfoWindow({content: $l8947c8e0a09e332bb4964db1b5ddb2aa});var infowindow = new google.maps.InfoWindow({content: $l8947c8e0a09e332bb4964db1b5ddb2aa});google.maps.event.addListener(m_8947c8e0a09e332bb4964db1b5ddb2aa, 'click', function() {infowindow.open(map,m_8947c8e0a09e332bb4964db1b5ddb2aa);});$marker.push(m_8947c8e0a09e332bb4964db1b5ddb2aa);}});}google.maps.event.addDomListener(window, 'load', initialize);