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.4124,-104.752)};var g_4da4904b31c5d073a234d09255b0a482 = new google.maps.Geocoder();g_4da4904b31c5d073a234d09255b0a482.geocode( { 'address': "1507 45th Ave, Greeley, CO 80634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-o-k-check-cashing-co').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-o-k-check-cashing-co'), mapOptions);}document.getElementById('d36b971e').innerHTML += ' | View Map';var $l4da4904b31c5d073a234d09255b0a482 = '

O K Check Cashing Co

Address: 1507 45th Ave, Greeley, CO 80634, USA
Phone: (970) 353-4563
';var m_4da4904b31c5d073a234d09255b0a482 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'O K Check Cashing Co',});m_4da4904b31c5d073a234d09255b0a482['infowindow'] = new google.maps.InfoWindow({content: $l4da4904b31c5d073a234d09255b0a482});var infowindow = new google.maps.InfoWindow({content: $l4da4904b31c5d073a234d09255b0a482});google.maps.event.addListener(m_4da4904b31c5d073a234d09255b0a482, 'click', function() {infowindow.open(map,m_4da4904b31c5d073a234d09255b0a482);});$marker.push(m_4da4904b31c5d073a234d09255b0a482);}});}google.maps.event.addDomListener(window, 'load', initialize);