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.4468,-122.642)};var g_0188fc0709607e6ddd2afc4382c4b3e1 = new google.maps.Geocoder();g_0188fc0709607e6ddd2afc4382c4b3e1.geocode( { 'address': "10501 SE Main St, Milwaukie, OR 97222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukie-OR-advantis-credit-union---admin-building---atm-only').style.display = '';map = new google.maps.Map(document.getElementById('milwaukie-OR-advantis-credit-union---admin-building---atm-only'), mapOptions);}document.getElementById('c485d108').innerHTML += ' | View Map';var $l0188fc0709607e6ddd2afc4382c4b3e1 = '

Advantis Credit Union - Admin Building - ATM Only

Address: 10501 SE Main St, Milwaukie, OR 97222, USA
Phone: (503) 785-2528
';var m_0188fc0709607e6ddd2afc4382c4b3e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantis Credit Union - Admin Building - ATM Only',});m_0188fc0709607e6ddd2afc4382c4b3e1['infowindow'] = new google.maps.InfoWindow({content: $l0188fc0709607e6ddd2afc4382c4b3e1});var infowindow = new google.maps.InfoWindow({content: $l0188fc0709607e6ddd2afc4382c4b3e1});google.maps.event.addListener(m_0188fc0709607e6ddd2afc4382c4b3e1, 'click', function() {infowindow.open(map,m_0188fc0709607e6ddd2afc4382c4b3e1);});$marker.push(m_0188fc0709607e6ddd2afc4382c4b3e1);}});}google.maps.event.addDomListener(window, 'load', initialize);