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.7621,-75.5569)};var g_af6d195456b8c96f3cd1cbe5da32ae75 = new google.maps.Geocoder();g_af6d195456b8c96f3cd1cbe5da32ae75.geocode( { 'address': "4421 Lehigh Dr, Walnutport, PA 18088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walnutport-PA-key-bank---lehigh-township-branch').style.display = '';map = new google.maps.Map(document.getElementById('walnutport-PA-key-bank---lehigh-township-branch'), mapOptions);}document.getElementById('bbfed525').innerHTML += ' | View Map';var $laf6d195456b8c96f3cd1cbe5da32ae75 = '

Key Bank - Lehigh Township Branch

Address: 4421 Lehigh Dr, Walnutport, PA 18088, USA
Phone: (610) 767-9630
';var m_af6d195456b8c96f3cd1cbe5da32ae75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank - Lehigh Township Branch',});m_af6d195456b8c96f3cd1cbe5da32ae75['infowindow'] = new google.maps.InfoWindow({content: $laf6d195456b8c96f3cd1cbe5da32ae75});var infowindow = new google.maps.InfoWindow({content: $laf6d195456b8c96f3cd1cbe5da32ae75});google.maps.event.addListener(m_af6d195456b8c96f3cd1cbe5da32ae75, 'click', function() {infowindow.open(map,m_af6d195456b8c96f3cd1cbe5da32ae75);});$marker.push(m_af6d195456b8c96f3cd1cbe5da32ae75);}});}google.maps.event.addDomListener(window, 'load', initialize);