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.7869,-117.927)};var g_4b9b6fe6fba0ebf173356f7eb6e6fca0 = new google.maps.Geocoder();g_4b9b6fe6fba0ebf173356f7eb6e6fca0.geocode( { 'address': "11900 Brookhurst St, Garden Grove, CA 92840"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-grove-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('garden-grove-CA-union-bank'), mapOptions);}document.getElementById('6c35b709').innerHTML += ' | View Map';var $l4b9b6fe6fba0ebf173356f7eb6e6fca0 = '

Union Bank

Address: 11900 Brookhurst St, Garden Grove, CA 92840
Phone: (714) 534-0300
';var m_4b9b6fe6fba0ebf173356f7eb6e6fca0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_4b9b6fe6fba0ebf173356f7eb6e6fca0['infowindow'] = new google.maps.InfoWindow({content: $l4b9b6fe6fba0ebf173356f7eb6e6fca0});var infowindow = new google.maps.InfoWindow({content: $l4b9b6fe6fba0ebf173356f7eb6e6fca0});google.maps.event.addListener(m_4b9b6fe6fba0ebf173356f7eb6e6fca0, 'click', function() {infowindow.open(map,m_4b9b6fe6fba0ebf173356f7eb6e6fca0);});$marker.push(m_4b9b6fe6fba0ebf173356f7eb6e6fca0);}});}google.maps.event.addDomListener(window, 'load', initialize);