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.273,-88.4353)};var g_beb3f0710cf6372adb5007f5afe7aa86 = new google.maps.Geocoder();g_beb3f0710cf6372adb5007f5afe7aa86.geocode( { 'address': "1218 N Badger Ave, Appleton, WI 54914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('appleton-WI-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('appleton-WI-cash-store'), mapOptions);}document.getElementById('0921efd3').innerHTML += ' | View Map';var $lbeb3f0710cf6372adb5007f5afe7aa86 = '

Cash Store

Address: 1218 N Badger Ave, Appleton, WI 54914, USA
Phone: (920) 830-7778
';var m_beb3f0710cf6372adb5007f5afe7aa86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_beb3f0710cf6372adb5007f5afe7aa86['infowindow'] = new google.maps.InfoWindow({content: $lbeb3f0710cf6372adb5007f5afe7aa86});var infowindow = new google.maps.InfoWindow({content: $lbeb3f0710cf6372adb5007f5afe7aa86});google.maps.event.addListener(m_beb3f0710cf6372adb5007f5afe7aa86, 'click', function() {infowindow.open(map,m_beb3f0710cf6372adb5007f5afe7aa86);});$marker.push(m_beb3f0710cf6372adb5007f5afe7aa86);}});}google.maps.event.addDomListener(window, 'load', initialize);