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.2388,-71.511)};var g_18c746a0e715b82e90f0b63ba322576f = new google.maps.Geocoder();g_18c746a0e715b82e90f0b63ba322576f.geocode( { 'address': "11 S Main St, Concord, NH 03301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-NH-centrix-bank').style.display = '';map = new google.maps.Map(document.getElementById('concord-NH-centrix-bank'), mapOptions);}document.getElementById('1967b343').innerHTML += ' | View Map';var $l18c746a0e715b82e90f0b63ba322576f = '

Centrix Bank

Address: 11 S Main St, Concord, NH 03301
Phone: (603) 224-1717
';var m_18c746a0e715b82e90f0b63ba322576f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centrix Bank',});m_18c746a0e715b82e90f0b63ba322576f['infowindow'] = new google.maps.InfoWindow({content: $l18c746a0e715b82e90f0b63ba322576f});var infowindow = new google.maps.InfoWindow({content: $l18c746a0e715b82e90f0b63ba322576f});google.maps.event.addListener(m_18c746a0e715b82e90f0b63ba322576f, 'click', function() {infowindow.open(map,m_18c746a0e715b82e90f0b63ba322576f);});$marker.push(m_18c746a0e715b82e90f0b63ba322576f);}});}google.maps.event.addDomListener(window, 'load', initialize);