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.3382,-75.4717)};var g_05baedbc33cc7367f13ba5a47e1e7a64 = new google.maps.Geocoder();g_05baedbc33cc7367f13ba5a47e1e7a64.geocode( { 'address': "101 Walnut St, Green Lane, PA 18054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('green-lane-PA-univest-bank-and-trust-co---green-lane').style.display = '';map = new google.maps.Map(document.getElementById('green-lane-PA-univest-bank-and-trust-co---green-lane'), mapOptions);}document.getElementById('df4c4e42').innerHTML += ' | View Map';var $l05baedbc33cc7367f13ba5a47e1e7a64 = '

Univest Bank and Trust Co. - Green Lane

Address: 101 Walnut St, Green Lane, PA 18054, USA
Phone: (215) 234-4511
';var m_05baedbc33cc7367f13ba5a47e1e7a64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - Green Lane',});m_05baedbc33cc7367f13ba5a47e1e7a64['infowindow'] = new google.maps.InfoWindow({content: $l05baedbc33cc7367f13ba5a47e1e7a64});var infowindow = new google.maps.InfoWindow({content: $l05baedbc33cc7367f13ba5a47e1e7a64});google.maps.event.addListener(m_05baedbc33cc7367f13ba5a47e1e7a64, 'click', function() {infowindow.open(map,m_05baedbc33cc7367f13ba5a47e1e7a64);});$marker.push(m_05baedbc33cc7367f13ba5a47e1e7a64);}});}google.maps.event.addDomListener(window, 'load', initialize);