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.6102,-122.332)};var g_c29097ba8a92a1b08427292425850178 = new google.maps.Geocoder();g_c29097ba8a92a1b08427292425850178.geocode( { 'address': "601 Union St #1300, Seattle, WA 98101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-migota-brenda').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-migota-brenda'), mapOptions);}document.getElementById('34868070').innerHTML += ' | View Map';var $lc29097ba8a92a1b08427292425850178 = '

Migota Brenda

Address: 601 Union St #1300, Seattle, WA 98101, USA
Phone: (206) 892-9263
';var m_c29097ba8a92a1b08427292425850178 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Migota Brenda',});m_c29097ba8a92a1b08427292425850178['infowindow'] = new google.maps.InfoWindow({content: $lc29097ba8a92a1b08427292425850178});var infowindow = new google.maps.InfoWindow({content: $lc29097ba8a92a1b08427292425850178});google.maps.event.addListener(m_c29097ba8a92a1b08427292425850178, 'click', function() {infowindow.open(map,m_c29097ba8a92a1b08427292425850178);});$marker.push(m_c29097ba8a92a1b08427292425850178);}});}google.maps.event.addDomListener(window, 'load', initialize);