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.2847,-75.8734)};var g_060381704cad174497ca51d13c40b98a = new google.maps.Geocoder();g_060381704cad174497ca51d13c40b98a.geocode( { 'address': "1265 Wyoming Ave, Kingston, PA 18704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-PA-wod-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kingston-PA-wod-federal-credit-union'), mapOptions);}document.getElementById('74e2b28f').innerHTML += ' | View Map';var $l060381704cad174497ca51d13c40b98a = '

WOD Federal Credit Union

Address: 1265 Wyoming Ave, Kingston, PA 18704, USA
Phone: (570) 288-1550
';var m_060381704cad174497ca51d13c40b98a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WOD Federal Credit Union',});m_060381704cad174497ca51d13c40b98a['infowindow'] = new google.maps.InfoWindow({content: $l060381704cad174497ca51d13c40b98a});var infowindow = new google.maps.InfoWindow({content: $l060381704cad174497ca51d13c40b98a});google.maps.event.addListener(m_060381704cad174497ca51d13c40b98a, 'click', function() {infowindow.open(map,m_060381704cad174497ca51d13c40b98a);});$marker.push(m_060381704cad174497ca51d13c40b98a);}});}google.maps.event.addDomListener(window, 'load', initialize);