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.8249,-71.4092)};var g_00c186c34994ba267053da1341fc5ffd = new google.maps.Geocoder();g_00c186c34994ba267053da1341fc5ffd.geocode( { 'address': "40 Westminster St #702, Providence, RI 02903, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('providence-RI-the-business-development-company').style.display = '';map = new google.maps.Map(document.getElementById('providence-RI-the-business-development-company'), mapOptions);}document.getElementById('785bcf8c').innerHTML += ' | View Map';var $l00c186c34994ba267053da1341fc5ffd = '

The Business Development Company

Address: 40 Westminster St #702, Providence, RI 02903, USA
Phone: (401) 351-3036
';var m_00c186c34994ba267053da1341fc5ffd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Business Development Company',});m_00c186c34994ba267053da1341fc5ffd['infowindow'] = new google.maps.InfoWindow({content: $l00c186c34994ba267053da1341fc5ffd});var infowindow = new google.maps.InfoWindow({content: $l00c186c34994ba267053da1341fc5ffd});google.maps.event.addListener(m_00c186c34994ba267053da1341fc5ffd, 'click', function() {infowindow.open(map,m_00c186c34994ba267053da1341fc5ffd);});$marker.push(m_00c186c34994ba267053da1341fc5ffd);}});}google.maps.event.addDomListener(window, 'load', initialize);