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(39.768,-94.8509)};var g_01f6211e00cc8f00a7b68e8e24b1b4d6 = new google.maps.Geocoder();g_01f6211e00cc8f00a7b68e8e24b1b4d6.geocode( { 'address': "724 Jules St, St Joseph, MO 64501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-MO-on-line-taxes-inc').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-MO-on-line-taxes-inc'), mapOptions);}document.getElementById('1749a4c1').innerHTML += ' | View Map';var $l01f6211e00cc8f00a7b68e8e24b1b4d6 = '

On-Line Taxes Inc

Address: 724 Jules St, St Joseph, MO 64501, USA
Phone: (816) 232-0095
';var m_01f6211e00cc8f00a7b68e8e24b1b4d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'On-Line Taxes Inc',});m_01f6211e00cc8f00a7b68e8e24b1b4d6['infowindow'] = new google.maps.InfoWindow({content: $l01f6211e00cc8f00a7b68e8e24b1b4d6});var infowindow = new google.maps.InfoWindow({content: $l01f6211e00cc8f00a7b68e8e24b1b4d6});google.maps.event.addListener(m_01f6211e00cc8f00a7b68e8e24b1b4d6, 'click', function() {infowindow.open(map,m_01f6211e00cc8f00a7b68e8e24b1b4d6);});$marker.push(m_01f6211e00cc8f00a7b68e8e24b1b4d6);}});}google.maps.event.addDomListener(window, 'load', initialize);