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.7891,-105.113)};var g_f6c29b4bad4f3605d5238bb4479a7a0c = new google.maps.Geocoder();g_f6c29b4bad4f3605d5238bb4479a7a0c.geocode( { 'address': "5091 Kipling St #110, Wheat Ridge, CO 80033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheat-ridge-CO-bellco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wheat-ridge-CO-bellco-credit-union'), mapOptions);}document.getElementById('7acce4a6').innerHTML += ' | View Map';var $lf6c29b4bad4f3605d5238bb4479a7a0c = '

Bellco Credit Union

Address: 5091 Kipling St #110, Wheat Ridge, CO 80033, USA
Phone: (720) 479-5265
';var m_f6c29b4bad4f3605d5238bb4479a7a0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bellco Credit Union',});m_f6c29b4bad4f3605d5238bb4479a7a0c['infowindow'] = new google.maps.InfoWindow({content: $lf6c29b4bad4f3605d5238bb4479a7a0c});var infowindow = new google.maps.InfoWindow({content: $lf6c29b4bad4f3605d5238bb4479a7a0c});google.maps.event.addListener(m_f6c29b4bad4f3605d5238bb4479a7a0c, 'click', function() {infowindow.open(map,m_f6c29b4bad4f3605d5238bb4479a7a0c);});$marker.push(m_f6c29b4bad4f3605d5238bb4479a7a0c);}});}google.maps.event.addDomListener(window, 'load', initialize);