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.113,-83.0999)};var g_fdf2368db7625ad02c85ec4d4219c04c = new google.maps.Geocoder();g_fdf2368db7625ad02c85ec4d4219c04c.geocode( { 'address': "68 HIGHWAY 107 S, Cashiers, NC 28717, USA"}, 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('d0d73400').innerHTML += ' | View Map';var $lfdf2368db7625ad02c85ec4d4219c04c = '

Wells Fargo Bank

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