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.7205,-72.6226)};var g_b6f418874d83c10a76f99ee9499e22e7 = new google.maps.Geocoder();g_b6f418874d83c10a76f99ee9499e22e7.geocode( { 'address': "200 Glastonbury Blvd, Glastonbury, CT 06033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glastonbury-CT-bank-of-america-business-capital').style.display = '';map = new google.maps.Map(document.getElementById('glastonbury-CT-bank-of-america-business-capital'), mapOptions);}document.getElementById('2eb8cd61').innerHTML += ' | View Map';var $lb6f418874d83c10a76f99ee9499e22e7 = '

Bank of America Business Capital

Address: 200 Glastonbury Blvd, Glastonbury, CT 06033, USA
Phone: (860) 659-3200
';var m_b6f418874d83c10a76f99ee9499e22e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Business Capital',});m_b6f418874d83c10a76f99ee9499e22e7['infowindow'] = new google.maps.InfoWindow({content: $lb6f418874d83c10a76f99ee9499e22e7});var infowindow = new google.maps.InfoWindow({content: $lb6f418874d83c10a76f99ee9499e22e7});google.maps.event.addListener(m_b6f418874d83c10a76f99ee9499e22e7, 'click', function() {infowindow.open(map,m_b6f418874d83c10a76f99ee9499e22e7);});$marker.push(m_b6f418874d83c10a76f99ee9499e22e7);}});}google.maps.event.addDomListener(window, 'load', initialize);