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.975,-123.863)};var g_3dd5418286db56210167a7bda23748e1 = new google.maps.Geocoder();g_3dd5418286db56210167a7bda23748e1.geocode( { 'address': "2702 Simpson Ave, Hoquiam, WA 98550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoquiam-WA-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('hoquiam-WA-quik-cash'), mapOptions);}document.getElementById('760335cc').innerHTML += ' | View Map';var $l3dd5418286db56210167a7bda23748e1 = '

Quik Cash

Address: 2702 Simpson Ave, Hoquiam, WA 98550, USA
Phone: (360) 532-1992
';var m_3dd5418286db56210167a7bda23748e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_3dd5418286db56210167a7bda23748e1['infowindow'] = new google.maps.InfoWindow({content: $l3dd5418286db56210167a7bda23748e1});var infowindow = new google.maps.InfoWindow({content: $l3dd5418286db56210167a7bda23748e1});google.maps.event.addListener(m_3dd5418286db56210167a7bda23748e1, 'click', function() {infowindow.open(map,m_3dd5418286db56210167a7bda23748e1);});$marker.push(m_3dd5418286db56210167a7bda23748e1);}});}google.maps.event.addDomListener(window, 'load', initialize);