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.4204,-119.708)};var g_90e17b07b4ce69d3abd73a6802402345 = new google.maps.Geocoder();g_90e17b07b4ce69d3abd73a6802402345.geocode( { 'address': "3757 State St, Santa Barbara, CA 93105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-citibank'), mapOptions);}document.getElementById('94b27c21').innerHTML += ' | View Map';var $l90e17b07b4ce69d3abd73a6802402345 = '

Citibank

Address: 3757 State St, Santa Barbara, CA 93105
Phone: (805) 284-9997
';var m_90e17b07b4ce69d3abd73a6802402345 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_90e17b07b4ce69d3abd73a6802402345['infowindow'] = new google.maps.InfoWindow({content: $l90e17b07b4ce69d3abd73a6802402345});var infowindow = new google.maps.InfoWindow({content: $l90e17b07b4ce69d3abd73a6802402345});google.maps.event.addListener(m_90e17b07b4ce69d3abd73a6802402345, 'click', function() {infowindow.open(map,m_90e17b07b4ce69d3abd73a6802402345);});$marker.push(m_90e17b07b4ce69d3abd73a6802402345);}});}google.maps.event.addDomListener(window, 'load', initialize);