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.4122,-73.4205)};var g_514f042401b7284f380e4dc84cdf07ed = new google.maps.Geocoder();g_514f042401b7284f380e4dc84cdf07ed.geocode( { 'address': "7 Finance Dr, Danbury, CT 06810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-credit-center-inc').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-credit-center-inc'), mapOptions);}document.getElementById('088a3525').innerHTML += ' | View Map';var $l514f042401b7284f380e4dc84cdf07ed = '

Credit Center Inc

Address: 7 Finance Dr, Danbury, CT 06810, USA
Phone: (203) 792-0220
';var m_514f042401b7284f380e4dc84cdf07ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Center Inc',});m_514f042401b7284f380e4dc84cdf07ed['infowindow'] = new google.maps.InfoWindow({content: $l514f042401b7284f380e4dc84cdf07ed});var infowindow = new google.maps.InfoWindow({content: $l514f042401b7284f380e4dc84cdf07ed});google.maps.event.addListener(m_514f042401b7284f380e4dc84cdf07ed, 'click', function() {infowindow.open(map,m_514f042401b7284f380e4dc84cdf07ed);});$marker.push(m_514f042401b7284f380e4dc84cdf07ed);}});}google.maps.event.addDomListener(window, 'load', initialize);