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.772,-105.101)};var g_688688efec96a01746acac8585aad28a = new google.maps.Geocoder();g_688688efec96a01746acac8585aad28a.geocode( { 'address': "3835 Newland St, Wheat Ridge, CO 80033"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheat-ridge-CO-bcs-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wheat-ridge-CO-bcs-community-credit-union'), mapOptions);}document.getElementById('98c4ca74').innerHTML += ' | View Map';var $l688688efec96a01746acac8585aad28a = '

BCS Community Credit Union

Address: 3835 Newland St, Wheat Ridge, CO 80033
Phone: (303) 425-6627
';var m_688688efec96a01746acac8585aad28a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BCS Community Credit Union',});m_688688efec96a01746acac8585aad28a['infowindow'] = new google.maps.InfoWindow({content: $l688688efec96a01746acac8585aad28a});var infowindow = new google.maps.InfoWindow({content: $l688688efec96a01746acac8585aad28a});google.maps.event.addListener(m_688688efec96a01746acac8585aad28a, 'click', function() {infowindow.open(map,m_688688efec96a01746acac8585aad28a);});$marker.push(m_688688efec96a01746acac8585aad28a);}});}google.maps.event.addDomListener(window, 'load', initialize);