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.2556,-73.2088)};var g_970037e52f3fd299ae35e636744ac132 = new google.maps.Geocoder();g_970037e52f3fd299ae35e636744ac132.geocode( { 'address': "1 Shelton Ter, Trumbull, CT 06611"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trumbull-CT-vision-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('trumbull-CT-vision-financial-group'), mapOptions);}document.getElementById('2f2e6d90').innerHTML += ' | View Map';var $l970037e52f3fd299ae35e636744ac132 = '

Vision Financial Group

Address: 1 Shelton Ter, Trumbull, CT 06611
Phone: (203) 459-1539
';var m_970037e52f3fd299ae35e636744ac132 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vision Financial Group',});m_970037e52f3fd299ae35e636744ac132['infowindow'] = new google.maps.InfoWindow({content: $l970037e52f3fd299ae35e636744ac132});var infowindow = new google.maps.InfoWindow({content: $l970037e52f3fd299ae35e636744ac132});google.maps.event.addListener(m_970037e52f3fd299ae35e636744ac132, 'click', function() {infowindow.open(map,m_970037e52f3fd299ae35e636744ac132);});$marker.push(m_970037e52f3fd299ae35e636744ac132);}});}google.maps.event.addDomListener(window, 'load', initialize);