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.4262,-119.703)};var g_bc57c7b86d66f306fe96681d07aa2d0e = new google.maps.Geocoder();g_bc57c7b86d66f306fe96681d07aa2d0e.geocode( { 'address': "136 E Victoria 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-loan--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-santa-barbara-loan--jewelry'), mapOptions);}document.getElementById('2a8ce591').innerHTML += ' | View Map';var $lbc57c7b86d66f306fe96681d07aa2d0e = '

Santa Barbara Loan & Jewelry

Address: 136 E Victoria St, Santa Barbara, CA 93101, USA
Phone: (805) 966-6264
';var m_bc57c7b86d66f306fe96681d07aa2d0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Barbara Loan & Jewelry',});m_bc57c7b86d66f306fe96681d07aa2d0e['infowindow'] = new google.maps.InfoWindow({content: $lbc57c7b86d66f306fe96681d07aa2d0e});var infowindow = new google.maps.InfoWindow({content: $lbc57c7b86d66f306fe96681d07aa2d0e});google.maps.event.addListener(m_bc57c7b86d66f306fe96681d07aa2d0e, 'click', function() {infowindow.open(map,m_bc57c7b86d66f306fe96681d07aa2d0e);});$marker.push(m_bc57c7b86d66f306fe96681d07aa2d0e);}});}google.maps.event.addDomListener(window, 'load', initialize);