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.4653,-80.1617)};var g_cc71b5daa3bb476753bad7cc9c7420d1 = new google.maps.Geocoder();g_cc71b5daa3bb476753bad7cc9c7420d1.geocode( { 'address': "1512 Mary Lou Retton Dr, Fairmont, WV 26554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairmont-WV-marion-county-school-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fairmont-WV-marion-county-school-employees-federal-credit-union'), mapOptions);}document.getElementById('e2c52f37').innerHTML += ' | View Map';var $lcc71b5daa3bb476753bad7cc9c7420d1 = '

Marion County School Employees Federal Credit Union

Address: 1512 Mary Lou Retton Dr, Fairmont, WV 26554, USA
Phone: (304) 366-2390
';var m_cc71b5daa3bb476753bad7cc9c7420d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marion County School Employees Federal Credit Union',});m_cc71b5daa3bb476753bad7cc9c7420d1['infowindow'] = new google.maps.InfoWindow({content: $lcc71b5daa3bb476753bad7cc9c7420d1});var infowindow = new google.maps.InfoWindow({content: $lcc71b5daa3bb476753bad7cc9c7420d1});google.maps.event.addListener(m_cc71b5daa3bb476753bad7cc9c7420d1, 'click', function() {infowindow.open(map,m_cc71b5daa3bb476753bad7cc9c7420d1);});$marker.push(m_cc71b5daa3bb476753bad7cc9c7420d1);}});}google.maps.event.addDomListener(window, 'load', initialize);