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.1053,-73.5488)};var g_01a0eb84f0ea44688ac2ab93391a399d = new google.maps.Geocoder();g_01a0eb84f0ea44688ac2ab93391a399d.geocode( { 'address': "2, 992 High Ridge Rd, Stamford, CT 06905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-steven-j-samela-cpa').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-steven-j-samela-cpa'), mapOptions);}document.getElementById('9bf2941d').innerHTML += ' | View Map';var $l01a0eb84f0ea44688ac2ab93391a399d = '

Steven J. Samela, CPA

Address: 2, 992 High Ridge Rd, Stamford, CT 06905, USA
Phone: (203) 323-6991
';var m_01a0eb84f0ea44688ac2ab93391a399d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steven J. Samela, CPA',});m_01a0eb84f0ea44688ac2ab93391a399d['infowindow'] = new google.maps.InfoWindow({content: $l01a0eb84f0ea44688ac2ab93391a399d});var infowindow = new google.maps.InfoWindow({content: $l01a0eb84f0ea44688ac2ab93391a399d});google.maps.event.addListener(m_01a0eb84f0ea44688ac2ab93391a399d, 'click', function() {infowindow.open(map,m_01a0eb84f0ea44688ac2ab93391a399d);});$marker.push(m_01a0eb84f0ea44688ac2ab93391a399d);}});}google.maps.event.addDomListener(window, 'load', initialize);