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.3263,-118.084)};var g_ac7a430f7ef62d09f35276e538e78fb0 = new google.maps.Geocoder();g_ac7a430f7ef62d09f35276e538e78fb0.geocode( { 'address': "1502 N Pine St, La Grande, OR 97850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-grande-OR-teri-champlin-american-west').style.display = '';map = new google.maps.Map(document.getElementById('la-grande-OR-teri-champlin-american-west'), mapOptions);}document.getElementById('66f49316').innerHTML += ' | View Map';var $lac7a430f7ef62d09f35276e538e78fb0 = '

Teri Champlin American West

Address: 1502 N Pine St, La Grande, OR 97850, USA
Phone: (541) 805-8659
';var m_ac7a430f7ef62d09f35276e538e78fb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teri Champlin American West',});m_ac7a430f7ef62d09f35276e538e78fb0['infowindow'] = new google.maps.InfoWindow({content: $lac7a430f7ef62d09f35276e538e78fb0});var infowindow = new google.maps.InfoWindow({content: $lac7a430f7ef62d09f35276e538e78fb0});google.maps.event.addListener(m_ac7a430f7ef62d09f35276e538e78fb0, 'click', function() {infowindow.open(map,m_ac7a430f7ef62d09f35276e538e78fb0);});$marker.push(m_ac7a430f7ef62d09f35276e538e78fb0);}});}google.maps.event.addDomListener(window, 'load', initialize);