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.8783,-71.321)};var g_d20e3b9d881c891186ba8584cac10bda = new google.maps.Geocoder();g_d20e3b9d881c891186ba8584cac10bda.geocode( { 'address': "38 Birch St, Derry, NH 03038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('derry-NH-granite-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('derry-NH-granite-state-credit-union'), mapOptions);}document.getElementById('f7cd4ea7').innerHTML += ' | View Map';var $ld20e3b9d881c891186ba8584cac10bda = '

Granite State Credit Union

Address: 38 Birch St, Derry, NH 03038, USA
Phone: (603) 668-2221
';var m_d20e3b9d881c891186ba8584cac10bda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite State Credit Union',});m_d20e3b9d881c891186ba8584cac10bda['infowindow'] = new google.maps.InfoWindow({content: $ld20e3b9d881c891186ba8584cac10bda});var infowindow = new google.maps.InfoWindow({content: $ld20e3b9d881c891186ba8584cac10bda});google.maps.event.addListener(m_d20e3b9d881c891186ba8584cac10bda, 'click', function() {infowindow.open(map,m_d20e3b9d881c891186ba8584cac10bda);});$marker.push(m_d20e3b9d881c891186ba8584cac10bda);}});}google.maps.event.addDomListener(window, 'load', initialize);