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.026,-116.963)};var g_e8033b7851770e8bdd99697a29718d80 = new google.maps.Geocoder();g_e8033b7851770e8bdd99697a29718d80.geocode( { 'address': "98 S Oregon St, Ontario, OR 97914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ontario-OR-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('ontario-OR-columbia-bank'), mapOptions);}document.getElementById('c1e8ea2e').innerHTML += ' | View Map';var $le8033b7851770e8bdd99697a29718d80 = '

Columbia Bank

Address: 98 S Oregon St, Ontario, OR 97914, USA
Phone: (541) 889-8606
';var m_e8033b7851770e8bdd99697a29718d80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_e8033b7851770e8bdd99697a29718d80['infowindow'] = new google.maps.InfoWindow({content: $le8033b7851770e8bdd99697a29718d80});var infowindow = new google.maps.InfoWindow({content: $le8033b7851770e8bdd99697a29718d80});google.maps.event.addListener(m_e8033b7851770e8bdd99697a29718d80, 'click', function() {infowindow.open(map,m_e8033b7851770e8bdd99697a29718d80);});$marker.push(m_e8033b7851770e8bdd99697a29718d80);}});}google.maps.event.addDomListener(window, 'load', initialize);