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.0832,-117.488)};var g_53c94cef17f0ee088aca6e081ccc3882 = new google.maps.Geocoder();g_53c94cef17f0ee088aca6e081ccc3882.geocode( { 'address': "9389 Cherry Ave, Fontana, CA 92335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-inland-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-inland-valley-federal-credit-union'), mapOptions);}document.getElementById('1e139dca').innerHTML += ' | View Map';var $l53c94cef17f0ee088aca6e081ccc3882 = '

Inland Valley Federal Credit Union

Address: 9389 Cherry Ave, Fontana, CA 92335, USA
Phone: (909) 822-1810
';var m_53c94cef17f0ee088aca6e081ccc3882 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inland Valley Federal Credit Union',});m_53c94cef17f0ee088aca6e081ccc3882['infowindow'] = new google.maps.InfoWindow({content: $l53c94cef17f0ee088aca6e081ccc3882});var infowindow = new google.maps.InfoWindow({content: $l53c94cef17f0ee088aca6e081ccc3882});google.maps.event.addListener(m_53c94cef17f0ee088aca6e081ccc3882, 'click', function() {infowindow.open(map,m_53c94cef17f0ee088aca6e081ccc3882);});$marker.push(m_53c94cef17f0ee088aca6e081ccc3882);}});}google.maps.event.addDomListener(window, 'load', initialize);