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.7668,-122.187)};var g_b9378ecea43ffc915fcbd70b6e81af09 = new google.maps.Geocoder();g_b9378ecea43ffc915fcbd70b6e81af09.geocode( { 'address': "19125 North Creek Pkwy, Bothell, WA 98011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bothell-WA-celia-griffin-cpa-pllc').style.display = '';map = new google.maps.Map(document.getElementById('bothell-WA-celia-griffin-cpa-pllc'), mapOptions);}document.getElementById('81dd6a9c').innerHTML += ' | View Map';var $lb9378ecea43ffc915fcbd70b6e81af09 = '

Celia Griffin, CPA, PLLC

Address: 19125 North Creek Pkwy, Bothell, WA 98011, USA
Phone: (425) 954-8500
';var m_b9378ecea43ffc915fcbd70b6e81af09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Celia Griffin, CPA, PLLC',});m_b9378ecea43ffc915fcbd70b6e81af09['infowindow'] = new google.maps.InfoWindow({content: $lb9378ecea43ffc915fcbd70b6e81af09});var infowindow = new google.maps.InfoWindow({content: $lb9378ecea43ffc915fcbd70b6e81af09});google.maps.event.addListener(m_b9378ecea43ffc915fcbd70b6e81af09, 'click', function() {infowindow.open(map,m_b9378ecea43ffc915fcbd70b6e81af09);});$marker.push(m_b9378ecea43ffc915fcbd70b6e81af09);}});}google.maps.event.addDomListener(window, 'load', initialize);