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(35.2595,-120.653)};var g_8f1d4f5f641120bf463ee65aec31154c = new google.maps.Geocoder();g_8f1d4f5f641120bf463ee65aec31154c.geocode( { 'address': "1144 Morro St, San Luis Obispo, CA 93401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-luis-obispo-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('san-luis-obispo-CA-union-bank-of-california'), mapOptions);}document.getElementById('3a78b2b4').innerHTML += ' | View Map';var $l8f1d4f5f641120bf463ee65aec31154c = '

Union Bank of California

Address: 1144 Morro St, San Luis Obispo, CA 93401
Phone: (805) 543-6321
';var m_8f1d4f5f641120bf463ee65aec31154c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_8f1d4f5f641120bf463ee65aec31154c['infowindow'] = new google.maps.InfoWindow({content: $l8f1d4f5f641120bf463ee65aec31154c});var infowindow = new google.maps.InfoWindow({content: $l8f1d4f5f641120bf463ee65aec31154c});google.maps.event.addListener(m_8f1d4f5f641120bf463ee65aec31154c, 'click', function() {infowindow.open(map,m_8f1d4f5f641120bf463ee65aec31154c);});$marker.push(m_8f1d4f5f641120bf463ee65aec31154c);}});}google.maps.event.addDomListener(window, 'load', initialize);