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.2265,-76.3027)};var g_52a2d5a6fee7fe35a66b9844a9bcc972 = new google.maps.Geocoder();g_52a2d5a6fee7fe35a66b9844a9bcc972.geocode( { 'address': "5 W 28th Division Hwy, Lititz, PA 17543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lititz-PA-pnc-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('lititz-PA-pnc-bank-atm'), mapOptions);}document.getElementById('c8b6aa12').innerHTML += ' | View Map';var $l52a2d5a6fee7fe35a66b9844a9bcc972 = '

PNC Bank ATM

Address: 5 W 28th Division Hwy, Lititz, PA 17543, USA
Phone: (888) 762-2265
';var m_52a2d5a6fee7fe35a66b9844a9bcc972 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNC Bank ATM',});m_52a2d5a6fee7fe35a66b9844a9bcc972['infowindow'] = new google.maps.InfoWindow({content: $l52a2d5a6fee7fe35a66b9844a9bcc972});var infowindow = new google.maps.InfoWindow({content: $l52a2d5a6fee7fe35a66b9844a9bcc972});google.maps.event.addListener(m_52a2d5a6fee7fe35a66b9844a9bcc972, 'click', function() {infowindow.open(map,m_52a2d5a6fee7fe35a66b9844a9bcc972);});$marker.push(m_52a2d5a6fee7fe35a66b9844a9bcc972);}});}google.maps.event.addDomListener(window, 'load', initialize);