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(38.999,-93.9541)};var g_16b6dea228dc3ec4b62d6dc9272c27ec = new google.maps.Geocoder();g_16b6dea228dc3ec4b62d6dc9272c27ec.geocode( { 'address': "204 W Mason St, Odessa, MO 64076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('odessa-MO-odessa-tax-and-accounting-llc').style.display = '';map = new google.maps.Map(document.getElementById('odessa-MO-odessa-tax-and-accounting-llc'), mapOptions);}document.getElementById('7d1b2265').innerHTML += ' | View Map';var $l16b6dea228dc3ec4b62d6dc9272c27ec = '

Odessa Tax and Accounting LLC

Address: 204 W Mason St, Odessa, MO 64076, USA
Phone: (816) 230-0014
';var m_16b6dea228dc3ec4b62d6dc9272c27ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Odessa Tax and Accounting LLC',});m_16b6dea228dc3ec4b62d6dc9272c27ec['infowindow'] = new google.maps.InfoWindow({content: $l16b6dea228dc3ec4b62d6dc9272c27ec});var infowindow = new google.maps.InfoWindow({content: $l16b6dea228dc3ec4b62d6dc9272c27ec});google.maps.event.addListener(m_16b6dea228dc3ec4b62d6dc9272c27ec, 'click', function() {infowindow.open(map,m_16b6dea228dc3ec4b62d6dc9272c27ec);});$marker.push(m_16b6dea228dc3ec4b62d6dc9272c27ec);}});}google.maps.event.addDomListener(window, 'load', initialize);