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.1329,-90.3333)};var g_9c684c12e3691ea4d76f3a131e017efe = new google.maps.Geocoder();g_9c684c12e3691ea4d76f3a131e017efe.geocode( { 'address': "628 S 8th St, Medford, WI 54451, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-WI-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('medford-WI-check-advance'), mapOptions);}document.getElementById('7cd63c1e').innerHTML += ' | View Map';var $l9c684c12e3691ea4d76f3a131e017efe = '

Check Advance

Address: 628 S 8th St, Medford, WI 54451, USA
Phone: (715) 748-6808
';var m_9c684c12e3691ea4d76f3a131e017efe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Advance',});m_9c684c12e3691ea4d76f3a131e017efe['infowindow'] = new google.maps.InfoWindow({content: $l9c684c12e3691ea4d76f3a131e017efe});var infowindow = new google.maps.InfoWindow({content: $l9c684c12e3691ea4d76f3a131e017efe});google.maps.event.addListener(m_9c684c12e3691ea4d76f3a131e017efe, 'click', function() {infowindow.open(map,m_9c684c12e3691ea4d76f3a131e017efe);});$marker.push(m_9c684c12e3691ea4d76f3a131e017efe);}});}google.maps.event.addDomListener(window, 'load', initialize);