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(40.1776,-122.238)};var g_a630de45e057cdc997cbcc77e25e3b2d = new google.maps.Geocoder();g_a630de45e057cdc997cbcc77e25e3b2d.geocode( { 'address': "819 Jefferson St, Red Bluff, CA 96080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-bluff-CA-etzler-financial-advisors-llc').style.display = '';map = new google.maps.Map(document.getElementById('red-bluff-CA-etzler-financial-advisors-llc'), mapOptions);}document.getElementById('b8b52000').innerHTML += ' | View Map';var $la630de45e057cdc997cbcc77e25e3b2d = '

Etzler Financial Advisors, LLC

Address: 819 Jefferson St, Red Bluff, CA 96080, USA
Phone: (877) 389-5373
';var m_a630de45e057cdc997cbcc77e25e3b2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Etzler Financial Advisors, LLC',});m_a630de45e057cdc997cbcc77e25e3b2d['infowindow'] = new google.maps.InfoWindow({content: $la630de45e057cdc997cbcc77e25e3b2d});var infowindow = new google.maps.InfoWindow({content: $la630de45e057cdc997cbcc77e25e3b2d});google.maps.event.addListener(m_a630de45e057cdc997cbcc77e25e3b2d, 'click', function() {infowindow.open(map,m_a630de45e057cdc997cbcc77e25e3b2d);});$marker.push(m_a630de45e057cdc997cbcc77e25e3b2d);}});}google.maps.event.addDomListener(window, 'load', initialize);