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.3083,-75.1354)};var g_4a213d37242bdcad8e7300e202e7caa4 = new google.maps.Geocoder();g_4a213d37242bdcad8e7300e202e7caa4.geocode( { 'address': "191 W State St, Doylestown, PA 18901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doylestown-PA-univest-bank-and-trust-co---doylestown').style.display = '';map = new google.maps.Map(document.getElementById('doylestown-PA-univest-bank-and-trust-co---doylestown'), mapOptions);}document.getElementById('7e268272').innerHTML += ' | View Map';var $l4a213d37242bdcad8e7300e202e7caa4 = '

Univest Bank and Trust Co. - Doylestown

Address: 191 W State St, Doylestown, PA 18901, USA
Phone: (215) 348-7966
';var m_4a213d37242bdcad8e7300e202e7caa4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - Doylestown',});m_4a213d37242bdcad8e7300e202e7caa4['infowindow'] = new google.maps.InfoWindow({content: $l4a213d37242bdcad8e7300e202e7caa4});var infowindow = new google.maps.InfoWindow({content: $l4a213d37242bdcad8e7300e202e7caa4});google.maps.event.addListener(m_4a213d37242bdcad8e7300e202e7caa4, 'click', function() {infowindow.open(map,m_4a213d37242bdcad8e7300e202e7caa4);});$marker.push(m_4a213d37242bdcad8e7300e202e7caa4);}});}google.maps.event.addDomListener(window, 'load', initialize);