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.655,-117.396)};var g_e3752bd232f5ce0a575ae0a35c06c79c = new google.maps.Geocoder();g_e3752bd232f5ce0a575ae0a35c06c79c.geocode( { 'address': "140 S Arthur St #600, Spokane, WA 99202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-kelly-right-real-estate-and-k-loans').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-kelly-right-real-estate-and-k-loans'), mapOptions);}document.getElementById('13f9abe9').innerHTML += ' | View Map';var $le3752bd232f5ce0a575ae0a35c06c79c = '

Kelly Right Real Estate and K Loans

Address: 140 S Arthur St #600, Spokane, WA 99202, USA
Phone: (509) 489-7000
';var m_e3752bd232f5ce0a575ae0a35c06c79c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kelly Right Real Estate and K Loans',});m_e3752bd232f5ce0a575ae0a35c06c79c['infowindow'] = new google.maps.InfoWindow({content: $le3752bd232f5ce0a575ae0a35c06c79c});var infowindow = new google.maps.InfoWindow({content: $le3752bd232f5ce0a575ae0a35c06c79c});google.maps.event.addListener(m_e3752bd232f5ce0a575ae0a35c06c79c, 'click', function() {infowindow.open(map,m_e3752bd232f5ce0a575ae0a35c06c79c);});$marker.push(m_e3752bd232f5ce0a575ae0a35c06c79c);}});}google.maps.event.addDomListener(window, 'load', initialize);