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.7956,-91.4676)};var g_855d8db3b77534842c7bd06893133cf8 = new google.maps.Geocoder();g_855d8db3b77534842c7bd06893133cf8.geocode( { 'address': "2225 Fairfax St, Eau Claire, WI 54701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eau-claire-WI-time-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('eau-claire-WI-time-federal-savings-bank'), mapOptions);}document.getElementById('715f11d4').innerHTML += ' | View Map';var $l855d8db3b77534842c7bd06893133cf8 = '

Time Federal Savings Bank

Address: 2225 Fairfax St, Eau Claire, WI 54701, USA
Phone: (715) 514-5245
';var m_855d8db3b77534842c7bd06893133cf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Time Federal Savings Bank',});m_855d8db3b77534842c7bd06893133cf8['infowindow'] = new google.maps.InfoWindow({content: $l855d8db3b77534842c7bd06893133cf8});var infowindow = new google.maps.InfoWindow({content: $l855d8db3b77534842c7bd06893133cf8});google.maps.event.addListener(m_855d8db3b77534842c7bd06893133cf8, 'click', function() {infowindow.open(map,m_855d8db3b77534842c7bd06893133cf8);});$marker.push(m_855d8db3b77534842c7bd06893133cf8);}});}google.maps.event.addDomListener(window, 'load', initialize);