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(33.7841,-117.843)};var g_4bd106ffe5e8ef167227db73267a1011 = new google.maps.Geocoder();g_4bd106ffe5e8ef167227db73267a1011.geocode( { 'address': "216 E Chapman Ave, Orange, CA 92866"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-CA-california-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('orange-CA-california-national-bank'), mapOptions);}document.getElementById('1c1d25a7').innerHTML += ' | View Map';var $l4bd106ffe5e8ef167227db73267a1011 = '

California National Bank

Address: 216 E Chapman Ave, Orange, CA 92866
Phone: (714) 532-6301
';var m_4bd106ffe5e8ef167227db73267a1011 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California National Bank',});m_4bd106ffe5e8ef167227db73267a1011['infowindow'] = new google.maps.InfoWindow({content: $l4bd106ffe5e8ef167227db73267a1011});var infowindow = new google.maps.InfoWindow({content: $l4bd106ffe5e8ef167227db73267a1011});google.maps.event.addListener(m_4bd106ffe5e8ef167227db73267a1011, 'click', function() {infowindow.open(map,m_4bd106ffe5e8ef167227db73267a1011);});$marker.push(m_4bd106ffe5e8ef167227db73267a1011);}});}google.maps.event.addDomListener(window, 'load', initialize);