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.6255,-99.3349)};var g_ec67c672c895684acf3e04ac770fc6f6 = new google.maps.Geocoder();g_ec67c672c895684acf3e04ac770fc6f6.geocode( { 'address': "1205 S Main St, Altus, OK 73521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altus-OK-taxmasters-inc').style.display = '';map = new google.maps.Map(document.getElementById('altus-OK-taxmasters-inc'), mapOptions);}document.getElementById('142ce04b').innerHTML += ' | View Map';var $lec67c672c895684acf3e04ac770fc6f6 = '

Taxmasters Inc

Address: 1205 S Main St, Altus, OK 73521, USA
Phone: (580) 482-1498
';var m_ec67c672c895684acf3e04ac770fc6f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Taxmasters Inc',});m_ec67c672c895684acf3e04ac770fc6f6['infowindow'] = new google.maps.InfoWindow({content: $lec67c672c895684acf3e04ac770fc6f6});var infowindow = new google.maps.InfoWindow({content: $lec67c672c895684acf3e04ac770fc6f6});google.maps.event.addListener(m_ec67c672c895684acf3e04ac770fc6f6, 'click', function() {infowindow.open(map,m_ec67c672c895684acf3e04ac770fc6f6);});$marker.push(m_ec67c672c895684acf3e04ac770fc6f6);}});}google.maps.event.addDomListener(window, 'load', initialize);