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.0583,-121.301)};var g_b51d9cc79c413cdb512823b25749e5af = new google.maps.Geocoder();g_b51d9cc79c413cdb512823b25749e5af.geocode( { 'address': "334 NE Hawthorne Ave, Bend, OR 97701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-oregon-business-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-oregon-business-development-corporation'), mapOptions);}document.getElementById('0965088b').innerHTML += ' | View Map';var $lb51d9cc79c413cdb512823b25749e5af = '

Oregon Business Development Corporation

Address: 334 NE Hawthorne Ave, Bend, OR 97701, USA
Phone: (541) 548-9538
';var m_b51d9cc79c413cdb512823b25749e5af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon Business Development Corporation',});m_b51d9cc79c413cdb512823b25749e5af['infowindow'] = new google.maps.InfoWindow({content: $lb51d9cc79c413cdb512823b25749e5af});var infowindow = new google.maps.InfoWindow({content: $lb51d9cc79c413cdb512823b25749e5af});google.maps.event.addListener(m_b51d9cc79c413cdb512823b25749e5af, 'click', function() {infowindow.open(map,m_b51d9cc79c413cdb512823b25749e5af);});$marker.push(m_b51d9cc79c413cdb512823b25749e5af);}});}google.maps.event.addDomListener(window, 'load', initialize);