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.875,-117.565)};var g_4dfa69117125c081db608d6ab38919c5 = new google.maps.Geocoder();g_4dfa69117125c081db608d6ab38919c5.geocode( { 'address': "204 E 6th St, Corona, CA 92879, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corona-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('corona-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('c8e366a4').innerHTML += ' | View Map';var $l4dfa69117125c081db608d6ab38919c5 = '

Bank of America Financial Center

Address: 204 E 6th St, Corona, CA 92879, USA
Phone: (951) 736-7000
';var m_4dfa69117125c081db608d6ab38919c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_4dfa69117125c081db608d6ab38919c5['infowindow'] = new google.maps.InfoWindow({content: $l4dfa69117125c081db608d6ab38919c5});var infowindow = new google.maps.InfoWindow({content: $l4dfa69117125c081db608d6ab38919c5});google.maps.event.addListener(m_4dfa69117125c081db608d6ab38919c5, 'click', function() {infowindow.open(map,m_4dfa69117125c081db608d6ab38919c5);});$marker.push(m_4dfa69117125c081db608d6ab38919c5);}});}google.maps.event.addDomListener(window, 'load', initialize);