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.1706,-75.2856)};var g_3a8c0277784d1c4909361fb79bc85a14 = new google.maps.Geocoder();g_3a8c0277784d1c4909361fb79bc85a14.geocode( { 'address': "694 Dekalb Pike, Blue Bell, PA 19422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-bell-PA-univest-bank-and-trust-co---blue-bell').style.display = '';map = new google.maps.Map(document.getElementById('blue-bell-PA-univest-bank-and-trust-co---blue-bell'), mapOptions);}document.getElementById('52a3a8c1').innerHTML += ' | View Map';var $l3a8c0277784d1c4909361fb79bc85a14 = '

Univest Bank and Trust Co. - Blue Bell

Address: 694 Dekalb Pike, Blue Bell, PA 19422, USA
Phone: (610) 279-3901
';var m_3a8c0277784d1c4909361fb79bc85a14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - Blue Bell',});m_3a8c0277784d1c4909361fb79bc85a14['infowindow'] = new google.maps.InfoWindow({content: $l3a8c0277784d1c4909361fb79bc85a14});var infowindow = new google.maps.InfoWindow({content: $l3a8c0277784d1c4909361fb79bc85a14});google.maps.event.addListener(m_3a8c0277784d1c4909361fb79bc85a14, 'click', function() {infowindow.open(map,m_3a8c0277784d1c4909361fb79bc85a14);});$marker.push(m_3a8c0277784d1c4909361fb79bc85a14);}});}google.maps.event.addDomListener(window, 'load', initialize);