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.1821,-75.2275)};var g_e2cf2c8f50bb77af0d64bbf2555adf05 = new google.maps.Geocoder();g_e2cf2c8f50bb77af0d64bbf2555adf05.geocode( { 'address': "921 N Bethlehem Pike #2, Ambler, PA 19002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ambler-PA-legacy-capital').style.display = '';map = new google.maps.Map(document.getElementById('ambler-PA-legacy-capital'), mapOptions);}document.getElementById('ec04b7c3').innerHTML += ' | View Map';var $le2cf2c8f50bb77af0d64bbf2555adf05 = '

Legacy Capital

Address: 921 N Bethlehem Pike #2, Ambler, PA 19002, USA
Phone: (215) 600-3419
';var m_e2cf2c8f50bb77af0d64bbf2555adf05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy Capital',});m_e2cf2c8f50bb77af0d64bbf2555adf05['infowindow'] = new google.maps.InfoWindow({content: $le2cf2c8f50bb77af0d64bbf2555adf05});var infowindow = new google.maps.InfoWindow({content: $le2cf2c8f50bb77af0d64bbf2555adf05});google.maps.event.addListener(m_e2cf2c8f50bb77af0d64bbf2555adf05, 'click', function() {infowindow.open(map,m_e2cf2c8f50bb77af0d64bbf2555adf05);});$marker.push(m_e2cf2c8f50bb77af0d64bbf2555adf05);}});}google.maps.event.addDomListener(window, 'load', initialize);