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.1968,-75.5393)};var g_83451e7ef8755c2a8f464093c808f529 = new google.maps.Geocoder();g_83451e7ef8755c2a8f464093c808f529.geocode( { 'address': "675 N Lewis Rd, Royersford, PA 19468"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royersford-PA-limerick-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('royersford-PA-limerick-financial-group'), mapOptions);}document.getElementById('53214c3e').innerHTML += ' | View Map';var $l83451e7ef8755c2a8f464093c808f529 = '

Limerick Financial Group

Address: 675 N Lewis Rd, Royersford, PA 19468
Phone: (610) 495-7911
';var m_83451e7ef8755c2a8f464093c808f529 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Limerick Financial Group',});m_83451e7ef8755c2a8f464093c808f529['infowindow'] = new google.maps.InfoWindow({content: $l83451e7ef8755c2a8f464093c808f529});var infowindow = new google.maps.InfoWindow({content: $l83451e7ef8755c2a8f464093c808f529});google.maps.event.addListener(m_83451e7ef8755c2a8f464093c808f529, 'click', function() {infowindow.open(map,m_83451e7ef8755c2a8f464093c808f529);});$marker.push(m_83451e7ef8755c2a8f464093c808f529);}});}google.maps.event.addDomListener(window, 'load', initialize);