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.6142,-117.352)};var g_af71416d527321053df8fab0205ff2e1 = new google.maps.Geocoder();g_af71416d527321053df8fab0205ff2e1.geocode( { 'address': "4314 S Myrtle St, Spokane, WA 99223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-a-mobile-notary').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-a-mobile-notary'), mapOptions);}document.getElementById('6bccc774').innerHTML += ' | View Map';var $laf71416d527321053df8fab0205ff2e1 = '

A Mobile Notary

Address: 4314 S Myrtle St, Spokane, WA 99223, USA
Phone: (509) 993-8009
';var m_af71416d527321053df8fab0205ff2e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Mobile Notary',});m_af71416d527321053df8fab0205ff2e1['infowindow'] = new google.maps.InfoWindow({content: $laf71416d527321053df8fab0205ff2e1});var infowindow = new google.maps.InfoWindow({content: $laf71416d527321053df8fab0205ff2e1});google.maps.event.addListener(m_af71416d527321053df8fab0205ff2e1, 'click', function() {infowindow.open(map,m_af71416d527321053df8fab0205ff2e1);});$marker.push(m_af71416d527321053df8fab0205ff2e1);}});}google.maps.event.addDomListener(window, 'load', initialize);