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(40.8187,-75.7284)};var g_61de9fc6ce5f5b885c687090ad290d0b = new google.maps.Geocoder();g_61de9fc6ce5f5b885c687090ad290d0b.geocode( { 'address': "904 Blakeslee Blvd Dr E, Lehighton, PA 18235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehighton-PA-key-bank---lehighton-branch').style.display = '';map = new google.maps.Map(document.getElementById('lehighton-PA-key-bank---lehighton-branch'), mapOptions);}document.getElementById('f0dfc3e8').innerHTML += ' | View Map';var $l61de9fc6ce5f5b885c687090ad290d0b = '

Key Bank - Lehighton Branch

Address: 904 Blakeslee Blvd Dr E, Lehighton, PA 18235, USA
Phone: (610) 377-8970
';var m_61de9fc6ce5f5b885c687090ad290d0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank - Lehighton Branch',});m_61de9fc6ce5f5b885c687090ad290d0b['infowindow'] = new google.maps.InfoWindow({content: $l61de9fc6ce5f5b885c687090ad290d0b});var infowindow = new google.maps.InfoWindow({content: $l61de9fc6ce5f5b885c687090ad290d0b});google.maps.event.addListener(m_61de9fc6ce5f5b885c687090ad290d0b, 'click', function() {infowindow.open(map,m_61de9fc6ce5f5b885c687090ad290d0b);});$marker.push(m_61de9fc6ce5f5b885c687090ad290d0b);}});}google.maps.event.addDomListener(window, 'load', initialize);