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.0899,-117.681)};var g_fe5ec8d14e42cfd31ac91258cc6df3ff = new google.maps.Geocoder();g_fe5ec8d14e42cfd31ac91258cc6df3ff.geocode( { 'address': "9040 N Benson Ave, Montclair, CA 91763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montclair-CA-united-methodist-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('montclair-CA-united-methodist-federal-credit-union'), mapOptions);}document.getElementById('75064481').innerHTML += ' | View Map';var $lfe5ec8d14e42cfd31ac91258cc6df3ff = '

United Methodist Federal Credit Union

Address: 9040 N Benson Ave, Montclair, CA 91763, USA
Phone: (909) 946-4096
';var m_fe5ec8d14e42cfd31ac91258cc6df3ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Methodist Federal Credit Union',});m_fe5ec8d14e42cfd31ac91258cc6df3ff['infowindow'] = new google.maps.InfoWindow({content: $lfe5ec8d14e42cfd31ac91258cc6df3ff});var infowindow = new google.maps.InfoWindow({content: $lfe5ec8d14e42cfd31ac91258cc6df3ff});google.maps.event.addListener(m_fe5ec8d14e42cfd31ac91258cc6df3ff, 'click', function() {infowindow.open(map,m_fe5ec8d14e42cfd31ac91258cc6df3ff);});$marker.push(m_fe5ec8d14e42cfd31ac91258cc6df3ff);}});}google.maps.event.addDomListener(window, 'load', initialize);