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.3094,-75.3214)};var g_14c38b7139d6c1ae540dea356618f2c6 = new google.maps.Geocoder();g_14c38b7139d6c1ae540dea356618f2c6.geocode( { 'address': "14 N Main St, Souderton, PA 18964, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('souderton-PA-univest-bank-and-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('souderton-PA-univest-bank-and-trust-co'), mapOptions);}document.getElementById('67bc1f8e').innerHTML += ' | View Map';var $l14c38b7139d6c1ae540dea356618f2c6 = '

Univest Bank and Trust Co

Address: 14 N Main St, Souderton, PA 18964, USA
Phone: (215) 703-5235
';var m_14c38b7139d6c1ae540dea356618f2c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co',});m_14c38b7139d6c1ae540dea356618f2c6['infowindow'] = new google.maps.InfoWindow({content: $l14c38b7139d6c1ae540dea356618f2c6});var infowindow = new google.maps.InfoWindow({content: $l14c38b7139d6c1ae540dea356618f2c6});google.maps.event.addListener(m_14c38b7139d6c1ae540dea356618f2c6, 'click', function() {infowindow.open(map,m_14c38b7139d6c1ae540dea356618f2c6);});$marker.push(m_14c38b7139d6c1ae540dea356618f2c6);}});}google.maps.event.addDomListener(window, 'load', initialize);