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.2413,-122.678)};var g_ad15f7372bc83abec881937855b4606f = new google.maps.Geocoder();g_ad15f7372bc83abec881937855b4606f.geocode( { 'address': "200 NW Second Ave, Canby, OR 97013"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canby-OR-keybank').style.display = '';map = new google.maps.Map(document.getElementById('canby-OR-keybank'), mapOptions);}document.getElementById('a33cc582').innerHTML += ' | View Map';var $lad15f7372bc83abec881937855b4606f = '

KeyBank

Address: 200 NW Second Ave, Canby, OR 97013
Phone: (503) 980-6503
';var m_ad15f7372bc83abec881937855b4606f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_ad15f7372bc83abec881937855b4606f['infowindow'] = new google.maps.InfoWindow({content: $lad15f7372bc83abec881937855b4606f});var infowindow = new google.maps.InfoWindow({content: $lad15f7372bc83abec881937855b4606f});google.maps.event.addListener(m_ad15f7372bc83abec881937855b4606f, 'click', function() {infowindow.open(map,m_ad15f7372bc83abec881937855b4606f);});$marker.push(m_ad15f7372bc83abec881937855b4606f);}});}google.maps.event.addDomListener(window, 'load', initialize);