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.056,-76.2836)};var g_7bda8b8be465ce184ab1003630810e8d = new google.maps.Geocoder();g_7bda8b8be465ce184ab1003630810e8d.geocode( { 'address': "1044 New Holland Ave, Lancaster, PA 17601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-PA-american-express').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-PA-american-express'), mapOptions);}document.getElementById('97793af5').innerHTML += ' | View Map';var $l7bda8b8be465ce184ab1003630810e8d = '

American Express

Address: 1044 New Holland Ave, Lancaster, PA 17601, USA
Phone: (717) 299-6600
';var m_7bda8b8be465ce184ab1003630810e8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express',});m_7bda8b8be465ce184ab1003630810e8d['infowindow'] = new google.maps.InfoWindow({content: $l7bda8b8be465ce184ab1003630810e8d});var infowindow = new google.maps.InfoWindow({content: $l7bda8b8be465ce184ab1003630810e8d});google.maps.event.addListener(m_7bda8b8be465ce184ab1003630810e8d, 'click', function() {infowindow.open(map,m_7bda8b8be465ce184ab1003630810e8d);});$marker.push(m_7bda8b8be465ce184ab1003630810e8d);}});}google.maps.event.addDomListener(window, 'load', initialize);