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.0025,-90.5074)};var g_da060578d3edfbdea2b8e509048220ac = new google.maps.Geocoder();g_da060578d3edfbdea2b8e509048220ac.geocode( { 'address': "1122 N Superior Ave, Tomah, WI 54660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomah-WI-check-and-cash-llc').style.display = '';map = new google.maps.Map(document.getElementById('tomah-WI-check-and-cash-llc'), mapOptions);}document.getElementById('d9ef3739').innerHTML += ' | View Map';var $lda060578d3edfbdea2b8e509048220ac = '

Check and Cash LLC

Address: 1122 N Superior Ave, Tomah, WI 54660, USA
Phone: (608) 372-4870
';var m_da060578d3edfbdea2b8e509048220ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check and Cash LLC',});m_da060578d3edfbdea2b8e509048220ac['infowindow'] = new google.maps.InfoWindow({content: $lda060578d3edfbdea2b8e509048220ac});var infowindow = new google.maps.InfoWindow({content: $lda060578d3edfbdea2b8e509048220ac});google.maps.event.addListener(m_da060578d3edfbdea2b8e509048220ac, 'click', function() {infowindow.open(map,m_da060578d3edfbdea2b8e509048220ac);});$marker.push(m_da060578d3edfbdea2b8e509048220ac);}});}google.maps.event.addDomListener(window, 'load', initialize);