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.6696,-99.3335)};var g_a21897ac383bb608d33b464b6aa43eaf = new google.maps.Geocoder();g_a21897ac383bb608d33b464b6aa43eaf.geocode( { 'address': "3120 N Main St, Altus, OK 73521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altus-OK-agpreference').style.display = '';map = new google.maps.Map(document.getElementById('altus-OK-agpreference'), mapOptions);}document.getElementById('7dccff79').innerHTML += ' | View Map';var $la21897ac383bb608d33b464b6aa43eaf = '

AgPreference

Address: 3120 N Main St, Altus, OK 73521, USA
Phone: (580) 482-3030
';var m_a21897ac383bb608d33b464b6aa43eaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgPreference',});m_a21897ac383bb608d33b464b6aa43eaf['infowindow'] = new google.maps.InfoWindow({content: $la21897ac383bb608d33b464b6aa43eaf});var infowindow = new google.maps.InfoWindow({content: $la21897ac383bb608d33b464b6aa43eaf});google.maps.event.addListener(m_a21897ac383bb608d33b464b6aa43eaf, 'click', function() {infowindow.open(map,m_a21897ac383bb608d33b464b6aa43eaf);});$marker.push(m_a21897ac383bb608d33b464b6aa43eaf);}});}google.maps.event.addDomListener(window, 'load', initialize);