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.3216,-75.767)};var g_703ec347c7c62952c281f900756edc75 = new google.maps.Geocoder();g_703ec347c7c62952c281f900756edc75.geocode( { 'address': "405 Laurel St, Pittston, PA 18640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittston-PA-vantage-trust-fcu').style.display = '';map = new google.maps.Map(document.getElementById('pittston-PA-vantage-trust-fcu'), mapOptions);}document.getElementById('56781e0a').innerHTML += ' | View Map';var $l703ec347c7c62952c281f900756edc75 = '

Vantage Trust FCU

Address: 405 Laurel St, Pittston, PA 18640, USA
Phone: (570) 602-3650
';var m_703ec347c7c62952c281f900756edc75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vantage Trust FCU',});m_703ec347c7c62952c281f900756edc75['infowindow'] = new google.maps.InfoWindow({content: $l703ec347c7c62952c281f900756edc75});var infowindow = new google.maps.InfoWindow({content: $l703ec347c7c62952c281f900756edc75});google.maps.event.addListener(m_703ec347c7c62952c281f900756edc75, 'click', function() {infowindow.open(map,m_703ec347c7c62952c281f900756edc75);});$marker.push(m_703ec347c7c62952c281f900756edc75);}});}google.maps.event.addDomListener(window, 'load', initialize);