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(44.4819,-103.846)};var g_dcdd428a00dc6cd7c6a5380e0a0dff39 = new google.maps.Geocoder();g_dcdd428a00dc6cd7c6a5380e0a0dff39.geocode( { 'address': "919 E Colorado Blvd, Spearfish, SD 57783, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spearfish-SD-direct-check').style.display = '';map = new google.maps.Map(document.getElementById('spearfish-SD-direct-check'), mapOptions);}document.getElementById('c02f1a38').innerHTML += ' | View Map';var $ldcdd428a00dc6cd7c6a5380e0a0dff39 = '

Direct Check

Address: 919 E Colorado Blvd, Spearfish, SD 57783, USA
Phone: (605) 642-2828
';var m_dcdd428a00dc6cd7c6a5380e0a0dff39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Direct Check',});m_dcdd428a00dc6cd7c6a5380e0a0dff39['infowindow'] = new google.maps.InfoWindow({content: $ldcdd428a00dc6cd7c6a5380e0a0dff39});var infowindow = new google.maps.InfoWindow({content: $ldcdd428a00dc6cd7c6a5380e0a0dff39});google.maps.event.addListener(m_dcdd428a00dc6cd7c6a5380e0a0dff39, 'click', function() {infowindow.open(map,m_dcdd428a00dc6cd7c6a5380e0a0dff39);});$marker.push(m_dcdd428a00dc6cd7c6a5380e0a0dff39);}});}google.maps.event.addDomListener(window, 'load', initialize);