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.0958,-117.651)};var g_8ab8dff7441eda91aa7bb26becb3afd3 = new google.maps.Geocoder();g_8ab8dff7441eda91aa7bb26becb3afd3.geocode( { 'address': "188 N Euclid Ave a, Upland, CA 91786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upland-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('upland-CA-union-bank'), mapOptions);}document.getElementById('80987eef').innerHTML += ' | View Map';var $l8ab8dff7441eda91aa7bb26becb3afd3 = '

Union Bank

Address: 188 N Euclid Ave a, Upland, CA 91786, USA
Phone: (909) 946-0551
';var m_8ab8dff7441eda91aa7bb26becb3afd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_8ab8dff7441eda91aa7bb26becb3afd3['infowindow'] = new google.maps.InfoWindow({content: $l8ab8dff7441eda91aa7bb26becb3afd3});var infowindow = new google.maps.InfoWindow({content: $l8ab8dff7441eda91aa7bb26becb3afd3});google.maps.event.addListener(m_8ab8dff7441eda91aa7bb26becb3afd3, 'click', function() {infowindow.open(map,m_8ab8dff7441eda91aa7bb26becb3afd3);});$marker.push(m_8ab8dff7441eda91aa7bb26becb3afd3);}});}google.maps.event.addDomListener(window, 'load', initialize);