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.7523,-75.6121)};var g_177d28820ef79967fea608ee88f69c6d = new google.maps.Geocoder();g_177d28820ef79967fea608ee88f69c6d.geocode( { 'address': "502 Main St, Slatington, PA 18080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('slatington-PA-key-bank---slatington-branch').style.display = '';map = new google.maps.Map(document.getElementById('slatington-PA-key-bank---slatington-branch'), mapOptions);}document.getElementById('fee2f6d6').innerHTML += ' | View Map';var $l177d28820ef79967fea608ee88f69c6d = '

key Bank - Slatington Branch

Address: 502 Main St, Slatington, PA 18080, USA
Phone: (610) 767-3887
';var m_177d28820ef79967fea608ee88f69c6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'key Bank - Slatington Branch',});m_177d28820ef79967fea608ee88f69c6d['infowindow'] = new google.maps.InfoWindow({content: $l177d28820ef79967fea608ee88f69c6d});var infowindow = new google.maps.InfoWindow({content: $l177d28820ef79967fea608ee88f69c6d});google.maps.event.addListener(m_177d28820ef79967fea608ee88f69c6d, 'click', function() {infowindow.open(map,m_177d28820ef79967fea608ee88f69c6d);});$marker.push(m_177d28820ef79967fea608ee88f69c6d);}});}google.maps.event.addDomListener(window, 'load', initialize);