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(41.1569,-85.4875)};var g_d7efa688b283143bc57c770d2de74a8b = new google.maps.Geocoder();g_d7efa688b283143bc57c770d2de74a8b.geocode( { 'address': "118 E Van Buren St # 1, Columbia City, IN 46725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-city-IN-starr-cpa-associates-llc').style.display = '';map = new google.maps.Map(document.getElementById('columbia-city-IN-starr-cpa-associates-llc'), mapOptions);}document.getElementById('a06c5bf7').innerHTML += ' | View Map';var $ld7efa688b283143bc57c770d2de74a8b = '

Starr CPA Associates LLC

Address: 118 E Van Buren St # 1, Columbia City, IN 46725, USA
Phone: (260) 244-7611
';var m_d7efa688b283143bc57c770d2de74a8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Starr CPA Associates LLC',});m_d7efa688b283143bc57c770d2de74a8b['infowindow'] = new google.maps.InfoWindow({content: $ld7efa688b283143bc57c770d2de74a8b});var infowindow = new google.maps.InfoWindow({content: $ld7efa688b283143bc57c770d2de74a8b});google.maps.event.addListener(m_d7efa688b283143bc57c770d2de74a8b, 'click', function() {infowindow.open(map,m_d7efa688b283143bc57c770d2de74a8b);});$marker.push(m_d7efa688b283143bc57c770d2de74a8b);}});}google.maps.event.addDomListener(window, 'load', initialize);