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.2995,-75.4139)};var g_f32678cf3f63533c3ae910453c96204b = new google.maps.Geocoder();g_f32678cf3f63533c3ae910453c96204b.geocode( { 'address': "2870 Shelly Rd, Harleysville, PA 19438, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harleysville-PA-univest-bank-and-trust-co---vernfield').style.display = '';map = new google.maps.Map(document.getElementById('harleysville-PA-univest-bank-and-trust-co---vernfield'), mapOptions);}document.getElementById('20992c87').innerHTML += ' | View Map';var $lf32678cf3f63533c3ae910453c96204b = '

Univest Bank and Trust Co. - Vernfield

Address: 2870 Shelly Rd, Harleysville, PA 19438, USA
Phone: (215) 256-9413
';var m_f32678cf3f63533c3ae910453c96204b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - Vernfield',});m_f32678cf3f63533c3ae910453c96204b['infowindow'] = new google.maps.InfoWindow({content: $lf32678cf3f63533c3ae910453c96204b});var infowindow = new google.maps.InfoWindow({content: $lf32678cf3f63533c3ae910453c96204b});google.maps.event.addListener(m_f32678cf3f63533c3ae910453c96204b, 'click', function() {infowindow.open(map,m_f32678cf3f63533c3ae910453c96204b);});$marker.push(m_f32678cf3f63533c3ae910453c96204b);}});}google.maps.event.addDomListener(window, 'load', initialize);