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(42.1221,-80.0826)};var g_18b4b8502a1b841b2286f93dc2d45ac0 = new google.maps.Geocoder();g_18b4b8502a1b841b2286f93dc2d45ac0.geocode( { 'address': "110 W 13th St, Erie, PA 16501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erie-PA-tri-state-rail-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('erie-PA-tri-state-rail-federal-credit-union'), mapOptions);}document.getElementById('c025f8a6').innerHTML += ' | View Map';var $l18b4b8502a1b841b2286f93dc2d45ac0 = '

Tri State Rail Federal Credit Union

Address: 110 W 13th St, Erie, PA 16501, USA
Phone: (814) 455-0092
';var m_18b4b8502a1b841b2286f93dc2d45ac0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri State Rail Federal Credit Union',});m_18b4b8502a1b841b2286f93dc2d45ac0['infowindow'] = new google.maps.InfoWindow({content: $l18b4b8502a1b841b2286f93dc2d45ac0});var infowindow = new google.maps.InfoWindow({content: $l18b4b8502a1b841b2286f93dc2d45ac0});google.maps.event.addListener(m_18b4b8502a1b841b2286f93dc2d45ac0, 'click', function() {infowindow.open(map,m_18b4b8502a1b841b2286f93dc2d45ac0);});$marker.push(m_18b4b8502a1b841b2286f93dc2d45ac0);}});}google.maps.event.addDomListener(window, 'load', initialize);