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.4225,-119.679)};var g_bfdd87208520cc1555e5fbc3678cded6 = new google.maps.Geocoder();g_bfdd87208520cc1555e5fbc3678cded6.geocode( { 'address': "22 N Milpas St # C, Santa Barbara, CA 93103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-continental-credit-control').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-continental-credit-control'), mapOptions);}document.getElementById('98c8aea0').innerHTML += ' | View Map';var $lbfdd87208520cc1555e5fbc3678cded6 = '

Continental Credit Control

Address: 22 N Milpas St # C, Santa Barbara, CA 93103, USA
Phone: (805) 899-4431
';var m_bfdd87208520cc1555e5fbc3678cded6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Credit Control',});m_bfdd87208520cc1555e5fbc3678cded6['infowindow'] = new google.maps.InfoWindow({content: $lbfdd87208520cc1555e5fbc3678cded6});var infowindow = new google.maps.InfoWindow({content: $lbfdd87208520cc1555e5fbc3678cded6});google.maps.event.addListener(m_bfdd87208520cc1555e5fbc3678cded6, 'click', function() {infowindow.open(map,m_bfdd87208520cc1555e5fbc3678cded6);});$marker.push(m_bfdd87208520cc1555e5fbc3678cded6);}});}google.maps.event.addDomListener(window, 'load', initialize);