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.7543,-105.026)};var g_2c3339f366a420eb04c6b6c21b7746bf = new google.maps.Geocoder();g_2c3339f366a420eb04c6b6c21b7746bf.geocode( { 'address': "2535 Federal Blvd, Denver, CO 80211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-check-cashing-place').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-check-cashing-place'), mapOptions);}document.getElementById('05f0f8d5').innerHTML += ' | View Map';var $l2c3339f366a420eb04c6b6c21b7746bf = '

Check Cashing Place

Address: 2535 Federal Blvd, Denver, CO 80211, USA
Phone: (303) 964-8300
';var m_2c3339f366a420eb04c6b6c21b7746bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing Place',});m_2c3339f366a420eb04c6b6c21b7746bf['infowindow'] = new google.maps.InfoWindow({content: $l2c3339f366a420eb04c6b6c21b7746bf});var infowindow = new google.maps.InfoWindow({content: $l2c3339f366a420eb04c6b6c21b7746bf});google.maps.event.addListener(m_2c3339f366a420eb04c6b6c21b7746bf, 'click', function() {infowindow.open(map,m_2c3339f366a420eb04c6b6c21b7746bf);});$marker.push(m_2c3339f366a420eb04c6b6c21b7746bf);}});}google.maps.event.addDomListener(window, 'load', initialize);