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.8054,-72.2535)};var g_647b03d3d39b8b321671f8ae93dd12aa = new google.maps.Geocoder();g_647b03d3d39b8b321671f8ae93dd12aa.geocode( { 'address': "2100 Hillside Rd #1044, Storrs, CT 06269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-CT-connecticut-small-business-development-center').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-CT-connecticut-small-business-development-center'), mapOptions);}document.getElementById('f7c87d7f').innerHTML += ' | View Map';var $l647b03d3d39b8b321671f8ae93dd12aa = '

Connecticut Small Business Development Center

Address: 2100 Hillside Rd #1044, Storrs, CT 06269, USA
Phone: (855) 428-7232
';var m_647b03d3d39b8b321671f8ae93dd12aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connecticut Small Business Development Center',});m_647b03d3d39b8b321671f8ae93dd12aa['infowindow'] = new google.maps.InfoWindow({content: $l647b03d3d39b8b321671f8ae93dd12aa});var infowindow = new google.maps.InfoWindow({content: $l647b03d3d39b8b321671f8ae93dd12aa});google.maps.event.addListener(m_647b03d3d39b8b321671f8ae93dd12aa, 'click', function() {infowindow.open(map,m_647b03d3d39b8b321671f8ae93dd12aa);});$marker.push(m_647b03d3d39b8b321671f8ae93dd12aa);}});}google.maps.event.addDomListener(window, 'load', initialize);