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.0607,-73.5744)};var g_cbb27902554819ded52a345544491565 = new google.maps.Geocoder();g_cbb27902554819ded52a345544491565.geocode( { 'address': "10 Hillcrest Ln, Old Greenwich, CT 06870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-infinity-commercial-lending').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-infinity-commercial-lending'), mapOptions);}document.getElementById('c4216b9c').innerHTML += ' | View Map';var $lcbb27902554819ded52a345544491565 = '

Infinity Commercial Lending

Address: 10 Hillcrest Ln, Old Greenwich, CT 06870, USA
Phone: (203) 698-9222
';var m_cbb27902554819ded52a345544491565 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Infinity Commercial Lending',});m_cbb27902554819ded52a345544491565['infowindow'] = new google.maps.InfoWindow({content: $lcbb27902554819ded52a345544491565});var infowindow = new google.maps.InfoWindow({content: $lcbb27902554819ded52a345544491565});google.maps.event.addListener(m_cbb27902554819ded52a345544491565, 'click', function() {infowindow.open(map,m_cbb27902554819ded52a345544491565);});$marker.push(m_cbb27902554819ded52a345544491565);}});}google.maps.event.addDomListener(window, 'load', initialize);