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.04,-75.6368)};var g_931bbcc1be76e466aea6eb35b6717730 = new google.maps.Geocoder();g_931bbcc1be76e466aea6eb35b6717730.geocode( { 'address': "237 N Pottstown Pike, Exton, PA 19341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('exton-PA-bryn-mawr-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('exton-PA-bryn-mawr-trust-co'), mapOptions);}document.getElementById('06d5e48e').innerHTML += ' | View Map';var $l931bbcc1be76e466aea6eb35b6717730 = '

Bryn Mawr Trust Co

Address: 237 N Pottstown Pike, Exton, PA 19341
Phone: (484) 875-9050
';var m_931bbcc1be76e466aea6eb35b6717730 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bryn Mawr Trust Co',});m_931bbcc1be76e466aea6eb35b6717730['infowindow'] = new google.maps.InfoWindow({content: $l931bbcc1be76e466aea6eb35b6717730});var infowindow = new google.maps.InfoWindow({content: $l931bbcc1be76e466aea6eb35b6717730});google.maps.event.addListener(m_931bbcc1be76e466aea6eb35b6717730, 'click', function() {infowindow.open(map,m_931bbcc1be76e466aea6eb35b6717730);});$marker.push(m_931bbcc1be76e466aea6eb35b6717730);}});}google.maps.event.addDomListener(window, 'load', initialize);