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(42.4022,-122.915)};var g_3c23902822283144c09d87f123545c87 = new google.maps.Geocoder();g_3c23902822283144c09d87f123545c87.geocode( { 'address': "510 E Pine St, Central Point, OR 97502"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('central-point-OR-keybank').style.display = '';map = new google.maps.Map(document.getElementById('central-point-OR-keybank'), mapOptions);}document.getElementById('365d1166').innerHTML += ' | View Map';var $l3c23902822283144c09d87f123545c87 = '

KeyBank

Address: 510 E Pine St, Central Point, OR 97502
Phone: (541) 664-5596
';var m_3c23902822283144c09d87f123545c87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_3c23902822283144c09d87f123545c87['infowindow'] = new google.maps.InfoWindow({content: $l3c23902822283144c09d87f123545c87});var infowindow = new google.maps.InfoWindow({content: $l3c23902822283144c09d87f123545c87});google.maps.event.addListener(m_3c23902822283144c09d87f123545c87, 'click', function() {infowindow.open(map,m_3c23902822283144c09d87f123545c87);});$marker.push(m_3c23902822283144c09d87f123545c87);}});}google.maps.event.addDomListener(window, 'load', initialize);