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(42.981,-71.453)};var g_e255ba0d78af223ff77727dea645f1a1 = new google.maps.Geocoder();g_e255ba0d78af223ff77727dea645f1a1.geocode( { 'address': "228 Maple St, Manchester, NH 03103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-credit-adjustments-inc').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-credit-adjustments-inc'), mapOptions);}document.getElementById('2059c13d').innerHTML += ' | View Map';var $le255ba0d78af223ff77727dea645f1a1 = '

Credit Adjustments Inc

Address: 228 Maple St, Manchester, NH 03103, USA
Phone: (603) 218-3945
';var m_e255ba0d78af223ff77727dea645f1a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Adjustments Inc',});m_e255ba0d78af223ff77727dea645f1a1['infowindow'] = new google.maps.InfoWindow({content: $le255ba0d78af223ff77727dea645f1a1});var infowindow = new google.maps.InfoWindow({content: $le255ba0d78af223ff77727dea645f1a1});google.maps.event.addListener(m_e255ba0d78af223ff77727dea645f1a1, 'click', function() {infowindow.open(map,m_e255ba0d78af223ff77727dea645f1a1);});$marker.push(m_e255ba0d78af223ff77727dea645f1a1);}});}google.maps.event.addDomListener(window, 'load', initialize);