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.2754,-121.206)};var g_5a6a3585884802546d5c8d4d8cbd7739 = new google.maps.Geocoder();g_5a6a3585884802546d5c8d4d8cbd7739.geocode( { 'address': "1604 S Highway 97, Redmond, OR 97756"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redmond-OR-jess-messner-state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('redmond-OR-jess-messner-state-farm-insurance-agent'), mapOptions);}document.getElementById('24f6e414').innerHTML += ' | View Map';var $l5a6a3585884802546d5c8d4d8cbd7739 = '

Jess Messner - State Farm Insurance Agent

Address: 1604 S Highway 97, Redmond, OR 97756
Phone: (541) 923-1309
';var m_5a6a3585884802546d5c8d4d8cbd7739 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jess Messner - State Farm Insurance Agent',});m_5a6a3585884802546d5c8d4d8cbd7739['infowindow'] = new google.maps.InfoWindow({content: $l5a6a3585884802546d5c8d4d8cbd7739});var infowindow = new google.maps.InfoWindow({content: $l5a6a3585884802546d5c8d4d8cbd7739});google.maps.event.addListener(m_5a6a3585884802546d5c8d4d8cbd7739, 'click', function() {infowindow.open(map,m_5a6a3585884802546d5c8d4d8cbd7739);});$marker.push(m_5a6a3585884802546d5c8d4d8cbd7739);}});}google.maps.event.addDomListener(window, 'load', initialize);