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.9251,-116.892)};var g_84afe6384b0eb5588e350be289cad8f2 = new google.maps.Geocoder();g_84afe6384b0eb5588e350be289cad8f2.geocode( { 'address': "1374 W Ramsey St, Banning, CA 92220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('banning-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('banning-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('6951f3ef').innerHTML += ' | View Map';var $l84afe6384b0eb5588e350be289cad8f2 = '

Bank of America Financial Center

Address: 1374 W Ramsey St, Banning, CA 92220, USA
Phone: (951) 849-6762
';var m_84afe6384b0eb5588e350be289cad8f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_84afe6384b0eb5588e350be289cad8f2['infowindow'] = new google.maps.InfoWindow({content: $l84afe6384b0eb5588e350be289cad8f2});var infowindow = new google.maps.InfoWindow({content: $l84afe6384b0eb5588e350be289cad8f2});google.maps.event.addListener(m_84afe6384b0eb5588e350be289cad8f2, 'click', function() {infowindow.open(map,m_84afe6384b0eb5588e350be289cad8f2);});$marker.push(m_84afe6384b0eb5588e350be289cad8f2);}});}google.maps.event.addDomListener(window, 'load', initialize);