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.3399,-81.4058)};var g_ff9b401529ad052db50e89f363430ebc = new google.maps.Geocoder();g_ff9b401529ad052db50e89f363430ebc.geocode( { 'address': "WV-2, Proctor, WV 26055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('proctor-WV-natrium-employee-fcu').style.display = '';map = new google.maps.Map(document.getElementById('proctor-WV-natrium-employee-fcu'), mapOptions);}document.getElementById('0d710e62').innerHTML += ' | View Map';var $lff9b401529ad052db50e89f363430ebc = '

Natrium Employee FCU

Address: WV-2, Proctor, WV 26055, USA
Phone: (304) 455-6719
';var m_ff9b401529ad052db50e89f363430ebc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Natrium Employee FCU',});m_ff9b401529ad052db50e89f363430ebc['infowindow'] = new google.maps.InfoWindow({content: $lff9b401529ad052db50e89f363430ebc});var infowindow = new google.maps.InfoWindow({content: $lff9b401529ad052db50e89f363430ebc});google.maps.event.addListener(m_ff9b401529ad052db50e89f363430ebc, 'click', function() {infowindow.open(map,m_ff9b401529ad052db50e89f363430ebc);});$marker.push(m_ff9b401529ad052db50e89f363430ebc);}});}google.maps.event.addDomListener(window, 'load', initialize);