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.4446,-75.3566)};var g_c4fa856e631d52fce97c4eb37d17bb19 = new google.maps.Geocoder();g_c4fa856e631d52fce97c4eb37d17bb19.geocode( { 'address': "1465 W Broad St, Quakertown, PA 18951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quakertown-PA-univest-bank-and-trust-co---quakertown').style.display = '';map = new google.maps.Map(document.getElementById('quakertown-PA-univest-bank-and-trust-co---quakertown'), mapOptions);}document.getElementById('8361b5d1').innerHTML += ' | View Map';var $lc4fa856e631d52fce97c4eb37d17bb19 = '

Univest Bank and Trust Co. - Quakertown

Address: 1465 W Broad St, Quakertown, PA 18951, USA
Phone: (215) 538-3407
';var m_c4fa856e631d52fce97c4eb37d17bb19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - Quakertown',});m_c4fa856e631d52fce97c4eb37d17bb19['infowindow'] = new google.maps.InfoWindow({content: $lc4fa856e631d52fce97c4eb37d17bb19});var infowindow = new google.maps.InfoWindow({content: $lc4fa856e631d52fce97c4eb37d17bb19});google.maps.event.addListener(m_c4fa856e631d52fce97c4eb37d17bb19, 'click', function() {infowindow.open(map,m_c4fa856e631d52fce97c4eb37d17bb19);});$marker.push(m_c4fa856e631d52fce97c4eb37d17bb19);}});}google.maps.event.addDomListener(window, 'load', initialize);