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(42.7868,-96.9292)};var g_bb59d584020b12905f83cc0410aa270d = new google.maps.Geocoder();g_bb59d584020b12905f83cc0410aa270d.geocode( { 'address': "28 W Cherry St #100, Vermillion, SD 57069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vermillion-SD-direct-check').style.display = '';map = new google.maps.Map(document.getElementById('vermillion-SD-direct-check'), mapOptions);}document.getElementById('c9771a5d').innerHTML += ' | View Map';var $lbb59d584020b12905f83cc0410aa270d = '

Direct Check

Address: 28 W Cherry St #100, Vermillion, SD 57069, USA
Phone: (605) 624-4225
';var m_bb59d584020b12905f83cc0410aa270d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Direct Check',});m_bb59d584020b12905f83cc0410aa270d['infowindow'] = new google.maps.InfoWindow({content: $lbb59d584020b12905f83cc0410aa270d});var infowindow = new google.maps.InfoWindow({content: $lbb59d584020b12905f83cc0410aa270d});google.maps.event.addListener(m_bb59d584020b12905f83cc0410aa270d, 'click', function() {infowindow.open(map,m_bb59d584020b12905f83cc0410aa270d);});$marker.push(m_bb59d584020b12905f83cc0410aa270d);}});}google.maps.event.addDomListener(window, 'load', initialize);