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_131eb75ea610671aad36a40496850d58 = new google.maps.Geocoder();g_131eb75ea610671aad36a40496850d58.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-financial-advisors').style.display = '';map = new google.maps.Map(document.getElementById('chalfont-PA-new-britain-financial-advisors'), mapOptions);}document.getElementById('bd9ace5f').innerHTML += ' | View Map';var $l131eb75ea610671aad36a40496850d58 = '

New Britain Financial Advisors

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