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.5187,-122.561)};var g_071b5ec672c96d1daebe6dc0467afccc = new google.maps.Geocoder();g_071b5ec672c96d1daebe6dc0467afccc.geocode( { 'address': "9955 SE Washington St #100, Portland, OR 97216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-ibew--united-workers-cu').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-ibew--united-workers-cu'), mapOptions);}document.getElementById('3977048b').innerHTML += ' | View Map';var $l071b5ec672c96d1daebe6dc0467afccc = '

Ibew & United Workers Cu

Address: 9955 SE Washington St #100, Portland, OR 97216, USA
Phone: (503) 253-8193
';var m_071b5ec672c96d1daebe6dc0467afccc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ibew & United Workers Cu',});m_071b5ec672c96d1daebe6dc0467afccc['infowindow'] = new google.maps.InfoWindow({content: $l071b5ec672c96d1daebe6dc0467afccc});var infowindow = new google.maps.InfoWindow({content: $l071b5ec672c96d1daebe6dc0467afccc});google.maps.event.addListener(m_071b5ec672c96d1daebe6dc0467afccc, 'click', function() {infowindow.open(map,m_071b5ec672c96d1daebe6dc0467afccc);});$marker.push(m_071b5ec672c96d1daebe6dc0467afccc);}});}google.maps.event.addDomListener(window, 'load', initialize);