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(27.7502,-98.0699)};var g_a2b76475bd47b89eb24080946629ab30 = new google.maps.Geocoder();g_a2b76475bd47b89eb24080946629ab30.geocode( { 'address': "800 E Main St, Alice, TX 78332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alice-TX-midwest-finance--income-tax').style.display = '';map = new google.maps.Map(document.getElementById('alice-TX-midwest-finance--income-tax'), mapOptions);}document.getElementById('9b016390').innerHTML += ' | View Map';var $la2b76475bd47b89eb24080946629ab30 = '

Midwest Finance & Income Tax

Address: 800 E Main St, Alice, TX 78332, USA
Phone: (361) 668-1572
';var m_a2b76475bd47b89eb24080946629ab30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Finance & Income Tax',});m_a2b76475bd47b89eb24080946629ab30['infowindow'] = new google.maps.InfoWindow({content: $la2b76475bd47b89eb24080946629ab30});var infowindow = new google.maps.InfoWindow({content: $la2b76475bd47b89eb24080946629ab30});google.maps.event.addListener(m_a2b76475bd47b89eb24080946629ab30, 'click', function() {infowindow.open(map,m_a2b76475bd47b89eb24080946629ab30);});$marker.push(m_a2b76475bd47b89eb24080946629ab30);}});}google.maps.event.addDomListener(window, 'load', initialize);