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(40.6381,-80.4552)};var g_062df99ae3028af115b0200481f66a6a = new google.maps.Geocoder();g_062df99ae3028af115b0200481f66a6a.geocode( { 'address': "616 Midland Ave, Midland, PA 15059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-PA-tri-state-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('midland-PA-tri-state-federal-credit-union'), mapOptions);}document.getElementById('147af2e1').innerHTML += ' | View Map';var $l062df99ae3028af115b0200481f66a6a = '

Tri-State Federal Credit Union

Address: 616 Midland Ave, Midland, PA 15059, USA
Phone: (724) 643-4080
';var m_062df99ae3028af115b0200481f66a6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri-State Federal Credit Union',});m_062df99ae3028af115b0200481f66a6a['infowindow'] = new google.maps.InfoWindow({content: $l062df99ae3028af115b0200481f66a6a});var infowindow = new google.maps.InfoWindow({content: $l062df99ae3028af115b0200481f66a6a});google.maps.event.addListener(m_062df99ae3028af115b0200481f66a6a, 'click', function() {infowindow.open(map,m_062df99ae3028af115b0200481f66a6a);});$marker.push(m_062df99ae3028af115b0200481f66a6a);}});}google.maps.event.addDomListener(window, 'load', initialize);