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(39.9607,-75.6051)};var g_b0b75c3f654f444cd535f16487223151 = new google.maps.Geocoder();g_b0b75c3f654f444cd535f16487223151.geocode( { 'address': "200 N High St, West Chester, PA 19380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-chester-PA-univest-bank-and-trust-co---west-chester').style.display = '';map = new google.maps.Map(document.getElementById('west-chester-PA-univest-bank-and-trust-co---west-chester'), mapOptions);}document.getElementById('cdddf893').innerHTML += ' | View Map';var $lb0b75c3f654f444cd535f16487223151 = '

Univest Bank and Trust Co. - West Chester

Address: 200 N High St, West Chester, PA 19380, USA
Phone: (610) 344-3049
';var m_b0b75c3f654f444cd535f16487223151 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - West Chester',});m_b0b75c3f654f444cd535f16487223151['infowindow'] = new google.maps.InfoWindow({content: $lb0b75c3f654f444cd535f16487223151});var infowindow = new google.maps.InfoWindow({content: $lb0b75c3f654f444cd535f16487223151});google.maps.event.addListener(m_b0b75c3f654f444cd535f16487223151, 'click', function() {infowindow.open(map,m_b0b75c3f654f444cd535f16487223151);});$marker.push(m_b0b75c3f654f444cd535f16487223151);}});}google.maps.event.addDomListener(window, 'load', initialize);