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.9291,-117.884)};var g_45ab092a5990dcce61e606f64873a98f = new google.maps.Geocoder();g_45ab092a5990dcce61e606f64873a98f.geocode( { 'address': "3 Pointe Dr, Brea, CA 92821"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brea-CA-first-centennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('brea-CA-first-centennial-bank'), mapOptions);}document.getElementById('03da83ed').innerHTML += ' | View Map';var $l45ab092a5990dcce61e606f64873a98f = '

First Centennial Bank

Address: 3 Pointe Dr, Brea, CA 92821
Phone: (714) 672-0047
';var m_45ab092a5990dcce61e606f64873a98f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Centennial Bank',});m_45ab092a5990dcce61e606f64873a98f['infowindow'] = new google.maps.InfoWindow({content: $l45ab092a5990dcce61e606f64873a98f});var infowindow = new google.maps.InfoWindow({content: $l45ab092a5990dcce61e606f64873a98f});google.maps.event.addListener(m_45ab092a5990dcce61e606f64873a98f, 'click', function() {infowindow.open(map,m_45ab092a5990dcce61e606f64873a98f);});$marker.push(m_45ab092a5990dcce61e606f64873a98f);}});}google.maps.event.addDomListener(window, 'load', initialize);