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.0566,-121.31)};var g_eab7e12caa2d2d136ae12df9d14a1ff7 = new google.maps.Geocoder();g_eab7e12caa2d2d136ae12df9d14a1ff7.geocode( { 'address': "250 NW Franklin Ave #404, Bend, OR 97701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-trena-obill').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-trena-obill'), mapOptions);}document.getElementById('97d60aea').innerHTML += ' | View Map';var $leab7e12caa2d2d136ae12df9d14a1ff7 = '

Trena O'Bill

Address: 250 NW Franklin Ave #404, Bend, OR 97701, USA
Phone: (541) 848-6057
';var m_eab7e12caa2d2d136ae12df9d14a1ff7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trena O'Bill',});m_eab7e12caa2d2d136ae12df9d14a1ff7['infowindow'] = new google.maps.InfoWindow({content: $leab7e12caa2d2d136ae12df9d14a1ff7});var infowindow = new google.maps.InfoWindow({content: $leab7e12caa2d2d136ae12df9d14a1ff7});google.maps.event.addListener(m_eab7e12caa2d2d136ae12df9d14a1ff7, 'click', function() {infowindow.open(map,m_eab7e12caa2d2d136ae12df9d14a1ff7);});$marker.push(m_eab7e12caa2d2d136ae12df9d14a1ff7);}});}google.maps.event.addDomListener(window, 'load', initialize);