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.2566,-75.464)};var g_e19f27b9c24a9197d41211a3c070e7cb = new google.maps.Geocoder();g_e19f27b9c24a9197d41211a3c070e7cb.geocode( { 'address': "415 Main St, Schwenksville, PA 19473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schwenksville-PA-univest-bank-and-trust-co---schwenksville').style.display = '';map = new google.maps.Map(document.getElementById('schwenksville-PA-univest-bank-and-trust-co---schwenksville'), mapOptions);}document.getElementById('f6e02d38').innerHTML += ' | View Map';var $le19f27b9c24a9197d41211a3c070e7cb = '

Univest Bank and Trust Co. - Schwenksville

Address: 415 Main St, Schwenksville, PA 19473, USA
Phone: (610) 287-7811
';var m_e19f27b9c24a9197d41211a3c070e7cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - Schwenksville',});m_e19f27b9c24a9197d41211a3c070e7cb['infowindow'] = new google.maps.InfoWindow({content: $le19f27b9c24a9197d41211a3c070e7cb});var infowindow = new google.maps.InfoWindow({content: $le19f27b9c24a9197d41211a3c070e7cb});google.maps.event.addListener(m_e19f27b9c24a9197d41211a3c070e7cb, 'click', function() {infowindow.open(map,m_e19f27b9c24a9197d41211a3c070e7cb);});$marker.push(m_e19f27b9c24a9197d41211a3c070e7cb);}});}google.maps.event.addDomListener(window, 'load', initialize);