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(37.7798,-90.4198)};var g_d5b4b35e6d483ce901e07da8e083fe0e = new google.maps.Geocoder();g_d5b4b35e6d483ce901e07da8e083fe0e.geocode( { 'address': "16 S Jackson St, Farmington, MO 63640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-MO-check-on-the-spot').style.display = '';map = new google.maps.Map(document.getElementById('farmington-MO-check-on-the-spot'), mapOptions);}document.getElementById('a7473f22').innerHTML += ' | View Map';var $ld5b4b35e6d483ce901e07da8e083fe0e = '

Check On the Spot

Address: 16 S Jackson St, Farmington, MO 63640, USA
Phone: (573) 760-1770
';var m_d5b4b35e6d483ce901e07da8e083fe0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check On the Spot',});m_d5b4b35e6d483ce901e07da8e083fe0e['infowindow'] = new google.maps.InfoWindow({content: $ld5b4b35e6d483ce901e07da8e083fe0e});var infowindow = new google.maps.InfoWindow({content: $ld5b4b35e6d483ce901e07da8e083fe0e});google.maps.event.addListener(m_d5b4b35e6d483ce901e07da8e083fe0e, 'click', function() {infowindow.open(map,m_d5b4b35e6d483ce901e07da8e083fe0e);});$marker.push(m_d5b4b35e6d483ce901e07da8e083fe0e);}});}google.maps.event.addDomListener(window, 'load', initialize);