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_c3be52b54804f58495806bd08faba616 = new google.maps.Geocoder();g_c3be52b54804f58495806bd08faba616.geocode( { 'address': "629 N Pottstown Pike, Exton, PA 19341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('exton-PA-stonebridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('exton-PA-stonebridge-bank'), mapOptions);}document.getElementById('bcf3a3d4').innerHTML += ' | View Map';var $lc3be52b54804f58495806bd08faba616 = '

Stonebridge Bank

Address: 629 N Pottstown Pike, Exton, PA 19341
Phone: (610) 280-4700
';var m_c3be52b54804f58495806bd08faba616 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stonebridge Bank',});m_c3be52b54804f58495806bd08faba616['infowindow'] = new google.maps.InfoWindow({content: $lc3be52b54804f58495806bd08faba616});var infowindow = new google.maps.InfoWindow({content: $lc3be52b54804f58495806bd08faba616});google.maps.event.addListener(m_c3be52b54804f58495806bd08faba616, 'click', function() {infowindow.open(map,m_c3be52b54804f58495806bd08faba616);});$marker.push(m_c3be52b54804f58495806bd08faba616);}});}google.maps.event.addDomListener(window, 'load', initialize);