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.9497,-71.4427)};var g_c42bd6650f37513f5375dd4e9414b359 = new google.maps.Geocoder();g_c42bd6650f37513f5375dd4e9414b359.geocode( { 'address': "955 Goffs Falls Rd, Manchester, NH 03103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-new-hampshire-postal-cu').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-new-hampshire-postal-cu'), mapOptions);}document.getElementById('1da2a122').innerHTML += ' | View Map';var $lc42bd6650f37513f5375dd4e9414b359 = '

New Hampshire Postal Cu

Address: 955 Goffs Falls Rd, Manchester, NH 03103, USA
Phone: (603) 621-0556
';var m_c42bd6650f37513f5375dd4e9414b359 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Hampshire Postal Cu',});m_c42bd6650f37513f5375dd4e9414b359['infowindow'] = new google.maps.InfoWindow({content: $lc42bd6650f37513f5375dd4e9414b359});var infowindow = new google.maps.InfoWindow({content: $lc42bd6650f37513f5375dd4e9414b359});google.maps.event.addListener(m_c42bd6650f37513f5375dd4e9414b359, 'click', function() {infowindow.open(map,m_c42bd6650f37513f5375dd4e9414b359);});$marker.push(m_c42bd6650f37513f5375dd4e9414b359);}});}google.maps.event.addDomListener(window, 'load', initialize);