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.5972,-122.674)};var g_b4528e94c6f706eed399af54cca8200c = new google.maps.Geocoder();g_b4528e94c6f706eed399af54cca8200c.geocode( { 'address': "731 N Hayden Meadows Dr, Portland, OR 97217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-oregon-association-of-minority-entrepreneurs').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-oregon-association-of-minority-entrepreneurs'), mapOptions);}document.getElementById('ecdd71a3').innerHTML += ' | View Map';var $lb4528e94c6f706eed399af54cca8200c = '

Oregon Association of Minority Entrepreneurs

Address: 731 N Hayden Meadows Dr, Portland, OR 97217, USA
Phone: (503) 249-7744
';var m_b4528e94c6f706eed399af54cca8200c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon Association of Minority Entrepreneurs',});m_b4528e94c6f706eed399af54cca8200c['infowindow'] = new google.maps.InfoWindow({content: $lb4528e94c6f706eed399af54cca8200c});var infowindow = new google.maps.InfoWindow({content: $lb4528e94c6f706eed399af54cca8200c});google.maps.event.addListener(m_b4528e94c6f706eed399af54cca8200c, 'click', function() {infowindow.open(map,m_b4528e94c6f706eed399af54cca8200c);});$marker.push(m_b4528e94c6f706eed399af54cca8200c);}});}google.maps.event.addDomListener(window, 'load', initialize);