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.3941,-86.9306)};var g_c20ab36997f8c1fed1119312f204d79a = new google.maps.Geocoder();g_c20ab36997f8c1fed1119312f204d79a.geocode( { 'address': "902 Main St, Jasper, IN 47546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-IN-seng--seng-cpas').style.display = '';map = new google.maps.Map(document.getElementById('jasper-IN-seng--seng-cpas'), mapOptions);}document.getElementById('345ae913').innerHTML += ' | View Map';var $lc20ab36997f8c1fed1119312f204d79a = '

Seng & Seng CPAs

Address: 902 Main St, Jasper, IN 47546, USA
Phone: (812) 482-4569
';var m_c20ab36997f8c1fed1119312f204d79a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seng & Seng CPAs',});m_c20ab36997f8c1fed1119312f204d79a['infowindow'] = new google.maps.InfoWindow({content: $lc20ab36997f8c1fed1119312f204d79a});var infowindow = new google.maps.InfoWindow({content: $lc20ab36997f8c1fed1119312f204d79a});google.maps.event.addListener(m_c20ab36997f8c1fed1119312f204d79a, 'click', function() {infowindow.open(map,m_c20ab36997f8c1fed1119312f204d79a);});$marker.push(m_c20ab36997f8c1fed1119312f204d79a);}});}google.maps.event.addDomListener(window, 'load', initialize);