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.8076,-72.8425)};var g_0aa02c5cc2341b386833f2a61298bb53 = new google.maps.Geocoder();g_0aa02c5cc2341b386833f2a61298bb53.geocode( { 'address': "40 Tower Ln #43, Avon, CT 06001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-CT-marlene-d-jung-cpa-llc').style.display = '';map = new google.maps.Map(document.getElementById('avon-CT-marlene-d-jung-cpa-llc'), mapOptions);}document.getElementById('e659986f').innerHTML += ' | View Map';var $l0aa02c5cc2341b386833f2a61298bb53 = '

Marlene D Jung CPA LLC

Address: 40 Tower Ln #43, Avon, CT 06001, USA
Phone: (860) 677-6001
';var m_0aa02c5cc2341b386833f2a61298bb53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marlene D Jung CPA LLC',});m_0aa02c5cc2341b386833f2a61298bb53['infowindow'] = new google.maps.InfoWindow({content: $l0aa02c5cc2341b386833f2a61298bb53});var infowindow = new google.maps.InfoWindow({content: $l0aa02c5cc2341b386833f2a61298bb53});google.maps.event.addListener(m_0aa02c5cc2341b386833f2a61298bb53, 'click', function() {infowindow.open(map,m_0aa02c5cc2341b386833f2a61298bb53);});$marker.push(m_0aa02c5cc2341b386833f2a61298bb53);}});}google.maps.event.addDomListener(window, 'load', initialize);