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(38.3368,-81.6079)};var g_69a5b5995110b36a9a347898d97a610e = new google.maps.Geocoder();g_69a5b5995110b36a9a347898d97a610e.geocode( { 'address': "2200 Washington St E, Charleston, WV 25311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-WV-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charleston-WV-state-credit-union'), mapOptions);}document.getElementById('88d503e4').innerHTML += ' | View Map';var $l69a5b5995110b36a9a347898d97a610e = '

State Credit Union

Address: 2200 Washington St E, Charleston, WV 25311, USA
Phone: (304) 558-0566
';var m_69a5b5995110b36a9a347898d97a610e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Credit Union',});m_69a5b5995110b36a9a347898d97a610e['infowindow'] = new google.maps.InfoWindow({content: $l69a5b5995110b36a9a347898d97a610e});var infowindow = new google.maps.InfoWindow({content: $l69a5b5995110b36a9a347898d97a610e});google.maps.event.addListener(m_69a5b5995110b36a9a347898d97a610e, 'click', function() {infowindow.open(map,m_69a5b5995110b36a9a347898d97a610e);});$marker.push(m_69a5b5995110b36a9a347898d97a610e);}});}google.maps.event.addDomListener(window, 'load', initialize);