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.3793,-122.585)};var g_9acf7344ec50993b012999f76196c4c6 = new google.maps.Geocoder();g_9acf7344ec50993b012999f76196c4c6.geocode( { 'address': "25 Cornell Ave, Gladstone, OR 97027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gladstone-OR-machinists-boilermakers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gladstone-OR-machinists-boilermakers-federal-credit-union'), mapOptions);}document.getElementById('a691eb30').innerHTML += ' | View Map';var $l9acf7344ec50993b012999f76196c4c6 = '

Machinists-Boilermakers Federal Credit Union

Address: 25 Cornell Ave, Gladstone, OR 97027, USA
Phone: (503) 210-2477
';var m_9acf7344ec50993b012999f76196c4c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Machinists-Boilermakers Federal Credit Union',});m_9acf7344ec50993b012999f76196c4c6['infowindow'] = new google.maps.InfoWindow({content: $l9acf7344ec50993b012999f76196c4c6});var infowindow = new google.maps.InfoWindow({content: $l9acf7344ec50993b012999f76196c4c6});google.maps.event.addListener(m_9acf7344ec50993b012999f76196c4c6, 'click', function() {infowindow.open(map,m_9acf7344ec50993b012999f76196c4c6);});$marker.push(m_9acf7344ec50993b012999f76196c4c6);}});}google.maps.event.addDomListener(window, 'load', initialize);