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.9988,-120.551)};var g_4da1db2f02adf8f7cdae55711fd1105f = new google.maps.Geocoder();g_4da1db2f02adf8f7cdae55711fd1105f.geocode( { 'address': "703 N Water St, Ellensburg, WA 98926, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellensburg-WA-the-advisors').style.display = '';map = new google.maps.Map(document.getElementById('ellensburg-WA-the-advisors'), mapOptions);}document.getElementById('884e37f9').innerHTML += ' | View Map';var $l4da1db2f02adf8f7cdae55711fd1105f = '

The Advisors

Address: 703 N Water St, Ellensburg, WA 98926, USA
Phone: (509) 925-5363
';var m_4da1db2f02adf8f7cdae55711fd1105f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Advisors',});m_4da1db2f02adf8f7cdae55711fd1105f['infowindow'] = new google.maps.InfoWindow({content: $l4da1db2f02adf8f7cdae55711fd1105f});var infowindow = new google.maps.InfoWindow({content: $l4da1db2f02adf8f7cdae55711fd1105f});google.maps.event.addListener(m_4da1db2f02adf8f7cdae55711fd1105f, 'click', function() {infowindow.open(map,m_4da1db2f02adf8f7cdae55711fd1105f);});$marker.push(m_4da1db2f02adf8f7cdae55711fd1105f);}});}google.maps.event.addDomListener(window, 'load', initialize);