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(41.0204,-75.5874)};var g_e67c9c9d189a609afda017789ad68df7 = new google.maps.Geocoder();g_e67c9c9d189a609afda017789ad68df7.geocode( { 'address': "7 E Point Rd, Albrightsville, PA 18210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albrightsville-PA-mauch-chunk-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('albrightsville-PA-mauch-chunk-trust-company'), mapOptions);}document.getElementById('d59a6c5e').innerHTML += ' | View Map';var $le67c9c9d189a609afda017789ad68df7 = '

Mauch Chunk Trust Company

Address: 7 E Point Rd, Albrightsville, PA 18210, USA
Phone: (570) 722-2265
';var m_e67c9c9d189a609afda017789ad68df7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mauch Chunk Trust Company',});m_e67c9c9d189a609afda017789ad68df7['infowindow'] = new google.maps.InfoWindow({content: $le67c9c9d189a609afda017789ad68df7});var infowindow = new google.maps.InfoWindow({content: $le67c9c9d189a609afda017789ad68df7});google.maps.event.addListener(m_e67c9c9d189a609afda017789ad68df7, 'click', function() {infowindow.open(map,m_e67c9c9d189a609afda017789ad68df7);});$marker.push(m_e67c9c9d189a609afda017789ad68df7);}});}google.maps.event.addDomListener(window, 'load', initialize);