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.3888,-122.229)};var g_b2f3c92cacebf237e3e765438c0bcf72 = new google.maps.Geocoder();g_b2f3c92cacebf237e3e765438c0bcf72.geocode( { 'address': "38975 Proctor Blvd, Sandy, OR 97055"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-OR-clackamas-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('sandy-OR-clackamas-county-bank'), mapOptions);}document.getElementById('4d9add39').innerHTML += ' | View Map';var $lb2f3c92cacebf237e3e765438c0bcf72 = '

Clackamas County Bank

Address: 38975 Proctor Blvd, Sandy, OR 97055
Phone: (503) 668-5501
';var m_b2f3c92cacebf237e3e765438c0bcf72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clackamas County Bank',});m_b2f3c92cacebf237e3e765438c0bcf72['infowindow'] = new google.maps.InfoWindow({content: $lb2f3c92cacebf237e3e765438c0bcf72});var infowindow = new google.maps.InfoWindow({content: $lb2f3c92cacebf237e3e765438c0bcf72});google.maps.event.addListener(m_b2f3c92cacebf237e3e765438c0bcf72, 'click', function() {infowindow.open(map,m_b2f3c92cacebf237e3e765438c0bcf72);});$marker.push(m_b2f3c92cacebf237e3e765438c0bcf72);}});}google.maps.event.addDomListener(window, 'load', initialize);