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(38.8346,-104.823)};var g_cd347f00e873d9df93e27ecd4db31d4d = new google.maps.Geocoder();g_cd347f00e873d9df93e27ecd4db31d4d.geocode( { 'address': "75 Woodmen CT, Colorado Springs, CO 80919"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-heirloom-bavarian-traditions').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-heirloom-bavarian-traditions'), mapOptions);}document.getElementById('4a64e8c1').innerHTML += ' | View Map';var $lcd347f00e873d9df93e27ecd4db31d4d = '

Heirloom Bavarian Traditions

Address: 75 Woodmen CT, Colorado Springs, CO 80919
Phone: (719) 593-8364
';var m_cd347f00e873d9df93e27ecd4db31d4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heirloom Bavarian Traditions',});m_cd347f00e873d9df93e27ecd4db31d4d['infowindow'] = new google.maps.InfoWindow({content: $lcd347f00e873d9df93e27ecd4db31d4d});var infowindow = new google.maps.InfoWindow({content: $lcd347f00e873d9df93e27ecd4db31d4d});google.maps.event.addListener(m_cd347f00e873d9df93e27ecd4db31d4d, 'click', function() {infowindow.open(map,m_cd347f00e873d9df93e27ecd4db31d4d);});$marker.push(m_cd347f00e873d9df93e27ecd4db31d4d);}});}google.maps.event.addDomListener(window, 'load', initialize);