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.5524,-73.0415)};var g_e6c88d159075443453b1670f9148db80 = new google.maps.Geocoder();g_e6c88d159075443453b1670f9148db80.geocode( { 'address': "255 Bank St #4, Waterbury, CT 06702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterbury-CT-peoples-capital--leasing').style.display = '';map = new google.maps.Map(document.getElementById('waterbury-CT-peoples-capital--leasing'), mapOptions);}document.getElementById('5017c093').innerHTML += ' | View Map';var $le6c88d159075443453b1670f9148db80 = '

People's Capital & Leasing

Address: 255 Bank St #4, Waterbury, CT 06702, USA
Phone: (203) 754-9000
';var m_e6c88d159075443453b1670f9148db80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's Capital & Leasing',});m_e6c88d159075443453b1670f9148db80['infowindow'] = new google.maps.InfoWindow({content: $le6c88d159075443453b1670f9148db80});var infowindow = new google.maps.InfoWindow({content: $le6c88d159075443453b1670f9148db80});google.maps.event.addListener(m_e6c88d159075443453b1670f9148db80, 'click', function() {infowindow.open(map,m_e6c88d159075443453b1670f9148db80);});$marker.push(m_e6c88d159075443453b1670f9148db80);}});}google.maps.event.addDomListener(window, 'load', initialize);