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.2082,-73.1349)};var g_084a98ad13afbf5a1067b67132905483 = new google.maps.Geocoder();g_084a98ad13afbf5a1067b67132905483.geocode( { 'address': "3200 Main St, Stratford, CT 06614"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-CT-williams-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('stratford-CT-williams-financial-group'), mapOptions);}document.getElementById('113182fd').innerHTML += ' | View Map';var $l084a98ad13afbf5a1067b67132905483 = '

Williams Financial Group

Address: 3200 Main St, Stratford, CT 06614
Phone: (203) 378-3465
';var m_084a98ad13afbf5a1067b67132905483 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Williams Financial Group',});m_084a98ad13afbf5a1067b67132905483['infowindow'] = new google.maps.InfoWindow({content: $l084a98ad13afbf5a1067b67132905483});var infowindow = new google.maps.InfoWindow({content: $l084a98ad13afbf5a1067b67132905483});google.maps.event.addListener(m_084a98ad13afbf5a1067b67132905483, 'click', function() {infowindow.open(map,m_084a98ad13afbf5a1067b67132905483);});$marker.push(m_084a98ad13afbf5a1067b67132905483);}});}google.maps.event.addDomListener(window, 'load', initialize);