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.8549,-104.756)};var g_424174879d8ac05e5cab696439aeec45 = new google.maps.Geocoder();g_424174879d8ac05e5cab696439aeec45.geocode( { 'address': "1505 Academy Blvd N, Colorado Springs, CO 80909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-glenns-jewelry-and-loans').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-glenns-jewelry-and-loans'), mapOptions);}document.getElementById('2aeec8c1').innerHTML += ' | View Map';var $l424174879d8ac05e5cab696439aeec45 = '

Glenn's Jewelry and Loans

Address: 1505 Academy Blvd N, Colorado Springs, CO 80909, USA
Phone: (719) 591-7331
';var m_424174879d8ac05e5cab696439aeec45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glenn's Jewelry and Loans',});m_424174879d8ac05e5cab696439aeec45['infowindow'] = new google.maps.InfoWindow({content: $l424174879d8ac05e5cab696439aeec45});var infowindow = new google.maps.InfoWindow({content: $l424174879d8ac05e5cab696439aeec45});google.maps.event.addListener(m_424174879d8ac05e5cab696439aeec45, 'click', function() {infowindow.open(map,m_424174879d8ac05e5cab696439aeec45);});$marker.push(m_424174879d8ac05e5cab696439aeec45);}});}google.maps.event.addDomListener(window, 'load', initialize);