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.0576,-73.5384)};var g_671de109b9eaab9a830d397975bd32bf = new google.maps.Geocoder();g_671de109b9eaab9a830d397975bd32bf.geocode( { 'address': "350 Bedford St #203, Stamford, CT 06901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-bregman--company-pc').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-bregman--company-pc'), mapOptions);}document.getElementById('2d1ef2d4').innerHTML += ' | View Map';var $l671de109b9eaab9a830d397975bd32bf = '

Bregman & Company, P.C.

Address: 350 Bedford St #203, Stamford, CT 06901, USA
Phone: (203) 325-4155
';var m_671de109b9eaab9a830d397975bd32bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bregman & Company, P.C.',});m_671de109b9eaab9a830d397975bd32bf['infowindow'] = new google.maps.InfoWindow({content: $l671de109b9eaab9a830d397975bd32bf});var infowindow = new google.maps.InfoWindow({content: $l671de109b9eaab9a830d397975bd32bf});google.maps.event.addListener(m_671de109b9eaab9a830d397975bd32bf, 'click', function() {infowindow.open(map,m_671de109b9eaab9a830d397975bd32bf);});$marker.push(m_671de109b9eaab9a830d397975bd32bf);}});}google.maps.event.addDomListener(window, 'load', initialize);