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.8873,-117.895)};var g_2719f59c3f9f0eca9a49ecc2c4023e3d = new google.maps.Geocoder();g_2719f59c3f9f0eca9a49ecc2c4023e3d.geocode( { 'address': "110 E Wilshire Ave, Fullerton, CA 92832"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fullerton-CA-citizens-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('fullerton-CA-citizens-business-bank'), mapOptions);}document.getElementById('8f4488b6').innerHTML += ' | View Map';var $l2719f59c3f9f0eca9a49ecc2c4023e3d = '

Citizens Business Bank

Address: 110 E Wilshire Ave, Fullerton, CA 92832
Phone: (714) 773-0600
';var m_2719f59c3f9f0eca9a49ecc2c4023e3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Business Bank',});m_2719f59c3f9f0eca9a49ecc2c4023e3d['infowindow'] = new google.maps.InfoWindow({content: $l2719f59c3f9f0eca9a49ecc2c4023e3d});var infowindow = new google.maps.InfoWindow({content: $l2719f59c3f9f0eca9a49ecc2c4023e3d});google.maps.event.addListener(m_2719f59c3f9f0eca9a49ecc2c4023e3d, 'click', function() {infowindow.open(map,m_2719f59c3f9f0eca9a49ecc2c4023e3d);});$marker.push(m_2719f59c3f9f0eca9a49ecc2c4023e3d);}});}google.maps.event.addDomListener(window, 'load', initialize);