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(34.4261,-119.705)};var g_526487152092c16aa3e9bcf8d650a92f = new google.maps.Geocoder();g_526487152092c16aa3e9bcf8d650a92f.geocode( { 'address': "1332 Anacapa St Suite 110, Santa Barbara, CA 93101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-on-q-financial-l-scott-lindberg-l-santa-barbara-california').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-on-q-financial-l-scott-lindberg-l-santa-barbara-california'), mapOptions);}document.getElementById('3b9c1731').innerHTML += ' | View Map';var $l526487152092c16aa3e9bcf8d650a92f = '

On Q Financial l Scott Lindberg l Santa Barbara, California

Address: 1332 Anacapa St Suite 110, Santa Barbara, CA 93101, USA
Phone: (805) 335-8201
';var m_526487152092c16aa3e9bcf8d650a92f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'On Q Financial l Scott Lindberg l Santa Barbara, California',});m_526487152092c16aa3e9bcf8d650a92f['infowindow'] = new google.maps.InfoWindow({content: $l526487152092c16aa3e9bcf8d650a92f});var infowindow = new google.maps.InfoWindow({content: $l526487152092c16aa3e9bcf8d650a92f});google.maps.event.addListener(m_526487152092c16aa3e9bcf8d650a92f, 'click', function() {infowindow.open(map,m_526487152092c16aa3e9bcf8d650a92f);});$marker.push(m_526487152092c16aa3e9bcf8d650a92f);}});}google.maps.event.addDomListener(window, 'load', initialize);