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.331,-118.078)};var g_fd988b377e2aec7443bcd1782698d1b5 = new google.maps.Geocoder();g_fd988b377e2aec7443bcd1782698d1b5.geocode( { 'address': "2720 Island Ave, La Grande, OR 97850"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-grande-OR-banner-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-grande-OR-banner-bank'), mapOptions);}document.getElementById('ba4975c5').innerHTML += ' | View Map';var $lfd988b377e2aec7443bcd1782698d1b5 = '

Banner Bank

Address: 2720 Island Ave, La Grande, OR 97850
Phone: (541) 963-0252
';var m_fd988b377e2aec7443bcd1782698d1b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banner Bank',});m_fd988b377e2aec7443bcd1782698d1b5['infowindow'] = new google.maps.InfoWindow({content: $lfd988b377e2aec7443bcd1782698d1b5});var infowindow = new google.maps.InfoWindow({content: $lfd988b377e2aec7443bcd1782698d1b5});google.maps.event.addListener(m_fd988b377e2aec7443bcd1782698d1b5, 'click', function() {infowindow.open(map,m_fd988b377e2aec7443bcd1782698d1b5);});$marker.push(m_fd988b377e2aec7443bcd1782698d1b5);}});}google.maps.event.addDomListener(window, 'load', initialize);