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.7743,-105.082)};var g_7dd7487ba22093be462df8a8c635ec34 = new google.maps.Geocoder();g_7dd7487ba22093be462df8a8c635ec34.geocode( { 'address': "4203 Wadsworth Blvd, Wheat Ridge, CO 80033, USA"}, 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('82c039c7').innerHTML += ' | View Map';var $l7dd7487ba22093be462df8a8c635ec34 = '

BCS Community Credit Union

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