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.4178,-103.538)};var g_02d1421b8b0651a803db2e450453fb92 = new google.maps.Geocoder();g_02d1421b8b0651a803db2e450453fb92.geocode( { 'address': "2709 Lazelle St # B, Sturgis, SD 57785, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sturgis-SD-direct-check').style.display = '';map = new google.maps.Map(document.getElementById('sturgis-SD-direct-check'), mapOptions);}document.getElementById('585dec5b').innerHTML += ' | View Map';var $l02d1421b8b0651a803db2e450453fb92 = '

Direct Check

Address: 2709 Lazelle St # B, Sturgis, SD 57785, USA
Phone: (605) 347-5153
';var m_02d1421b8b0651a803db2e450453fb92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Direct Check',});m_02d1421b8b0651a803db2e450453fb92['infowindow'] = new google.maps.InfoWindow({content: $l02d1421b8b0651a803db2e450453fb92});var infowindow = new google.maps.InfoWindow({content: $l02d1421b8b0651a803db2e450453fb92});google.maps.event.addListener(m_02d1421b8b0651a803db2e450453fb92, 'click', function() {infowindow.open(map,m_02d1421b8b0651a803db2e450453fb92);});$marker.push(m_02d1421b8b0651a803db2e450453fb92);}});}google.maps.event.addDomListener(window, 'load', initialize);