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.9787,-117.373)};var g_17b5dab636aeac6395e6a8a98b0fb289 = new google.maps.Geocoder();g_17b5dab636aeac6395e6a8a98b0fb289.geocode( { 'address': "3403 Tenth St, Riverside, CA 92501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-CA-security-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('riverside-CA-security-bank-of-california'), mapOptions);}document.getElementById('0ab45fe4').innerHTML += ' | View Map';var $l17b5dab636aeac6395e6a8a98b0fb289 = '

Security Bank of California

Address: 3403 Tenth St, Riverside, CA 92501, USA
Phone: (951) 368-2265
';var m_17b5dab636aeac6395e6a8a98b0fb289 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Bank of California',});m_17b5dab636aeac6395e6a8a98b0fb289['infowindow'] = new google.maps.InfoWindow({content: $l17b5dab636aeac6395e6a8a98b0fb289});var infowindow = new google.maps.InfoWindow({content: $l17b5dab636aeac6395e6a8a98b0fb289});google.maps.event.addListener(m_17b5dab636aeac6395e6a8a98b0fb289, 'click', function() {infowindow.open(map,m_17b5dab636aeac6395e6a8a98b0fb289);});$marker.push(m_17b5dab636aeac6395e6a8a98b0fb289);}});}google.maps.event.addDomListener(window, 'load', initialize);