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.3008,-75.286)};var g_42598578ca0acd7f4186bca64c96edf0 = new google.maps.Geocoder();g_42598578ca0acd7f4186bca64c96edf0.geocode( { 'address': "7 Church Rd A, Hatfield, PA 19440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hatfield-PA-liberty-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('hatfield-PA-liberty-financial-group-inc'), mapOptions);}document.getElementById('071edbd9').innerHTML += ' | View Map';var $l42598578ca0acd7f4186bca64c96edf0 = '

Liberty Financial Group, Inc

Address: 7 Church Rd A, Hatfield, PA 19440, USA
Phone: (215) 996-5656
';var m_42598578ca0acd7f4186bca64c96edf0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Financial Group, Inc',});m_42598578ca0acd7f4186bca64c96edf0['infowindow'] = new google.maps.InfoWindow({content: $l42598578ca0acd7f4186bca64c96edf0});var infowindow = new google.maps.InfoWindow({content: $l42598578ca0acd7f4186bca64c96edf0});google.maps.event.addListener(m_42598578ca0acd7f4186bca64c96edf0, 'click', function() {infowindow.open(map,m_42598578ca0acd7f4186bca64c96edf0);});$marker.push(m_42598578ca0acd7f4186bca64c96edf0);}});}google.maps.event.addDomListener(window, 'load', initialize);