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.3825,-73.4014)};var g_78db6952ea0b5735358dc979d3c26030 = new google.maps.Geocoder();g_78db6952ea0b5735358dc979d3c26030.geocode( { 'address': "153 Greenwood Ave, Bethel, CT 06801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethel-CT-hr-block').style.display = '';map = new google.maps.Map(document.getElementById('bethel-CT-hr-block'), mapOptions);}document.getElementById('d8abb82c').innerHTML += ' | View Map';var $l78db6952ea0b5735358dc979d3c26030 = '

H&R Block

Address: 153 Greenwood Ave, Bethel, CT 06801
Phone: (203) 207-3250
';var m_78db6952ea0b5735358dc979d3c26030 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'H&R Block',});m_78db6952ea0b5735358dc979d3c26030['infowindow'] = new google.maps.InfoWindow({content: $l78db6952ea0b5735358dc979d3c26030});var infowindow = new google.maps.InfoWindow({content: $l78db6952ea0b5735358dc979d3c26030});google.maps.event.addListener(m_78db6952ea0b5735358dc979d3c26030, 'click', function() {infowindow.open(map,m_78db6952ea0b5735358dc979d3c26030);});$marker.push(m_78db6952ea0b5735358dc979d3c26030);}});}google.maps.event.addDomListener(window, 'load', initialize);