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()};var g_baf904349dde0907246db675dd069a9e = new google.maps.Geocoder();g_baf904349dde0907246db675dd069a9e.geocode( { 'address': "7284 Lagae Rd, Castle Pines, CO 80108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castle-pines-CO-redbox').style.display = '';map = new google.maps.Map(document.getElementById('castle-pines-CO-redbox'), mapOptions);}document.getElementById('b90d97c0').innerHTML += ' | View Map';var $lbaf904349dde0907246db675dd069a9e = '

Redbox

Address: 7284 Lagae Rd, Castle Pines, CO 80108
Phone: (866) 733-2693
';var m_baf904349dde0907246db675dd069a9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Redbox',});m_baf904349dde0907246db675dd069a9e['infowindow'] = new google.maps.InfoWindow({content: $lbaf904349dde0907246db675dd069a9e});var infowindow = new google.maps.InfoWindow({content: $lbaf904349dde0907246db675dd069a9e});google.maps.event.addListener(m_baf904349dde0907246db675dd069a9e, 'click', function() {infowindow.open(map,m_baf904349dde0907246db675dd069a9e);});$marker.push(m_baf904349dde0907246db675dd069a9e);}});}google.maps.event.addDomListener(window, 'load', initialize);