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.8178,-118.061)};var g_dc81f05da30955d6214ce0bc6b9aa4de = new google.maps.Geocoder();g_dc81f05da30955d6214ce0bc6b9aa4de.geocode( { 'address': "4125 Ball Rd, Cypress, CA 90630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cypress-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('cypress-CA-union-bank'), mapOptions);}document.getElementById('c127ed5a').innerHTML += ' | View Map';var $ldc81f05da30955d6214ce0bc6b9aa4de = '

Union Bank

Address: 4125 Ball Rd, Cypress, CA 90630, USA
Phone: (714) 826-0011
';var m_dc81f05da30955d6214ce0bc6b9aa4de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_dc81f05da30955d6214ce0bc6b9aa4de['infowindow'] = new google.maps.InfoWindow({content: $ldc81f05da30955d6214ce0bc6b9aa4de});var infowindow = new google.maps.InfoWindow({content: $ldc81f05da30955d6214ce0bc6b9aa4de});google.maps.event.addListener(m_dc81f05da30955d6214ce0bc6b9aa4de, 'click', function() {infowindow.open(map,m_dc81f05da30955d6214ce0bc6b9aa4de);});$marker.push(m_dc81f05da30955d6214ce0bc6b9aa4de);}});}google.maps.event.addDomListener(window, 'load', initialize);