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(43.0318,-89.4574)};var g_9b4b5c105989d5f29ce42b4ca4b2525f = new google.maps.Geocoder();g_9b4b5c105989d5f29ce42b4ca4b2525f.geocode( { 'address': "2010 Red Arrow Trail, Fitchburg, WI 53711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fitchburg-WI-pls-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('fitchburg-WI-pls-check-cashing'), mapOptions);}document.getElementById('4bdebb22').innerHTML += ' | View Map';var $l9b4b5c105989d5f29ce42b4ca4b2525f = '

PLS Check Cashing

Address: 2010 Red Arrow Trail, Fitchburg, WI 53711, USA
Phone: (608) 278-0808
';var m_9b4b5c105989d5f29ce42b4ca4b2525f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PLS Check Cashing',});m_9b4b5c105989d5f29ce42b4ca4b2525f['infowindow'] = new google.maps.InfoWindow({content: $l9b4b5c105989d5f29ce42b4ca4b2525f});var infowindow = new google.maps.InfoWindow({content: $l9b4b5c105989d5f29ce42b4ca4b2525f});google.maps.event.addListener(m_9b4b5c105989d5f29ce42b4ca4b2525f, 'click', function() {infowindow.open(map,m_9b4b5c105989d5f29ce42b4ca4b2525f);});$marker.push(m_9b4b5c105989d5f29ce42b4ca4b2525f);}});}google.maps.event.addDomListener(window, 'load', initialize);