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(45.1416,-90.3364)};var g_81cdcdc154d7dbe3307aca977014541d = new google.maps.Geocoder();g_81cdcdc154d7dbe3307aca977014541d.geocode( { 'address': "675 E Broadway Ave, Medford, WI 54451, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-WI-time-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('medford-WI-time-federal-savings-bank'), mapOptions);}document.getElementById('5f1ad021').innerHTML += ' | View Map';var $l81cdcdc154d7dbe3307aca977014541d = '

Time Federal Savings Bank

Address: 675 E Broadway Ave, Medford, WI 54451, USA
Phone: (715) 748-2231
';var m_81cdcdc154d7dbe3307aca977014541d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Time Federal Savings Bank',});m_81cdcdc154d7dbe3307aca977014541d['infowindow'] = new google.maps.InfoWindow({content: $l81cdcdc154d7dbe3307aca977014541d});var infowindow = new google.maps.InfoWindow({content: $l81cdcdc154d7dbe3307aca977014541d});google.maps.event.addListener(m_81cdcdc154d7dbe3307aca977014541d, 'click', function() {infowindow.open(map,m_81cdcdc154d7dbe3307aca977014541d);});$marker.push(m_81cdcdc154d7dbe3307aca977014541d);}});}google.maps.event.addDomListener(window, 'load', initialize);