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(39.7358,-104.865)};var g_347853b8760e4f93406f069b548a1096 = new google.maps.Geocoder();g_347853b8760e4f93406f069b548a1096.geocode( { 'address': "751 Chambers Rd, Aurora, CO 80011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-CO-aurora-schools-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('aurora-CO-aurora-schools-federal-credit-union'), mapOptions);}document.getElementById('5dd0d781').innerHTML += ' | View Map';var $l347853b8760e4f93406f069b548a1096 = '

Aurora Schools Federal Credit Union

Address: 751 Chambers Rd, Aurora, CO 80011
Phone: (303) 360-0987
';var m_347853b8760e4f93406f069b548a1096 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aurora Schools Federal Credit Union',});m_347853b8760e4f93406f069b548a1096['infowindow'] = new google.maps.InfoWindow({content: $l347853b8760e4f93406f069b548a1096});var infowindow = new google.maps.InfoWindow({content: $l347853b8760e4f93406f069b548a1096});google.maps.event.addListener(m_347853b8760e4f93406f069b548a1096, 'click', function() {infowindow.open(map,m_347853b8760e4f93406f069b548a1096);});$marker.push(m_347853b8760e4f93406f069b548a1096);}});}google.maps.event.addDomListener(window, 'load', initialize);