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.994,-122.908)};var g_f421f2cdcc6a88f5def3696182a49b1b = new google.maps.Geocoder();g_f421f2cdcc6a88f5def3696182a49b1b.geocode( { 'address': "6101 Capitol Blvd SE, Olympia, WA 98501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olympia-WA-armada-corporation').style.display = '';map = new google.maps.Map(document.getElementById('olympia-WA-armada-corporation'), mapOptions);}document.getElementById('92095d60').innerHTML += ' | View Map';var $lf421f2cdcc6a88f5def3696182a49b1b = '

Armada Corporation

Address: 6101 Capitol Blvd SE, Olympia, WA 98501, USA
Phone: (360) 956-3630
';var m_f421f2cdcc6a88f5def3696182a49b1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Armada Corporation',});m_f421f2cdcc6a88f5def3696182a49b1b['infowindow'] = new google.maps.InfoWindow({content: $lf421f2cdcc6a88f5def3696182a49b1b});var infowindow = new google.maps.InfoWindow({content: $lf421f2cdcc6a88f5def3696182a49b1b});google.maps.event.addListener(m_f421f2cdcc6a88f5def3696182a49b1b, 'click', function() {infowindow.open(map,m_f421f2cdcc6a88f5def3696182a49b1b);});$marker.push(m_f421f2cdcc6a88f5def3696182a49b1b);}});}google.maps.event.addDomListener(window, 'load', initialize);