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.5528,-73.0437)};var g_7d274a2d82e753d35b507dcb0bb2b8f6 = new google.maps.Geocoder();g_7d274a2d82e753d35b507dcb0bb2b8f6.geocode( { 'address': "73 Field St, Waterbury, CT 06702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterbury-CT-american-adjustment-bureau-inc').style.display = '';map = new google.maps.Map(document.getElementById('waterbury-CT-american-adjustment-bureau-inc'), mapOptions);}document.getElementById('6d00be58').innerHTML += ' | View Map';var $l7d274a2d82e753d35b507dcb0bb2b8f6 = '

American Adjustment Bureau Inc

Address: 73 Field St, Waterbury, CT 06702, USA
Phone: (203) 574-4200
';var m_7d274a2d82e753d35b507dcb0bb2b8f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Adjustment Bureau Inc',});m_7d274a2d82e753d35b507dcb0bb2b8f6['infowindow'] = new google.maps.InfoWindow({content: $l7d274a2d82e753d35b507dcb0bb2b8f6});var infowindow = new google.maps.InfoWindow({content: $l7d274a2d82e753d35b507dcb0bb2b8f6});google.maps.event.addListener(m_7d274a2d82e753d35b507dcb0bb2b8f6, 'click', function() {infowindow.open(map,m_7d274a2d82e753d35b507dcb0bb2b8f6);});$marker.push(m_7d274a2d82e753d35b507dcb0bb2b8f6);}});}google.maps.event.addDomListener(window, 'load', initialize);