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.1028,-74.9293)};var g_883e881bb4d22a7add958f2d6b052c9f = new google.maps.Geocoder();g_883e881bb4d22a7add958f2d6b052c9f.geocode( { 'address': "1950 Street Rd, Bensalem, PA 19020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bensalem-PA-access-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('bensalem-PA-access-financial-group'), mapOptions);}document.getElementById('1868d652').innerHTML += ' | View Map';var $l883e881bb4d22a7add958f2d6b052c9f = '

Access Financial Group

Address: 1950 Street Rd, Bensalem, PA 19020
Phone: (215) 633-8627
';var m_883e881bb4d22a7add958f2d6b052c9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Access Financial Group',});m_883e881bb4d22a7add958f2d6b052c9f['infowindow'] = new google.maps.InfoWindow({content: $l883e881bb4d22a7add958f2d6b052c9f});var infowindow = new google.maps.InfoWindow({content: $l883e881bb4d22a7add958f2d6b052c9f});google.maps.event.addListener(m_883e881bb4d22a7add958f2d6b052c9f, 'click', function() {infowindow.open(map,m_883e881bb4d22a7add958f2d6b052c9f);});$marker.push(m_883e881bb4d22a7add958f2d6b052c9f);}});}google.maps.event.addDomListener(window, 'load', initialize);