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.0491,-123.087)};var g_a94e0c8925a08dfddcaffdab59377250 = new google.maps.Geocoder();g_a94e0c8925a08dfddcaffdab59377250.geocode( { 'address': "399 E 10th Ave, Eugene, OR 97401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eugene-OR-w-ben-utley-at-physician-family-financial-advisors-inc').style.display = '';map = new google.maps.Map(document.getElementById('eugene-OR-w-ben-utley-at-physician-family-financial-advisors-inc'), mapOptions);}document.getElementById('ff14c8c5').innerHTML += ' | View Map';var $la94e0c8925a08dfddcaffdab59377250 = '

W. Ben Utley at Physician Family Financial Advisors Inc

Address: 399 E 10th Ave, Eugene, OR 97401, USA
Phone: (541) 463-0899
';var m_a94e0c8925a08dfddcaffdab59377250 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'W. Ben Utley at Physician Family Financial Advisors Inc',});m_a94e0c8925a08dfddcaffdab59377250['infowindow'] = new google.maps.InfoWindow({content: $la94e0c8925a08dfddcaffdab59377250});var infowindow = new google.maps.InfoWindow({content: $la94e0c8925a08dfddcaffdab59377250});google.maps.event.addListener(m_a94e0c8925a08dfddcaffdab59377250, 'click', function() {infowindow.open(map,m_a94e0c8925a08dfddcaffdab59377250);});$marker.push(m_a94e0c8925a08dfddcaffdab59377250);}});}google.maps.event.addDomListener(window, 'load', initialize);