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.8758,-117.567)};var g_caf226968ea6cbdb1c04c335e83015d6 = new google.maps.Geocoder();g_caf226968ea6cbdb1c04c335e83015d6.geocode( { 'address': "225 W 6th St, Corona, CA 92882"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corona-CA-citizens-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('corona-CA-citizens-business-bank'), mapOptions);}document.getElementById('97706ef9').innerHTML += ' | View Map';var $lcaf226968ea6cbdb1c04c335e83015d6 = '

Citizens Business Bank

Address: 225 W 6th St, Corona, CA 92882
Phone: (951) 734-6120
';var m_caf226968ea6cbdb1c04c335e83015d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Business Bank',});m_caf226968ea6cbdb1c04c335e83015d6['infowindow'] = new google.maps.InfoWindow({content: $lcaf226968ea6cbdb1c04c335e83015d6});var infowindow = new google.maps.InfoWindow({content: $lcaf226968ea6cbdb1c04c335e83015d6});google.maps.event.addListener(m_caf226968ea6cbdb1c04c335e83015d6, 'click', function() {infowindow.open(map,m_caf226968ea6cbdb1c04c335e83015d6);});$marker.push(m_caf226968ea6cbdb1c04c335e83015d6);}});}google.maps.event.addDomListener(window, 'load', initialize);