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.0541,-70.7708)};var g_189084f1bdfdb94dcf17f4cae49c2876 = new google.maps.Geocoder();g_189084f1bdfdb94dcf17f4cae49c2876.geocode( { 'address': "750 Lafayette Rd #201, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-brad-kelly-at-anniemac-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-brad-kelly-at-anniemac-home-mortgage'), mapOptions);}document.getElementById('30318117').innerHTML += ' | View Map';var $l189084f1bdfdb94dcf17f4cae49c2876 = '

Brad Kelly at AnnieMac Home Mortgage

Address: 750 Lafayette Rd #201, Portsmouth, NH 03801, USA
Phone: (603) 431-1316
';var m_189084f1bdfdb94dcf17f4cae49c2876 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brad Kelly at AnnieMac Home Mortgage',});m_189084f1bdfdb94dcf17f4cae49c2876['infowindow'] = new google.maps.InfoWindow({content: $l189084f1bdfdb94dcf17f4cae49c2876});var infowindow = new google.maps.InfoWindow({content: $l189084f1bdfdb94dcf17f4cae49c2876});google.maps.event.addListener(m_189084f1bdfdb94dcf17f4cae49c2876, 'click', function() {infowindow.open(map,m_189084f1bdfdb94dcf17f4cae49c2876);});$marker.push(m_189084f1bdfdb94dcf17f4cae49c2876);}});}google.maps.event.addDomListener(window, 'load', initialize);