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.7118,-72.8393)};var g_7d960e1ccbd69af0a405769c02fdf08d = new google.maps.Geocoder();g_7d960e1ccbd69af0a405769c02fdf08d.geocode( { 'address': "8 Two Mile Rd, Farmington, CT 06032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-CT-wells-fargo-advisors').style.display = '';map = new google.maps.Map(document.getElementById('farmington-CT-wells-fargo-advisors'), mapOptions);}document.getElementById('2f9f8a01').innerHTML += ' | View Map';var $l7d960e1ccbd69af0a405769c02fdf08d = '

Wells Fargo Advisors

Address: 8 Two Mile Rd, Farmington, CT 06032
Phone: (860) 674-0500
';var m_7d960e1ccbd69af0a405769c02fdf08d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Advisors',});m_7d960e1ccbd69af0a405769c02fdf08d['infowindow'] = new google.maps.InfoWindow({content: $l7d960e1ccbd69af0a405769c02fdf08d});var infowindow = new google.maps.InfoWindow({content: $l7d960e1ccbd69af0a405769c02fdf08d});google.maps.event.addListener(m_7d960e1ccbd69af0a405769c02fdf08d, 'click', function() {infowindow.open(map,m_7d960e1ccbd69af0a405769c02fdf08d);});$marker.push(m_7d960e1ccbd69af0a405769c02fdf08d);}});}google.maps.event.addDomListener(window, 'load', initialize);