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.1947,-70.8751)};var g_c3113b870b60c6d0725257b87d0570ef = new google.maps.Geocoder();g_c3113b870b60c6d0725257b87d0570ef.geocode( { 'address': "90 Washington St #301c, Dover, NH 03820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-NH-azarian-law-office-pllc').style.display = '';map = new google.maps.Map(document.getElementById('dover-NH-azarian-law-office-pllc'), mapOptions);}document.getElementById('54e74e81').innerHTML += ' | View Map';var $lc3113b870b60c6d0725257b87d0570ef = '

Azarian Law Office, PLLC

Address: 90 Washington St #301c, Dover, NH 03820, USA
Phone: (603) 750-0015
';var m_c3113b870b60c6d0725257b87d0570ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Azarian Law Office, PLLC',});m_c3113b870b60c6d0725257b87d0570ef['infowindow'] = new google.maps.InfoWindow({content: $lc3113b870b60c6d0725257b87d0570ef});var infowindow = new google.maps.InfoWindow({content: $lc3113b870b60c6d0725257b87d0570ef});google.maps.event.addListener(m_c3113b870b60c6d0725257b87d0570ef, 'click', function() {infowindow.open(map,m_c3113b870b60c6d0725257b87d0570ef);});$marker.push(m_c3113b870b60c6d0725257b87d0570ef);}});}google.maps.event.addDomListener(window, 'load', initialize);