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.0519,-73.5389)};var g_5315a46ad298cacc423dd644bd8bf495 = new google.maps.Geocoder();g_5315a46ad298cacc423dd644bd8bf495.geocode( { 'address': "1055 Washington Blvd, Stamford, CT 06901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-pound-capital').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-pound-capital'), mapOptions);}document.getElementById('5e769cb8').innerHTML += ' | View Map';var $l5315a46ad298cacc423dd644bd8bf495 = '

Pound Capital

Address: 1055 Washington Blvd, Stamford, CT 06901
Phone: (203) 967-1055
';var m_5315a46ad298cacc423dd644bd8bf495 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pound Capital',});m_5315a46ad298cacc423dd644bd8bf495['infowindow'] = new google.maps.InfoWindow({content: $l5315a46ad298cacc423dd644bd8bf495});var infowindow = new google.maps.InfoWindow({content: $l5315a46ad298cacc423dd644bd8bf495});google.maps.event.addListener(m_5315a46ad298cacc423dd644bd8bf495, 'click', function() {infowindow.open(map,m_5315a46ad298cacc423dd644bd8bf495);});$marker.push(m_5315a46ad298cacc423dd644bd8bf495);}});}google.maps.event.addDomListener(window, 'load', initialize);