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.3975,-122.262)};var g_2b3e8ef5555238a1ee75f46de7a9a39c = new google.maps.Geocoder();g_2b3e8ef5555238a1ee75f46de7a9a39c.geocode( { 'address': "38975 Proctor Blvd, Sandy, OR 97055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-OR-ccb-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('sandy-OR-ccb-financial-corporation'), mapOptions);}document.getElementById('9bcccc17').innerHTML += ' | View Map';var $l2b3e8ef5555238a1ee75f46de7a9a39c = '

CCB Financial Corporation

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