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.0723,-117.209)};var g_5fefa1de72b55a5c66825ccc927485eb = new google.maps.Geocoder();g_5fefa1de72b55a5c66825ccc927485eb.geocode( { 'address': "9990 Alabama St # B, Redlands, CA 92374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redlands-CA-wescom-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('redlands-CA-wescom-credit-union'), mapOptions);}document.getElementById('559d0809').innerHTML += ' | View Map';var $l5fefa1de72b55a5c66825ccc927485eb = '

Wescom Credit Union

Address: 9990 Alabama St # B, Redlands, CA 92374, USA
Phone: (909) 798-6043
';var m_5fefa1de72b55a5c66825ccc927485eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wescom Credit Union',});m_5fefa1de72b55a5c66825ccc927485eb['infowindow'] = new google.maps.InfoWindow({content: $l5fefa1de72b55a5c66825ccc927485eb});var infowindow = new google.maps.InfoWindow({content: $l5fefa1de72b55a5c66825ccc927485eb});google.maps.event.addListener(m_5fefa1de72b55a5c66825ccc927485eb, 'click', function() {infowindow.open(map,m_5fefa1de72b55a5c66825ccc927485eb);});$marker.push(m_5fefa1de72b55a5c66825ccc927485eb);}});}google.maps.event.addDomListener(window, 'load', initialize);