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.6279,-104.896)};var g_a71c1d3324103addc6c422fa5e374d6f = new google.maps.Geocoder();g_a71c1d3324103addc6c422fa5e374d6f.geocode( { 'address': "7900 E Union Avenue, Suite 1005-A, Denver, CO 80237, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-boostmyscorenet').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-boostmyscorenet'), mapOptions);}document.getElementById('84f7e3c7').innerHTML += ' | View Map';var $la71c1d3324103addc6c422fa5e374d6f = '

BoostMyScore.NET

Address: 7900 E Union Avenue, Suite 1005-A, Denver, CO 80237, USA
Phone: (800) 531-1472
';var m_a71c1d3324103addc6c422fa5e374d6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BoostMyScore.NET',});m_a71c1d3324103addc6c422fa5e374d6f['infowindow'] = new google.maps.InfoWindow({content: $la71c1d3324103addc6c422fa5e374d6f});var infowindow = new google.maps.InfoWindow({content: $la71c1d3324103addc6c422fa5e374d6f});google.maps.event.addListener(m_a71c1d3324103addc6c422fa5e374d6f, 'click', function() {infowindow.open(map,m_a71c1d3324103addc6c422fa5e374d6f);});$marker.push(m_a71c1d3324103addc6c422fa5e374d6f);}});}google.maps.event.addDomListener(window, 'load', initialize);