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.0603,-121.301)};var g_3bd33661a06f0f64e614d6b019e50885 = new google.maps.Geocoder();g_3bd33661a06f0f64e614d6b019e50885.geocode( { 'address': "354 NE Greenwood Ave #114, Bend, OR 97701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-jorgenson-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-jorgenson-insurance-agency'), mapOptions);}document.getElementById('8d5dbb14').innerHTML += ' | View Map';var $l3bd33661a06f0f64e614d6b019e50885 = '

Jorgenson Insurance Agency

Address: 354 NE Greenwood Ave #114, Bend, OR 97701, USA
Phone: (541) 383-1776
';var m_3bd33661a06f0f64e614d6b019e50885 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jorgenson Insurance Agency',});m_3bd33661a06f0f64e614d6b019e50885['infowindow'] = new google.maps.InfoWindow({content: $l3bd33661a06f0f64e614d6b019e50885});var infowindow = new google.maps.InfoWindow({content: $l3bd33661a06f0f64e614d6b019e50885});google.maps.event.addListener(m_3bd33661a06f0f64e614d6b019e50885, 'click', function() {infowindow.open(map,m_3bd33661a06f0f64e614d6b019e50885);});$marker.push(m_3bd33661a06f0f64e614d6b019e50885);}});}google.maps.event.addDomListener(window, 'load', initialize);