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.5026,-89.5646)};var g_1818b89fb312ec0eb1ae01c352bbbc92 = new google.maps.Geocoder();g_1818b89fb312ec0eb1ae01c352bbbc92.geocode( { 'address': "3289 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-wisconsin-auto-title-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('stevens-point-WI-wisconsin-auto-title-loans-inc'), mapOptions);}document.getElementById('a32af8f8').innerHTML += ' | View Map';var $l1818b89fb312ec0eb1ae01c352bbbc92 = '

Wisconsin Auto Title Loans, Inc.

Address: 3289 Church St, Stevens Point, WI 54481, USA
Phone: (715) 344-3990
';var m_1818b89fb312ec0eb1ae01c352bbbc92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wisconsin Auto Title Loans, Inc.',});m_1818b89fb312ec0eb1ae01c352bbbc92['infowindow'] = new google.maps.InfoWindow({content: $l1818b89fb312ec0eb1ae01c352bbbc92});var infowindow = new google.maps.InfoWindow({content: $l1818b89fb312ec0eb1ae01c352bbbc92});google.maps.event.addListener(m_1818b89fb312ec0eb1ae01c352bbbc92, 'click', function() {infowindow.open(map,m_1818b89fb312ec0eb1ae01c352bbbc92);});$marker.push(m_1818b89fb312ec0eb1ae01c352bbbc92);}});}google.maps.event.addDomListener(window, 'load', initialize);