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(43.2216,-70.8898)};var g_7380b662b51be38da3aeee98ccfa4d55 = new google.maps.Geocoder();g_7380b662b51be38da3aeee98ccfa4d55.geocode( { 'address': "6 Old Rochester Rd #102, Dover, NH 03820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-NH-fusion-capital-corporation').style.display = '';map = new google.maps.Map(document.getElementById('dover-NH-fusion-capital-corporation'), mapOptions);}document.getElementById('10e6c478').innerHTML += ' | View Map';var $l7380b662b51be38da3aeee98ccfa4d55 = '

Fusion Capital Corporation

Address: 6 Old Rochester Rd #102, Dover, NH 03820, USA
Phone: (603) 280-4777
';var m_7380b662b51be38da3aeee98ccfa4d55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fusion Capital Corporation',});m_7380b662b51be38da3aeee98ccfa4d55['infowindow'] = new google.maps.InfoWindow({content: $l7380b662b51be38da3aeee98ccfa4d55});var infowindow = new google.maps.InfoWindow({content: $l7380b662b51be38da3aeee98ccfa4d55});google.maps.event.addListener(m_7380b662b51be38da3aeee98ccfa4d55, 'click', function() {infowindow.open(map,m_7380b662b51be38da3aeee98ccfa4d55);});$marker.push(m_7380b662b51be38da3aeee98ccfa4d55);}});}google.maps.event.addDomListener(window, 'load', initialize);