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.5178,-89.5502)};var g_53b86c11c60dd11299ee3b0417d8f2ab = new google.maps.Geocoder();g_53b86c11c60dd11299ee3b0417d8f2ab.geocode( { 'address': "3535 Jefferson St, Stevens Point, WI 54481, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stevens-point-WI-worzalla-publishing-co').style.display = '';map = new google.maps.Map(document.getElementById('stevens-point-WI-worzalla-publishing-co'), mapOptions);}document.getElementById('49c2238c').innerHTML += ' | View Map';var $l53b86c11c60dd11299ee3b0417d8f2ab = '

Worzalla Publishing Co

Address: 3535 Jefferson St, Stevens Point, WI 54481, USA
Phone: (715) 344-9600
';var m_53b86c11c60dd11299ee3b0417d8f2ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Worzalla Publishing Co',});m_53b86c11c60dd11299ee3b0417d8f2ab['infowindow'] = new google.maps.InfoWindow({content: $l53b86c11c60dd11299ee3b0417d8f2ab});var infowindow = new google.maps.InfoWindow({content: $l53b86c11c60dd11299ee3b0417d8f2ab});google.maps.event.addListener(m_53b86c11c60dd11299ee3b0417d8f2ab, 'click', function() {infowindow.open(map,m_53b86c11c60dd11299ee3b0417d8f2ab);});$marker.push(m_53b86c11c60dd11299ee3b0417d8f2ab);}});}google.maps.event.addDomListener(window, 'load', initialize);