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.3658,-120.842)};var g_86bf935529c2aeff103ec51ad8bdaf74 = new google.maps.Geocoder();g_86bf935529c2aeff103ec51ad8bdaf74.geocode( { 'address': "898 Morro Bay Blvd, Morro Bay, CA 93442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morro-bay-CA-coast-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('morro-bay-CA-coast-national-bank'), mapOptions);}document.getElementById('e7c0fd5a').innerHTML += ' | View Map';var $l86bf935529c2aeff103ec51ad8bdaf74 = '

Coast National Bank

Address: 898 Morro Bay Blvd, Morro Bay, CA 93442, USA
Phone: (805) 772-6800
';var m_86bf935529c2aeff103ec51ad8bdaf74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coast National Bank',});m_86bf935529c2aeff103ec51ad8bdaf74['infowindow'] = new google.maps.InfoWindow({content: $l86bf935529c2aeff103ec51ad8bdaf74});var infowindow = new google.maps.InfoWindow({content: $l86bf935529c2aeff103ec51ad8bdaf74});google.maps.event.addListener(m_86bf935529c2aeff103ec51ad8bdaf74, 'click', function() {infowindow.open(map,m_86bf935529c2aeff103ec51ad8bdaf74);});$marker.push(m_86bf935529c2aeff103ec51ad8bdaf74);}});}google.maps.event.addDomListener(window, 'load', initialize);