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.0186,-90.509)};var g_7ee3f4798616d88a1a875bfe1e314539 = new google.maps.Geocoder();g_7ee3f4798616d88a1a875bfe1e314539.geocode( { 'address': "224 W McCoy Blvd Ste 105, Tomah, WI 54660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomah-WI-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('tomah-WI-cash-store'), mapOptions);}document.getElementById('54329aad').innerHTML += ' | View Map';var $l7ee3f4798616d88a1a875bfe1e314539 = '

Cash Store

Address: 224 W McCoy Blvd Ste 105, Tomah, WI 54660, USA
Phone: (608) 372-3560
';var m_7ee3f4798616d88a1a875bfe1e314539 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_7ee3f4798616d88a1a875bfe1e314539['infowindow'] = new google.maps.InfoWindow({content: $l7ee3f4798616d88a1a875bfe1e314539});var infowindow = new google.maps.InfoWindow({content: $l7ee3f4798616d88a1a875bfe1e314539});google.maps.event.addListener(m_7ee3f4798616d88a1a875bfe1e314539, 'click', function() {infowindow.open(map,m_7ee3f4798616d88a1a875bfe1e314539);});$marker.push(m_7ee3f4798616d88a1a875bfe1e314539);}});}google.maps.event.addDomListener(window, 'load', initialize);