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(41.2489,-75.84)};var g_7d8162f7005c82e79b9123866d8a9d84 = new google.maps.Geocoder();g_7d8162f7005c82e79b9123866d8a9d84.geocode( { 'address': "881 Mundy St, Wilkes-Barre, PA 18702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-vantage-trust').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-vantage-trust'), mapOptions);}document.getElementById('3639585a').innerHTML += ' | View Map';var $l7d8162f7005c82e79b9123866d8a9d84 = '

Vantage Trust

Address: 881 Mundy St, Wilkes-Barre, PA 18702, USA
Phone: (570) 819-3337
';var m_7d8162f7005c82e79b9123866d8a9d84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vantage Trust',});m_7d8162f7005c82e79b9123866d8a9d84['infowindow'] = new google.maps.InfoWindow({content: $l7d8162f7005c82e79b9123866d8a9d84});var infowindow = new google.maps.InfoWindow({content: $l7d8162f7005c82e79b9123866d8a9d84});google.maps.event.addListener(m_7d8162f7005c82e79b9123866d8a9d84, 'click', function() {infowindow.open(map,m_7d8162f7005c82e79b9123866d8a9d84);});$marker.push(m_7d8162f7005c82e79b9123866d8a9d84);}});}google.maps.event.addDomListener(window, 'load', initialize);