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(40.4146,-104.691)};var g_a950ec01c097f117ca776b46d2edc43a = new google.maps.Geocoder();g_a950ec01c097f117ca776b46d2edc43a.geocode( { 'address': "1525 8th Ave, Greeley, CO 80631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-mister-money-usa').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-mister-money-usa'), mapOptions);}document.getElementById('84335586').innerHTML += ' | View Map';var $la950ec01c097f117ca776b46d2edc43a = '

Mister Money USA

Address: 1525 8th Ave, Greeley, CO 80631, USA
Phone: (970) 352-8895
';var m_a950ec01c097f117ca776b46d2edc43a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mister Money USA',});m_a950ec01c097f117ca776b46d2edc43a['infowindow'] = new google.maps.InfoWindow({content: $la950ec01c097f117ca776b46d2edc43a});var infowindow = new google.maps.InfoWindow({content: $la950ec01c097f117ca776b46d2edc43a});google.maps.event.addListener(m_a950ec01c097f117ca776b46d2edc43a, 'click', function() {infowindow.open(map,m_a950ec01c097f117ca776b46d2edc43a);});$marker.push(m_a950ec01c097f117ca776b46d2edc43a);}});}google.maps.event.addDomListener(window, 'load', initialize);