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.8888,-118.129)};var g_6ad7a30abbe69e43b586e8c7c39b9412 = new google.maps.Geocoder();g_6ad7a30abbe69e43b586e8c7c39b9412.geocode( { 'address': "15909 Bellflower Blvd, Bellflower, CA 90706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellflower-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('bellflower-CA-union-bank-of-california'), mapOptions);}document.getElementById('04e79b24').innerHTML += ' | View Map';var $l6ad7a30abbe69e43b586e8c7c39b9412 = '

Union Bank of California

Address: 15909 Bellflower Blvd, Bellflower, CA 90706
Phone: (562) 804-4681
';var m_6ad7a30abbe69e43b586e8c7c39b9412 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_6ad7a30abbe69e43b586e8c7c39b9412['infowindow'] = new google.maps.InfoWindow({content: $l6ad7a30abbe69e43b586e8c7c39b9412});var infowindow = new google.maps.InfoWindow({content: $l6ad7a30abbe69e43b586e8c7c39b9412});google.maps.event.addListener(m_6ad7a30abbe69e43b586e8c7c39b9412, 'click', function() {infowindow.open(map,m_6ad7a30abbe69e43b586e8c7c39b9412);});$marker.push(m_6ad7a30abbe69e43b586e8c7c39b9412);}});}google.maps.event.addDomListener(window, 'load', initialize);