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.226,-75.2586)};var g_a6996e73902564cf314c8362cf9f4412 = new google.maps.Geocoder();g_a6996e73902564cf314c8362cf9f4412.geocode( { 'address': "1180 Welsh Rd #280, North Wales, PA 19454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-wales-PA-benetrends-financial').style.display = '';map = new google.maps.Map(document.getElementById('north-wales-PA-benetrends-financial'), mapOptions);}document.getElementById('85ad7d78').innerHTML += ' | View Map';var $la6996e73902564cf314c8362cf9f4412 = '

Benetrends Financial

Address: 1180 Welsh Rd #280, North Wales, PA 19454, USA
Phone: (866) 423-6387
';var m_a6996e73902564cf314c8362cf9f4412 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benetrends Financial',});m_a6996e73902564cf314c8362cf9f4412['infowindow'] = new google.maps.InfoWindow({content: $la6996e73902564cf314c8362cf9f4412});var infowindow = new google.maps.InfoWindow({content: $la6996e73902564cf314c8362cf9f4412});google.maps.event.addListener(m_a6996e73902564cf314c8362cf9f4412, 'click', function() {infowindow.open(map,m_a6996e73902564cf314c8362cf9f4412);});$marker.push(m_a6996e73902564cf314c8362cf9f4412);}});}google.maps.event.addDomListener(window, 'load', initialize);