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.1756,-77.3934)};var g_8abd53e8a9db8b0d8341851a11f05d85 = new google.maps.Geocoder();g_8abd53e8a9db8b0d8341851a11f05d85.geocode( { 'address': "5 Carlisle Newville Rd, Newville, PA 17241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newville-PA-cornerstone-fcu-atm').style.display = '';map = new google.maps.Map(document.getElementById('newville-PA-cornerstone-fcu-atm'), mapOptions);}document.getElementById('a1489dd0').innerHTML += ' | View Map';var $l8abd53e8a9db8b0d8341851a11f05d85 = '

Cornerstone FCU ATM

Address: 5 Carlisle Newville Rd, Newville, PA 17241, USA
Phone:
';var m_8abd53e8a9db8b0d8341851a11f05d85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone FCU ATM',});m_8abd53e8a9db8b0d8341851a11f05d85['infowindow'] = new google.maps.InfoWindow({content: $l8abd53e8a9db8b0d8341851a11f05d85});var infowindow = new google.maps.InfoWindow({content: $l8abd53e8a9db8b0d8341851a11f05d85});google.maps.event.addListener(m_8abd53e8a9db8b0d8341851a11f05d85, 'click', function() {infowindow.open(map,m_8abd53e8a9db8b0d8341851a11f05d85);});$marker.push(m_8abd53e8a9db8b0d8341851a11f05d85);}});}google.maps.event.addDomListener(window, 'load', initialize);