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(34.1555,-117.59)};var g_467f789a63cd3c1cd1beae2582203b54 = new google.maps.Geocoder();g_467f789a63cd3c1cd1beae2582203b54.geocode( { 'address': "11551 Foothill Blvd, Rancho Cucamonga, CA 91730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cucamonga-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cucamonga-CA-union-bank'), mapOptions);}document.getElementById('2173fcb7').innerHTML += ' | View Map';var $l467f789a63cd3c1cd1beae2582203b54 = '

Union Bank

Address: 11551 Foothill Blvd, Rancho Cucamonga, CA 91730
Phone: (909) 944-2420
';var m_467f789a63cd3c1cd1beae2582203b54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_467f789a63cd3c1cd1beae2582203b54['infowindow'] = new google.maps.InfoWindow({content: $l467f789a63cd3c1cd1beae2582203b54});var infowindow = new google.maps.InfoWindow({content: $l467f789a63cd3c1cd1beae2582203b54});google.maps.event.addListener(m_467f789a63cd3c1cd1beae2582203b54, 'click', function() {infowindow.open(map,m_467f789a63cd3c1cd1beae2582203b54);});$marker.push(m_467f789a63cd3c1cd1beae2582203b54);}});}google.maps.event.addDomListener(window, 'load', initialize);