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.0551,-117.182)};var g_418ef59bdd25a3169556782605407ff4 = new google.maps.Geocoder();g_418ef59bdd25a3169556782605407ff4.geocode( { 'address': "35 Cajon St, Redlands, CA 92373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redlands-CA-redlands-city-employee-cu').style.display = '';map = new google.maps.Map(document.getElementById('redlands-CA-redlands-city-employee-cu'), mapOptions);}document.getElementById('ca4f55da').innerHTML += ' | View Map';var $l418ef59bdd25a3169556782605407ff4 = '

Redlands City Employee CU

Address: 35 Cajon St, Redlands, CA 92373, USA
Phone: (909) 798-7626
';var m_418ef59bdd25a3169556782605407ff4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Redlands City Employee CU',});m_418ef59bdd25a3169556782605407ff4['infowindow'] = new google.maps.InfoWindow({content: $l418ef59bdd25a3169556782605407ff4});var infowindow = new google.maps.InfoWindow({content: $l418ef59bdd25a3169556782605407ff4});google.maps.event.addListener(m_418ef59bdd25a3169556782605407ff4, 'click', function() {infowindow.open(map,m_418ef59bdd25a3169556782605407ff4);});$marker.push(m_418ef59bdd25a3169556782605407ff4);}});}google.maps.event.addDomListener(window, 'load', initialize);