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.3286,-118.094)};var g_1db0920212643dc7cc1524e829480c6d = new google.maps.Geocoder();g_1db0920212643dc7cc1524e829480c6d.geocode( { 'address': "209 Depot St, La Grande, OR 97850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-grande-OR-icon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('la-grande-OR-icon-credit-union'), mapOptions);}document.getElementById('536507af').innerHTML += ' | View Map';var $l1db0920212643dc7cc1524e829480c6d = '

Icon Credit Union

Address: 209 Depot St, La Grande, OR 97850, USA
Phone: (541) 963-2632
';var m_1db0920212643dc7cc1524e829480c6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Icon Credit Union',});m_1db0920212643dc7cc1524e829480c6d['infowindow'] = new google.maps.InfoWindow({content: $l1db0920212643dc7cc1524e829480c6d});var infowindow = new google.maps.InfoWindow({content: $l1db0920212643dc7cc1524e829480c6d});google.maps.event.addListener(m_1db0920212643dc7cc1524e829480c6d, 'click', function() {infowindow.open(map,m_1db0920212643dc7cc1524e829480c6d);});$marker.push(m_1db0920212643dc7cc1524e829480c6d);}});}google.maps.event.addDomListener(window, 'load', initialize);