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(46.5896,-90.8881)};var g_feeeda8b13bdf1932ea985264b613456 = new google.maps.Geocoder();g_feeeda8b13bdf1932ea985264b613456.geocode( { 'address': "421 Main St W, Ashland, WI 54806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-WI-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('ashland-WI-cash-store'), mapOptions);}document.getElementById('270862b7').innerHTML += ' | View Map';var $lfeeeda8b13bdf1932ea985264b613456 = '

Cash Store

Address: 421 Main St W, Ashland, WI 54806, USA
Phone: (715) 685-0027
';var m_feeeda8b13bdf1932ea985264b613456 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_feeeda8b13bdf1932ea985264b613456['infowindow'] = new google.maps.InfoWindow({content: $lfeeeda8b13bdf1932ea985264b613456});var infowindow = new google.maps.InfoWindow({content: $lfeeeda8b13bdf1932ea985264b613456});google.maps.event.addListener(m_feeeda8b13bdf1932ea985264b613456, 'click', function() {infowindow.open(map,m_feeeda8b13bdf1932ea985264b613456);});$marker.push(m_feeeda8b13bdf1932ea985264b613456);}});}google.maps.event.addDomListener(window, 'load', initialize);