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.6826,-105.081)};var g_85668a5d527f9c145b940c26310f7270 = new google.maps.Geocoder();g_85668a5d527f9c145b940c26310f7270.geocode( { 'address': "1898 S Wadsworth Blvd, Lakewood, CO 80232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-check-city').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-check-city'), mapOptions);}document.getElementById('4207fda1').innerHTML += ' | View Map';var $l85668a5d527f9c145b940c26310f7270 = '

Check City

Address: 1898 S Wadsworth Blvd, Lakewood, CO 80232, USA
Phone: (303) 988-3073
';var m_85668a5d527f9c145b940c26310f7270 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check City',});m_85668a5d527f9c145b940c26310f7270['infowindow'] = new google.maps.InfoWindow({content: $l85668a5d527f9c145b940c26310f7270});var infowindow = new google.maps.InfoWindow({content: $l85668a5d527f9c145b940c26310f7270});google.maps.event.addListener(m_85668a5d527f9c145b940c26310f7270, 'click', function() {infowindow.open(map,m_85668a5d527f9c145b940c26310f7270);});$marker.push(m_85668a5d527f9c145b940c26310f7270);}});}google.maps.event.addDomListener(window, 'load', initialize);