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(39.8184,-76.6832)};var g_6b5ee2d2c609f170779100c2c092bc2b = new google.maps.Geocoder();g_6b5ee2d2c609f170779100c2c092bc2b.geocode( { 'address': "277 Commerce Dr, Glen Rock, PA 17327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-rock-PA-pace-resources-fcu').style.display = '';map = new google.maps.Map(document.getElementById('glen-rock-PA-pace-resources-fcu'), mapOptions);}document.getElementById('92453bef').innerHTML += ' | View Map';var $l6b5ee2d2c609f170779100c2c092bc2b = '

PACE Resources FCU

Address: 277 Commerce Dr, Glen Rock, PA 17327, USA
Phone: (717) 227-5200
';var m_6b5ee2d2c609f170779100c2c092bc2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PACE Resources FCU',});m_6b5ee2d2c609f170779100c2c092bc2b['infowindow'] = new google.maps.InfoWindow({content: $l6b5ee2d2c609f170779100c2c092bc2b});var infowindow = new google.maps.InfoWindow({content: $l6b5ee2d2c609f170779100c2c092bc2b});google.maps.event.addListener(m_6b5ee2d2c609f170779100c2c092bc2b, 'click', function() {infowindow.open(map,m_6b5ee2d2c609f170779100c2c092bc2b);});$marker.push(m_6b5ee2d2c609f170779100c2c092bc2b);}});}google.maps.event.addDomListener(window, 'load', initialize);