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(39.9879,-76.2726)};var g_1b742ae215adf18b75449c6e272fd92d = new google.maps.Geocoder();g_1b742ae215adf18b75449c6e272fd92d.geocode( { 'address': "90 Willow Valley Lakes Dr, Willow Street, PA 17584, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willow-street-PA-univest-bank-and-trust-co---willow-street').style.display = '';map = new google.maps.Map(document.getElementById('willow-street-PA-univest-bank-and-trust-co---willow-street'), mapOptions);}document.getElementById('c20f5e6f').innerHTML += ' | View Map';var $l1b742ae215adf18b75449c6e272fd92d = '

Univest Bank and Trust Co. - Willow Street

Address: 90 Willow Valley Lakes Dr, Willow Street, PA 17584, USA
Phone: (717) 947-7815
';var m_1b742ae215adf18b75449c6e272fd92d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - Willow Street',});m_1b742ae215adf18b75449c6e272fd92d['infowindow'] = new google.maps.InfoWindow({content: $l1b742ae215adf18b75449c6e272fd92d});var infowindow = new google.maps.InfoWindow({content: $l1b742ae215adf18b75449c6e272fd92d});google.maps.event.addListener(m_1b742ae215adf18b75449c6e272fd92d, 'click', function() {infowindow.open(map,m_1b742ae215adf18b75449c6e272fd92d);});$marker.push(m_1b742ae215adf18b75449c6e272fd92d);}});}google.maps.event.addDomListener(window, 'load', initialize);