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.941,-117.954)};var g_f45230ef869443b687402e7f28c7a367 = new google.maps.Geocoder();g_f45230ef869443b687402e7f28c7a367.geocode( { 'address': "1970 W Whittier Blvd, La Habra, CA 90631"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-habra-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('la-habra-CA-union-bank-of-california'), mapOptions);}document.getElementById('a0bd3ad7').innerHTML += ' | View Map';var $lf45230ef869443b687402e7f28c7a367 = '

Union Bank of California

Address: 1970 W Whittier Blvd, La Habra, CA 90631
Phone: (562) 905-2400
';var m_f45230ef869443b687402e7f28c7a367 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_f45230ef869443b687402e7f28c7a367['infowindow'] = new google.maps.InfoWindow({content: $lf45230ef869443b687402e7f28c7a367});var infowindow = new google.maps.InfoWindow({content: $lf45230ef869443b687402e7f28c7a367});google.maps.event.addListener(m_f45230ef869443b687402e7f28c7a367, 'click', function() {infowindow.open(map,m_f45230ef869443b687402e7f28c7a367);});$marker.push(m_f45230ef869443b687402e7f28c7a367);}});}google.maps.event.addDomListener(window, 'load', initialize);