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.5112,-89.5714)};var g_454cecc4829279e64d624cd8a8c9ddf1 = new google.maps.Geocoder();g_454cecc4829279e64d624cd8a8c9ddf1.geocode( { 'address': "2625 Church St, Stevens Point, WI 54481, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stevens-point-WI-point-title-and-pawn-loans').style.display = '';map = new google.maps.Map(document.getElementById('stevens-point-WI-point-title-and-pawn-loans'), mapOptions);}document.getElementById('10af7837').innerHTML += ' | View Map';var $l454cecc4829279e64d624cd8a8c9ddf1 = '

Point Title and Pawn Loans

Address: 2625 Church St, Stevens Point, WI 54481, USA
Phone: (715) 544-1503
';var m_454cecc4829279e64d624cd8a8c9ddf1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Point Title and Pawn Loans',});m_454cecc4829279e64d624cd8a8c9ddf1['infowindow'] = new google.maps.InfoWindow({content: $l454cecc4829279e64d624cd8a8c9ddf1});var infowindow = new google.maps.InfoWindow({content: $l454cecc4829279e64d624cd8a8c9ddf1});google.maps.event.addListener(m_454cecc4829279e64d624cd8a8c9ddf1, 'click', function() {infowindow.open(map,m_454cecc4829279e64d624cd8a8c9ddf1);});$marker.push(m_454cecc4829279e64d624cd8a8c9ddf1);}});}google.maps.event.addDomListener(window, 'load', initialize);