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_d6537db628c8624dd41cdf68e445b71b = new google.maps.Geocoder();g_d6537db628c8624dd41cdf68e445b71b.geocode( { 'address': "1203 Adams Ave, 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').style.display = '';map = new google.maps.Map(document.getElementById('la-grande-OR-teri-champlin'), mapOptions);}document.getElementById('c2f54e4a').innerHTML += ' | View Map';var $ld6537db628c8624dd41cdf68e445b71b = '

teri champlin

Address: 1203 Adams Ave, La Grande, OR 97850, USA
Phone: (541) 805-8659
';var m_d6537db628c8624dd41cdf68e445b71b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'teri champlin',});m_d6537db628c8624dd41cdf68e445b71b['infowindow'] = new google.maps.InfoWindow({content: $ld6537db628c8624dd41cdf68e445b71b});var infowindow = new google.maps.InfoWindow({content: $ld6537db628c8624dd41cdf68e445b71b});google.maps.event.addListener(m_d6537db628c8624dd41cdf68e445b71b, 'click', function() {infowindow.open(map,m_d6537db628c8624dd41cdf68e445b71b);});$marker.push(m_d6537db628c8624dd41cdf68e445b71b);}});}google.maps.event.addDomListener(window, 'load', initialize);