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.6513,-93.0941)};var g_657da6fe2ccf48b8e4d27a7ad4941b51 = new google.maps.Geocoder();g_657da6fe2ccf48b8e4d27a7ad4941b51.geocode( { 'address': "935 Maple St, Buffalo, MO 65622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-MO-a-j-enterprises').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-MO-a-j-enterprises'), mapOptions);}document.getElementById('0d460e5f').innerHTML += ' | View Map';var $l657da6fe2ccf48b8e4d27a7ad4941b51 = '

A J Enterprises

Address: 935 Maple St, Buffalo, MO 65622, USA
Phone: (417) 345-8518
';var m_657da6fe2ccf48b8e4d27a7ad4941b51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A J Enterprises',});m_657da6fe2ccf48b8e4d27a7ad4941b51['infowindow'] = new google.maps.InfoWindow({content: $l657da6fe2ccf48b8e4d27a7ad4941b51});var infowindow = new google.maps.InfoWindow({content: $l657da6fe2ccf48b8e4d27a7ad4941b51});google.maps.event.addListener(m_657da6fe2ccf48b8e4d27a7ad4941b51, 'click', function() {infowindow.open(map,m_657da6fe2ccf48b8e4d27a7ad4941b51);});$marker.push(m_657da6fe2ccf48b8e4d27a7ad4941b51);}});}google.maps.event.addDomListener(window, 'load', initialize);