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(44.795,-91.4833)};var g_9666224eb09ed06c62e7cefd65b4ffaf = new google.maps.Geocoder();g_9666224eb09ed06c62e7cefd65b4ffaf.geocode( { 'address': "4935 Keystone Xing, Eau Claire, WI 54701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eau-claire-WI-wells-fargo-advisors').style.display = '';map = new google.maps.Map(document.getElementById('eau-claire-WI-wells-fargo-advisors'), mapOptions);}document.getElementById('afc1be1b').innerHTML += ' | View Map';var $l9666224eb09ed06c62e7cefd65b4ffaf = '

Wells Fargo Advisors

Address: 4935 Keystone Xing, Eau Claire, WI 54701
Phone: (715) 832-5500
';var m_9666224eb09ed06c62e7cefd65b4ffaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Advisors',});m_9666224eb09ed06c62e7cefd65b4ffaf['infowindow'] = new google.maps.InfoWindow({content: $l9666224eb09ed06c62e7cefd65b4ffaf});var infowindow = new google.maps.InfoWindow({content: $l9666224eb09ed06c62e7cefd65b4ffaf});google.maps.event.addListener(m_9666224eb09ed06c62e7cefd65b4ffaf, 'click', function() {infowindow.open(map,m_9666224eb09ed06c62e7cefd65b4ffaf);});$marker.push(m_9666224eb09ed06c62e7cefd65b4ffaf);}});}google.maps.event.addDomListener(window, 'load', initialize);