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.7523,-117.854)};var g_103be30ed14924b9b88943cb8794c776 = new google.maps.Geocoder();g_103be30ed14924b9b88943cb8794c776.geocode( { 'address': "2000 E 4th St, Santa Ana, CA 92705"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-citizens-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-citizens-business-bank'), mapOptions);}document.getElementById('eb356b84').innerHTML += ' | View Map';var $l103be30ed14924b9b88943cb8794c776 = '

Citizens Business Bank

Address: 2000 E 4th St, Santa Ana, CA 92705
Phone: (714) 967-7222
';var m_103be30ed14924b9b88943cb8794c776 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Business Bank',});m_103be30ed14924b9b88943cb8794c776['infowindow'] = new google.maps.InfoWindow({content: $l103be30ed14924b9b88943cb8794c776});var infowindow = new google.maps.InfoWindow({content: $l103be30ed14924b9b88943cb8794c776});google.maps.event.addListener(m_103be30ed14924b9b88943cb8794c776, 'click', function() {infowindow.open(map,m_103be30ed14924b9b88943cb8794c776);});$marker.push(m_103be30ed14924b9b88943cb8794c776);}});}google.maps.event.addDomListener(window, 'load', initialize);