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(40.0126,-105.298)};var g_760affa2ded84b1ddb338e7fa5bf5b94 = new google.maps.Geocoder();g_760affa2ded84b1ddb338e7fa5bf5b94.geocode( { 'address': "100 Arapahoe Ave Suite 8, Boulder, CO 80302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boulder-CO-shambhala-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boulder-CO-shambhala-credit-union'), mapOptions);}document.getElementById('fb565021').innerHTML += ' | View Map';var $l760affa2ded84b1ddb338e7fa5bf5b94 = '

Shambhala Credit Union

Address: 100 Arapahoe Ave Suite 8, Boulder, CO 80302, USA
Phone: (303) 444-9003
';var m_760affa2ded84b1ddb338e7fa5bf5b94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shambhala Credit Union',});m_760affa2ded84b1ddb338e7fa5bf5b94['infowindow'] = new google.maps.InfoWindow({content: $l760affa2ded84b1ddb338e7fa5bf5b94});var infowindow = new google.maps.InfoWindow({content: $l760affa2ded84b1ddb338e7fa5bf5b94});google.maps.event.addListener(m_760affa2ded84b1ddb338e7fa5bf5b94, 'click', function() {infowindow.open(map,m_760affa2ded84b1ddb338e7fa5bf5b94);});$marker.push(m_760affa2ded84b1ddb338e7fa5bf5b94);}});}google.maps.event.addDomListener(window, 'load', initialize);