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.4472,-119.248)};var g_af993f0c673c1cc91bd4fcce243a359d = new google.maps.Geocoder();g_af993f0c673c1cc91bd4fcce243a359d.geocode( { 'address': "205 W Ojai Ave, Ojai, CA 93023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ojai-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('ojai-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('6c6c45f5').innerHTML += ' | View Map';var $laf993f0c673c1cc91bd4fcce243a359d = '

Bank of America Financial Center

Address: 205 W Ojai Ave, Ojai, CA 93023, USA
Phone: (805) 640-2944
';var m_af993f0c673c1cc91bd4fcce243a359d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_af993f0c673c1cc91bd4fcce243a359d['infowindow'] = new google.maps.InfoWindow({content: $laf993f0c673c1cc91bd4fcce243a359d});var infowindow = new google.maps.InfoWindow({content: $laf993f0c673c1cc91bd4fcce243a359d});google.maps.event.addListener(m_af993f0c673c1cc91bd4fcce243a359d, 'click', function() {infowindow.open(map,m_af993f0c673c1cc91bd4fcce243a359d);});$marker.push(m_af993f0c673c1cc91bd4fcce243a359d);}});}google.maps.event.addDomListener(window, 'load', initialize);