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.8173,-72.8368)};var g_b152e83ff597b1331cb62b2ee4c98dc9 = new google.maps.Geocoder();g_b152e83ff597b1331cb62b2ee4c98dc9.geocode( { 'address': "200 Fisher Dr # 5, Avon, CT 06001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-CT-metayer-bonding-associates').style.display = '';map = new google.maps.Map(document.getElementById('avon-CT-metayer-bonding-associates'), mapOptions);}document.getElementById('b78d53af').innerHTML += ' | View Map';var $lb152e83ff597b1331cb62b2ee4c98dc9 = '

Metayer Bonding Associates

Address: 200 Fisher Dr # 5, Avon, CT 06001, USA
Phone: (860) 676-9402
';var m_b152e83ff597b1331cb62b2ee4c98dc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metayer Bonding Associates',});m_b152e83ff597b1331cb62b2ee4c98dc9['infowindow'] = new google.maps.InfoWindow({content: $lb152e83ff597b1331cb62b2ee4c98dc9});var infowindow = new google.maps.InfoWindow({content: $lb152e83ff597b1331cb62b2ee4c98dc9});google.maps.event.addListener(m_b152e83ff597b1331cb62b2ee4c98dc9, 'click', function() {infowindow.open(map,m_b152e83ff597b1331cb62b2ee4c98dc9);});$marker.push(m_b152e83ff597b1331cb62b2ee4c98dc9);}});}google.maps.event.addDomListener(window, 'load', initialize);