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.7343,-104.987)};var g_4b89ca473f73d62423a27511b3dce122 = new google.maps.Geocoder();g_4b89ca473f73d62423a27511b3dce122.geocode( { 'address': "1122 Broadway, Denver, CO 80203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-wedgles-music--loan').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-wedgles-music--loan'), mapOptions);}document.getElementById('f2333fa2').innerHTML += ' | View Map';var $l4b89ca473f73d62423a27511b3dce122 = '

Wedgles Music & Loan

Address: 1122 Broadway, Denver, CO 80203, USA
Phone: (303) 534-4358
';var m_4b89ca473f73d62423a27511b3dce122 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wedgles Music & Loan',});m_4b89ca473f73d62423a27511b3dce122['infowindow'] = new google.maps.InfoWindow({content: $l4b89ca473f73d62423a27511b3dce122});var infowindow = new google.maps.InfoWindow({content: $l4b89ca473f73d62423a27511b3dce122});google.maps.event.addListener(m_4b89ca473f73d62423a27511b3dce122, 'click', function() {infowindow.open(map,m_4b89ca473f73d62423a27511b3dce122);});$marker.push(m_4b89ca473f73d62423a27511b3dce122);}});}google.maps.event.addDomListener(window, 'load', initialize);