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.4226,-119.696)};var g_22ab6168adc1c019f687009e997b43a0 = new google.maps.Geocoder();g_22ab6168adc1c019f687009e997b43a0.geocode( { 'address': "747 Garden St, Santa Barbara, CA 93101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-santa-barbara-securities').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-santa-barbara-securities'), mapOptions);}document.getElementById('c583bfa2').innerHTML += ' | View Map';var $l22ab6168adc1c019f687009e997b43a0 = '

Santa Barbara Securities

Address: 747 Garden St, Santa Barbara, CA 93101, USA
Phone: (800) 234-3274
';var m_22ab6168adc1c019f687009e997b43a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Barbara Securities',});m_22ab6168adc1c019f687009e997b43a0['infowindow'] = new google.maps.InfoWindow({content: $l22ab6168adc1c019f687009e997b43a0});var infowindow = new google.maps.InfoWindow({content: $l22ab6168adc1c019f687009e997b43a0});google.maps.event.addListener(m_22ab6168adc1c019f687009e997b43a0, 'click', function() {infowindow.open(map,m_22ab6168adc1c019f687009e997b43a0);});$marker.push(m_22ab6168adc1c019f687009e997b43a0);}});}google.maps.event.addDomListener(window, 'load', initialize);