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.2903,-75.1283)};var g_1129620aeae77f97f8a472f7e3f36a6b = new google.maps.Geocoder();g_1129620aeae77f97f8a472f7e3f36a6b.geocode( { 'address': "1980 S Easton Rd #150, Doylestown, PA 18901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doylestown-PA-univest-regional-office').style.display = '';map = new google.maps.Map(document.getElementById('doylestown-PA-univest-regional-office'), mapOptions);}document.getElementById('73339a10').innerHTML += ' | View Map';var $l1129620aeae77f97f8a472f7e3f36a6b = '

Univest Regional Office

Address: 1980 S Easton Rd #150, Doylestown, PA 18901, USA
Phone: (267) 898-0535
';var m_1129620aeae77f97f8a472f7e3f36a6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Regional Office',});m_1129620aeae77f97f8a472f7e3f36a6b['infowindow'] = new google.maps.InfoWindow({content: $l1129620aeae77f97f8a472f7e3f36a6b});var infowindow = new google.maps.InfoWindow({content: $l1129620aeae77f97f8a472f7e3f36a6b});google.maps.event.addListener(m_1129620aeae77f97f8a472f7e3f36a6b, 'click', function() {infowindow.open(map,m_1129620aeae77f97f8a472f7e3f36a6b);});$marker.push(m_1129620aeae77f97f8a472f7e3f36a6b);}});}google.maps.event.addDomListener(window, 'load', initialize);