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.1361,-117.665)};var g_06b44f22bf01b4bad31391ffe00009c4 = new google.maps.Geocoder();g_06b44f22bf01b4bad31391ffe00009c4.geocode( { 'address': "690 E Foothill Blvd, Upland, CA 91786"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upland-CA-wescom-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('upland-CA-wescom-credit-union'), mapOptions);}document.getElementById('ca412cd7').innerHTML += ' | View Map';var $l06b44f22bf01b4bad31391ffe00009c4 = '

Wescom Credit Union

Address: 690 E Foothill Blvd, Upland, CA 91786
Phone: (909) 920-3230
';var m_06b44f22bf01b4bad31391ffe00009c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wescom Credit Union',});m_06b44f22bf01b4bad31391ffe00009c4['infowindow'] = new google.maps.InfoWindow({content: $l06b44f22bf01b4bad31391ffe00009c4});var infowindow = new google.maps.InfoWindow({content: $l06b44f22bf01b4bad31391ffe00009c4});google.maps.event.addListener(m_06b44f22bf01b4bad31391ffe00009c4, 'click', function() {infowindow.open(map,m_06b44f22bf01b4bad31391ffe00009c4);});$marker.push(m_06b44f22bf01b4bad31391ffe00009c4);}});}google.maps.event.addDomListener(window, 'load', initialize);