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.4283,-119.716)};var g_a34eb535320e2b009c95f17f64269c82 = new google.maps.Geocoder();g_a34eb535320e2b009c95f17f64269c82.geocode( { 'address': "1912 De La Vina 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-merchant-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-santa-barbara-merchant-services-inc'), mapOptions);}document.getElementById('21f04dcc').innerHTML += ' | View Map';var $la34eb535320e2b009c95f17f64269c82 = '

Santa Barbara Merchant Services Inc

Address: 1912 De La Vina St, Santa Barbara, CA 93101, USA
Phone: (805) 259-3211 ext.
';var m_a34eb535320e2b009c95f17f64269c82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Barbara Merchant Services Inc',});m_a34eb535320e2b009c95f17f64269c82['infowindow'] = new google.maps.InfoWindow({content: $la34eb535320e2b009c95f17f64269c82});var infowindow = new google.maps.InfoWindow({content: $la34eb535320e2b009c95f17f64269c82});google.maps.event.addListener(m_a34eb535320e2b009c95f17f64269c82, 'click', function() {infowindow.open(map,m_a34eb535320e2b009c95f17f64269c82);});$marker.push(m_a34eb535320e2b009c95f17f64269c82);}});}google.maps.event.addDomListener(window, 'load', initialize);