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(44.0501,-123.352)};var g_40600ac41eaf7530c1b446d34e1b099b = new google.maps.Geocoder();g_40600ac41eaf7530c1b446d34e1b099b.geocode( { 'address': "88140 Territorial Hwy, Veneta, OR 97487, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('veneta-OR-keybank').style.display = '';map = new google.maps.Map(document.getElementById('veneta-OR-keybank'), mapOptions);}document.getElementById('bd5b7728').innerHTML += ' | View Map';var $l40600ac41eaf7530c1b446d34e1b099b = '

KeyBank

Address: 88140 Territorial Hwy, Veneta, OR 97487, USA
Phone: (541) 935-6280
';var m_40600ac41eaf7530c1b446d34e1b099b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_40600ac41eaf7530c1b446d34e1b099b['infowindow'] = new google.maps.InfoWindow({content: $l40600ac41eaf7530c1b446d34e1b099b});var infowindow = new google.maps.InfoWindow({content: $l40600ac41eaf7530c1b446d34e1b099b});google.maps.event.addListener(m_40600ac41eaf7530c1b446d34e1b099b, 'click', function() {infowindow.open(map,m_40600ac41eaf7530c1b446d34e1b099b);});$marker.push(m_40600ac41eaf7530c1b446d34e1b099b);}});}google.maps.event.addDomListener(window, 'load', initialize);