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.8702,-117.927)};var g_b07416cdf227adf09fbf187354d5b7ae = new google.maps.Geocoder();g_b07416cdf227adf09fbf187354d5b7ae.geocode( { 'address': "200 W Commonwealth Ave, Fullerton, CA 92832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fullerton-CA-opus-bank').style.display = '';map = new google.maps.Map(document.getElementById('fullerton-CA-opus-bank'), mapOptions);}document.getElementById('6b3ea335').innerHTML += ' | View Map';var $lb07416cdf227adf09fbf187354d5b7ae = '

Opus Bank

Address: 200 W Commonwealth Ave, Fullerton, CA 92832, USA
Phone: (714) 578-7502
';var m_b07416cdf227adf09fbf187354d5b7ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Opus Bank',});m_b07416cdf227adf09fbf187354d5b7ae['infowindow'] = new google.maps.InfoWindow({content: $lb07416cdf227adf09fbf187354d5b7ae});var infowindow = new google.maps.InfoWindow({content: $lb07416cdf227adf09fbf187354d5b7ae});google.maps.event.addListener(m_b07416cdf227adf09fbf187354d5b7ae, 'click', function() {infowindow.open(map,m_b07416cdf227adf09fbf187354d5b7ae);});$marker.push(m_b07416cdf227adf09fbf187354d5b7ae);}});}google.maps.event.addDomListener(window, 'load', initialize);