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(47.4115,-120.304)};var g_4129e674ae0510c5453aff0b3122a713 = new google.maps.Geocoder();g_4129e674ae0510c5453aff0b3122a713.geocode( { 'address': "849 S Mission St, Wenatchee, WA 98801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wenatchee-WA-apple-valley-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('wenatchee-WA-apple-valley-check-cashing'), mapOptions);}document.getElementById('930f07fa').innerHTML += ' | View Map';var $l4129e674ae0510c5453aff0b3122a713 = '

Apple Valley Check Cashing

Address: 849 S Mission St, Wenatchee, WA 98801, USA
Phone: (509) 662-6884
';var m_4129e674ae0510c5453aff0b3122a713 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Valley Check Cashing',});m_4129e674ae0510c5453aff0b3122a713['infowindow'] = new google.maps.InfoWindow({content: $l4129e674ae0510c5453aff0b3122a713});var infowindow = new google.maps.InfoWindow({content: $l4129e674ae0510c5453aff0b3122a713});google.maps.event.addListener(m_4129e674ae0510c5453aff0b3122a713, 'click', function() {infowindow.open(map,m_4129e674ae0510c5453aff0b3122a713);});$marker.push(m_4129e674ae0510c5453aff0b3122a713);}});}google.maps.event.addDomListener(window, 'load', initialize);