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(45.4215,-122.747)};var g_6631b5b5d6b9c2e370c06d79f5a6807f = new google.maps.Geocoder();g_6631b5b5d6b9c2e370c06d79f5a6807f.geocode( { 'address': "6975 SW Sandburg St, Tigard, OR 97223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tigard-OR-cis-west').style.display = '';map = new google.maps.Map(document.getElementById('tigard-OR-cis-west'), mapOptions);}document.getElementById('b1a1327f').innerHTML += ' | View Map';var $l6631b5b5d6b9c2e370c06d79f5a6807f = '

CIS West

Address: 6975 SW Sandburg St, Tigard, OR 97223, USA
Phone: (503) 624-0445
';var m_6631b5b5d6b9c2e370c06d79f5a6807f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CIS West',});m_6631b5b5d6b9c2e370c06d79f5a6807f['infowindow'] = new google.maps.InfoWindow({content: $l6631b5b5d6b9c2e370c06d79f5a6807f});var infowindow = new google.maps.InfoWindow({content: $l6631b5b5d6b9c2e370c06d79f5a6807f});google.maps.event.addListener(m_6631b5b5d6b9c2e370c06d79f5a6807f, 'click', function() {infowindow.open(map,m_6631b5b5d6b9c2e370c06d79f5a6807f);});$marker.push(m_6631b5b5d6b9c2e370c06d79f5a6807f);}});}google.maps.event.addDomListener(window, 'load', initialize);