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.7798,-105.081)};var g_e38d1248ef1dec274a356e6381c59b32 = new google.maps.Geocoder();g_e38d1248ef1dec274a356e6381c59b32.geocode( { 'address': "4550 Wadsworth Blvd, Wheat Ridge, CO 80033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheat-ridge-CO-paycheck-loans').style.display = '';map = new google.maps.Map(document.getElementById('wheat-ridge-CO-paycheck-loans'), mapOptions);}document.getElementById('214ef3c0').innerHTML += ' | View Map';var $le38d1248ef1dec274a356e6381c59b32 = '

Paycheck Loans

Address: 4550 Wadsworth Blvd, Wheat Ridge, CO 80033, USA
Phone: (303) 420-6518
';var m_e38d1248ef1dec274a356e6381c59b32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paycheck Loans',});m_e38d1248ef1dec274a356e6381c59b32['infowindow'] = new google.maps.InfoWindow({content: $le38d1248ef1dec274a356e6381c59b32});var infowindow = new google.maps.InfoWindow({content: $le38d1248ef1dec274a356e6381c59b32});google.maps.event.addListener(m_e38d1248ef1dec274a356e6381c59b32, 'click', function() {infowindow.open(map,m_e38d1248ef1dec274a356e6381c59b32);});$marker.push(m_e38d1248ef1dec274a356e6381c59b32);}});}google.maps.event.addDomListener(window, 'load', initialize);