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.63,-122.34)};var g_aec65e290758c19c285018338b609e9a = new google.maps.Geocoder();g_aec65e290758c19c285018338b609e9a.geocode( { 'address': "1200 Westlake Ave N, Seattle, WA 98109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-avatar-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-avatar-financial-group-llc'), mapOptions);}document.getElementById('7f6288ba').innerHTML += ' | View Map';var $laec65e290758c19c285018338b609e9a = '

Avatar Financial Group LLC

Address: 1200 Westlake Ave N, Seattle, WA 98109, USA
Phone: (206) 728-5900
';var m_aec65e290758c19c285018338b609e9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Avatar Financial Group LLC',});m_aec65e290758c19c285018338b609e9a['infowindow'] = new google.maps.InfoWindow({content: $laec65e290758c19c285018338b609e9a});var infowindow = new google.maps.InfoWindow({content: $laec65e290758c19c285018338b609e9a});google.maps.event.addListener(m_aec65e290758c19c285018338b609e9a, 'click', function() {infowindow.open(map,m_aec65e290758c19c285018338b609e9a);});$marker.push(m_aec65e290758c19c285018338b609e9a);}});}google.maps.event.addDomListener(window, 'load', initialize);