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_5f15805708a114ef82febede1e7419ac = new google.maps.Geocoder();g_5f15805708a114ef82febede1e7419ac.geocode( { 'address': "800 N Milpas St, STE A, Santa Barbara, CA 93103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-business-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-business-first-national-bank'), mapOptions);}document.getElementById('ef940b06').innerHTML += ' | View Map';var $l5f15805708a114ef82febede1e7419ac = '

Business First National Bank

Address: 800 N Milpas St, STE A, Santa Barbara, CA 93103
Phone: (805) 899-4300
';var m_5f15805708a114ef82febede1e7419ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Business First National Bank',});m_5f15805708a114ef82febede1e7419ac['infowindow'] = new google.maps.InfoWindow({content: $l5f15805708a114ef82febede1e7419ac});var infowindow = new google.maps.InfoWindow({content: $l5f15805708a114ef82febede1e7419ac});google.maps.event.addListener(m_5f15805708a114ef82febede1e7419ac, 'click', function() {infowindow.open(map,m_5f15805708a114ef82febede1e7419ac);});$marker.push(m_5f15805708a114ef82febede1e7419ac);}});}google.maps.event.addDomListener(window, 'load', initialize);