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.2746,-75.2203)};var g_77ce509fc96ecae7ee03e88fd7621ed0 = new google.maps.Geocoder();g_77ce509fc96ecae7ee03e88fd7621ed0.geocode( { 'address': "335 W Butler Ave, Chalfont, PA 18914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chalfont-PA-new-britain-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('chalfont-PA-new-britain-mortgage-llc'), mapOptions);}document.getElementById('bd9ace5f').innerHTML += ' | View Map';var $l77ce509fc96ecae7ee03e88fd7621ed0 = '

New Britain Mortgage LLC

Address: 335 W Butler Ave, Chalfont, PA 18914, USA
Phone: (215) 996-3737
';var m_77ce509fc96ecae7ee03e88fd7621ed0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Britain Mortgage LLC',});m_77ce509fc96ecae7ee03e88fd7621ed0['infowindow'] = new google.maps.InfoWindow({content: $l77ce509fc96ecae7ee03e88fd7621ed0});var infowindow = new google.maps.InfoWindow({content: $l77ce509fc96ecae7ee03e88fd7621ed0});google.maps.event.addListener(m_77ce509fc96ecae7ee03e88fd7621ed0, 'click', function() {infowindow.open(map,m_77ce509fc96ecae7ee03e88fd7621ed0);});$marker.push(m_77ce509fc96ecae7ee03e88fd7621ed0);}});}google.maps.event.addDomListener(window, 'load', initialize);