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.4237,-104.697)};var g_855bacff571310247fd43540982f0274 = new google.maps.Geocoder();g_855bacff571310247fd43540982f0274.geocode( { 'address': "1114 9th St, Greeley, CO 80631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-in-n-out-cash').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-in-n-out-cash'), mapOptions);}document.getElementById('c58d06eb').innerHTML += ' | View Map';var $l855bacff571310247fd43540982f0274 = '

In-N-Out Cash

Address: 1114 9th St, Greeley, CO 80631, USA
Phone: (970) 692-8888
';var m_855bacff571310247fd43540982f0274 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'In-N-Out Cash',});m_855bacff571310247fd43540982f0274['infowindow'] = new google.maps.InfoWindow({content: $l855bacff571310247fd43540982f0274});var infowindow = new google.maps.InfoWindow({content: $l855bacff571310247fd43540982f0274});google.maps.event.addListener(m_855bacff571310247fd43540982f0274, 'click', function() {infowindow.open(map,m_855bacff571310247fd43540982f0274);});$marker.push(m_855bacff571310247fd43540982f0274);}});}google.maps.event.addDomListener(window, 'load', initialize);