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.8181,-118.036)};var g_b36430b8716f25e6c92051b8a150732c = new google.maps.Geocoder();g_b36430b8716f25e6c92051b8a150732c.geocode( { 'address': "4125 Ball Rd, Cypress, CA 90630"}, 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('940e9ae0').innerHTML += ' | View Map';var $lb36430b8716f25e6c92051b8a150732c = '

Union Bank

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