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.0803,-83.0814)};var g_9104e5906c48e17d5c6cc88c6ae85152 = new google.maps.Geocoder();g_9104e5906c48e17d5c6cc88c6ae85152.geocode( { 'address': "68 Highway 107 S, Cashiers, NC 28717"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cashiers-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('cashiers-NC-wells-fargo-bank'), mapOptions);}document.getElementById('b0a7b499').innerHTML += ' | View Map';var $l9104e5906c48e17d5c6cc88c6ae85152 = '

Wells Fargo Bank

Address: 68 Highway 107 S, Cashiers, NC 28717
Phone: (828) 743-2431
';var m_9104e5906c48e17d5c6cc88c6ae85152 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_9104e5906c48e17d5c6cc88c6ae85152['infowindow'] = new google.maps.InfoWindow({content: $l9104e5906c48e17d5c6cc88c6ae85152});var infowindow = new google.maps.InfoWindow({content: $l9104e5906c48e17d5c6cc88c6ae85152});google.maps.event.addListener(m_9104e5906c48e17d5c6cc88c6ae85152, 'click', function() {infowindow.open(map,m_9104e5906c48e17d5c6cc88c6ae85152);});$marker.push(m_9104e5906c48e17d5c6cc88c6ae85152);}});}google.maps.event.addDomListener(window, 'load', initialize);