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.7904,-71.2198)};var g_6ca8bd680dac1bb9924d6ad39c81de5c = new google.maps.Geocoder();g_6ca8bd680dac1bb9924d6ad39c81de5c.geocode( { 'address': "77 Independence Dr, Salem, NH 03079"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-NH-intercommercial-bank-ltd').style.display = '';map = new google.maps.Map(document.getElementById('salem-NH-intercommercial-bank-ltd'), mapOptions);}document.getElementById('1b3b4eaf').innerHTML += ' | View Map';var $l6ca8bd680dac1bb9924d6ad39c81de5c = '

Intercommercial Bank LTD

Address: 77 Independence Dr, Salem, NH 03079
Phone: (718) 448-1872
';var m_6ca8bd680dac1bb9924d6ad39c81de5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Intercommercial Bank LTD',});m_6ca8bd680dac1bb9924d6ad39c81de5c['infowindow'] = new google.maps.InfoWindow({content: $l6ca8bd680dac1bb9924d6ad39c81de5c});var infowindow = new google.maps.InfoWindow({content: $l6ca8bd680dac1bb9924d6ad39c81de5c});google.maps.event.addListener(m_6ca8bd680dac1bb9924d6ad39c81de5c, 'click', function() {infowindow.open(map,m_6ca8bd680dac1bb9924d6ad39c81de5c);});$marker.push(m_6ca8bd680dac1bb9924d6ad39c81de5c);}});}google.maps.event.addDomListener(window, 'load', initialize);