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.0555,-75.6656)};var g_708250b08aff2266b6c3d6df7ab6b2bb = new google.maps.Geocoder();g_708250b08aff2266b6c3d6df7ab6b2bb.geocode( { 'address': "232 Eagleview Blvd, Exton, PA 19341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('exton-PA-the-trident-group').style.display = '';map = new google.maps.Map(document.getElementById('exton-PA-the-trident-group'), mapOptions);}document.getElementById('38058563').innerHTML += ' | View Map';var $l708250b08aff2266b6c3d6df7ab6b2bb = '

The Trident Group

Address: 232 Eagleview Blvd, Exton, PA 19341, USA
Phone: (484) 875-2600
';var m_708250b08aff2266b6c3d6df7ab6b2bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Trident Group',});m_708250b08aff2266b6c3d6df7ab6b2bb['infowindow'] = new google.maps.InfoWindow({content: $l708250b08aff2266b6c3d6df7ab6b2bb});var infowindow = new google.maps.InfoWindow({content: $l708250b08aff2266b6c3d6df7ab6b2bb});google.maps.event.addListener(m_708250b08aff2266b6c3d6df7ab6b2bb, 'click', function() {infowindow.open(map,m_708250b08aff2266b6c3d6df7ab6b2bb);});$marker.push(m_708250b08aff2266b6c3d6df7ab6b2bb);}});}google.maps.event.addDomListener(window, 'load', initialize);