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.0324,-117.282)};var g_0055ad22950e274e9c78508cf83bb886 = new google.maps.Geocoder();g_0055ad22950e274e9c78508cf83bb886.geocode( { 'address': "460 N La Cadena Dr, Colton, CA 92324"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colton-CA-colton-school-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('colton-CA-colton-school-employees-federal-credit-union'), mapOptions);}document.getElementById('46022f7f').innerHTML += ' | View Map';var $l0055ad22950e274e9c78508cf83bb886 = '

Colton School Employees Federal Credit Union

Address: 460 N La Cadena Dr, Colton, CA 92324
Phone: (909) 825-5442
';var m_0055ad22950e274e9c78508cf83bb886 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colton School Employees Federal Credit Union',});m_0055ad22950e274e9c78508cf83bb886['infowindow'] = new google.maps.InfoWindow({content: $l0055ad22950e274e9c78508cf83bb886});var infowindow = new google.maps.InfoWindow({content: $l0055ad22950e274e9c78508cf83bb886});google.maps.event.addListener(m_0055ad22950e274e9c78508cf83bb886, 'click', function() {infowindow.open(map,m_0055ad22950e274e9c78508cf83bb886);});$marker.push(m_0055ad22950e274e9c78508cf83bb886);}});}google.maps.event.addDomListener(window, 'load', initialize);