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.8735,-75.2364)};var g_ac7165857dd6bd810d6ded44212b8942 = new google.maps.Geocoder();g_ac7165857dd6bd810d6ded44212b8942.geocode( { 'address': "1309 Blue Valley Dr, Pen Argyl, PA 18072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pen-argyl-PA-lafayette-ambassador-bank').style.display = '';map = new google.maps.Map(document.getElementById('pen-argyl-PA-lafayette-ambassador-bank'), mapOptions);}document.getElementById('190a564c').innerHTML += ' | View Map';var $lac7165857dd6bd810d6ded44212b8942 = '

Lafayette Ambassador Bank

Address: 1309 Blue Valley Dr, Pen Argyl, PA 18072, USA
Phone: (610) 863-9585
';var m_ac7165857dd6bd810d6ded44212b8942 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lafayette Ambassador Bank',});m_ac7165857dd6bd810d6ded44212b8942['infowindow'] = new google.maps.InfoWindow({content: $lac7165857dd6bd810d6ded44212b8942});var infowindow = new google.maps.InfoWindow({content: $lac7165857dd6bd810d6ded44212b8942});google.maps.event.addListener(m_ac7165857dd6bd810d6ded44212b8942, 'click', function() {infowindow.open(map,m_ac7165857dd6bd810d6ded44212b8942);});$marker.push(m_ac7165857dd6bd810d6ded44212b8942);}});}google.maps.event.addDomListener(window, 'load', initialize);