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.7565,-72.7588)};var g_a3a89f19fc737ce09f1401942754ccba = new google.maps.Geocoder();g_a3a89f19fc737ce09f1401942754ccba.geocode( { 'address': "43 N Main St, West Hartford, CT 06107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hartford-CT-elm-tree-funding').style.display = '';map = new google.maps.Map(document.getElementById('west-hartford-CT-elm-tree-funding'), mapOptions);}document.getElementById('5363ee16').innerHTML += ' | View Map';var $la3a89f19fc737ce09f1401942754ccba = '

Elm Tree Funding

Address: 43 N Main St, West Hartford, CT 06107
Phone: (860) 521-3800
';var m_a3a89f19fc737ce09f1401942754ccba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elm Tree Funding',});m_a3a89f19fc737ce09f1401942754ccba['infowindow'] = new google.maps.InfoWindow({content: $la3a89f19fc737ce09f1401942754ccba});var infowindow = new google.maps.InfoWindow({content: $la3a89f19fc737ce09f1401942754ccba});google.maps.event.addListener(m_a3a89f19fc737ce09f1401942754ccba, 'click', function() {infowindow.open(map,m_a3a89f19fc737ce09f1401942754ccba);});$marker.push(m_a3a89f19fc737ce09f1401942754ccba);}});}google.maps.event.addDomListener(window, 'load', initialize);