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.7368,-72.4356)};var g_c3b6d13e1235b0f7659fa49d14aebb06 = new google.maps.Geocoder();g_c3b6d13e1235b0f7659fa49d14aebb06.geocode( { 'address': "344 West St, Bolton, CT 06043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bolton-CT-mb-business-capital').style.display = '';map = new google.maps.Map(document.getElementById('bolton-CT-mb-business-capital'), mapOptions);}document.getElementById('9541478b').innerHTML += ' | View Map';var $lc3b6d13e1235b0f7659fa49d14aebb06 = '

MB Business Capital

Address: 344 West St, Bolton, CT 06043, USA
Phone: (860) 645-3463
';var m_c3b6d13e1235b0f7659fa49d14aebb06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MB Business Capital',});m_c3b6d13e1235b0f7659fa49d14aebb06['infowindow'] = new google.maps.InfoWindow({content: $lc3b6d13e1235b0f7659fa49d14aebb06});var infowindow = new google.maps.InfoWindow({content: $lc3b6d13e1235b0f7659fa49d14aebb06});google.maps.event.addListener(m_c3b6d13e1235b0f7659fa49d14aebb06, 'click', function() {infowindow.open(map,m_c3b6d13e1235b0f7659fa49d14aebb06);});$marker.push(m_c3b6d13e1235b0f7659fa49d14aebb06);}});}google.maps.event.addDomListener(window, 'load', initialize);