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.7419,-117.747)};var g_81b9550f1b1820eca22b1dd083af2b13 = new google.maps.Geocoder();g_81b9550f1b1820eca22b1dd083af2b13.geocode( { 'address': "3200 El Camino Real, Irvine, CA 92602"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-golden-bank').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-golden-bank'), mapOptions);}document.getElementById('30f51733').innerHTML += ' | View Map';var $l81b9550f1b1820eca22b1dd083af2b13 = '

Golden Bank

Address: 3200 El Camino Real, Irvine, CA 92602
Phone: (714) 368-3682
';var m_81b9550f1b1820eca22b1dd083af2b13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Bank',});m_81b9550f1b1820eca22b1dd083af2b13['infowindow'] = new google.maps.InfoWindow({content: $l81b9550f1b1820eca22b1dd083af2b13});var infowindow = new google.maps.InfoWindow({content: $l81b9550f1b1820eca22b1dd083af2b13});google.maps.event.addListener(m_81b9550f1b1820eca22b1dd083af2b13, 'click', function() {infowindow.open(map,m_81b9550f1b1820eca22b1dd083af2b13);});$marker.push(m_81b9550f1b1820eca22b1dd083af2b13);}});}google.maps.event.addDomListener(window, 'load', initialize);