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.6712,-117.352)};var g_09aabad0383c6aeebe6091e6bedbc704 = new google.maps.Geocoder();g_09aabad0383c6aeebe6091e6bedbc704.geocode( { 'address': "3927 E Trent Ave, Spokane, WA 99202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-phoenix-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-phoenix-financial-llc'), mapOptions);}document.getElementById('dfa904a4').innerHTML += ' | View Map';var $l09aabad0383c6aeebe6091e6bedbc704 = '

Phoenix Financial LLC

Address: 3927 E Trent Ave, Spokane, WA 99202, USA
Phone: (509) 326-8484
';var m_09aabad0383c6aeebe6091e6bedbc704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Phoenix Financial LLC',});m_09aabad0383c6aeebe6091e6bedbc704['infowindow'] = new google.maps.InfoWindow({content: $l09aabad0383c6aeebe6091e6bedbc704});var infowindow = new google.maps.InfoWindow({content: $l09aabad0383c6aeebe6091e6bedbc704});google.maps.event.addListener(m_09aabad0383c6aeebe6091e6bedbc704, 'click', function() {infowindow.open(map,m_09aabad0383c6aeebe6091e6bedbc704);});$marker.push(m_09aabad0383c6aeebe6091e6bedbc704);}});}google.maps.event.addDomListener(window, 'load', initialize);