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.2079,-71.5358)};var g_ae38aab082fc964d983e2b4b4a9a2f4f = new google.maps.Geocoder();g_ae38aab082fc964d983e2b4b4a9a2f4f.geocode( { 'address': "14 Dixon Ave Suite 102, Concord, NH 03301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-NH-cdfa').style.display = '';map = new google.maps.Map(document.getElementById('concord-NH-cdfa'), mapOptions);}document.getElementById('42d44406').innerHTML += ' | View Map';var $lae38aab082fc964d983e2b4b4a9a2f4f = '

CDFA

Address: 14 Dixon Ave Suite 102, Concord, NH 03301, USA
Phone: (603) 226-2170
';var m_ae38aab082fc964d983e2b4b4a9a2f4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CDFA',});m_ae38aab082fc964d983e2b4b4a9a2f4f['infowindow'] = new google.maps.InfoWindow({content: $lae38aab082fc964d983e2b4b4a9a2f4f});var infowindow = new google.maps.InfoWindow({content: $lae38aab082fc964d983e2b4b4a9a2f4f});google.maps.event.addListener(m_ae38aab082fc964d983e2b4b4a9a2f4f, 'click', function() {infowindow.open(map,m_ae38aab082fc964d983e2b4b4a9a2f4f);});$marker.push(m_ae38aab082fc964d983e2b4b4a9a2f4f);}});}google.maps.event.addDomListener(window, 'load', initialize);