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.0596,-71.2778)};var g_e93063a238b116cf298aff2ad184ee2d = new google.maps.Geocoder();g_e93063a238b116cf298aff2ad184ee2d.geocode( { 'address': "145 Raymond Rd, Candia, NH 03034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('candia-NH-granite-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('candia-NH-granite-state-credit-union'), mapOptions);}document.getElementById('f1e24b05').innerHTML += ' | View Map';var $le93063a238b116cf298aff2ad184ee2d = '

Granite State Credit Union

Address: 145 Raymond Rd, Candia, NH 03034, USA
Phone: (603) 668-2221
';var m_e93063a238b116cf298aff2ad184ee2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite State Credit Union',});m_e93063a238b116cf298aff2ad184ee2d['infowindow'] = new google.maps.InfoWindow({content: $le93063a238b116cf298aff2ad184ee2d});var infowindow = new google.maps.InfoWindow({content: $le93063a238b116cf298aff2ad184ee2d});google.maps.event.addListener(m_e93063a238b116cf298aff2ad184ee2d, 'click', function() {infowindow.open(map,m_e93063a238b116cf298aff2ad184ee2d);});$marker.push(m_e93063a238b116cf298aff2ad184ee2d);}});}google.maps.event.addDomListener(window, 'load', initialize);