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(34.4941,-91.5531)};var g_a195d0b5b210e0a4f4411c99cd1aafd9 = new google.maps.Geocoder();g_a195d0b5b210e0a4f4411c99cd1aafd9.geocode( { 'address': "922 S Main St, Stuttgart, AR 72160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stuttgart-AR-jacobs-co').style.display = '';map = new google.maps.Map(document.getElementById('stuttgart-AR-jacobs-co'), mapOptions);}document.getElementById('d1bfea5c').innerHTML += ' | View Map';var $la195d0b5b210e0a4f4411c99cd1aafd9 = '

Jacobs Co

Address: 922 S Main St, Stuttgart, AR 72160, USA
Phone: (870) 673-2555
';var m_a195d0b5b210e0a4f4411c99cd1aafd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jacobs Co',});m_a195d0b5b210e0a4f4411c99cd1aafd9['infowindow'] = new google.maps.InfoWindow({content: $la195d0b5b210e0a4f4411c99cd1aafd9});var infowindow = new google.maps.InfoWindow({content: $la195d0b5b210e0a4f4411c99cd1aafd9});google.maps.event.addListener(m_a195d0b5b210e0a4f4411c99cd1aafd9, 'click', function() {infowindow.open(map,m_a195d0b5b210e0a4f4411c99cd1aafd9);});$marker.push(m_a195d0b5b210e0a4f4411c99cd1aafd9);}});}google.maps.event.addDomListener(window, 'load', initialize);