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.0747,-80.917)};var g_5f64877c0e34b49ab861600c084366e6 = new google.maps.Geocoder();g_5f64877c0e34b49ab861600c084366e6.geocode( { 'address': "107 Plaza Dr T, St Clairsville, OH 43950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-clairsville-OH-ohio-valley-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('saint-clairsville-OH-ohio-valley-community-cu'), mapOptions);}document.getElementById('cb8c8ecd').innerHTML += ' | View Map';var $l5f64877c0e34b49ab861600c084366e6 = '

Ohio Valley Community CU

Address: 107 Plaza Dr T, St Clairsville, OH 43950, USA
Phone: (740) 699-4701
';var m_5f64877c0e34b49ab861600c084366e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Valley Community CU',});m_5f64877c0e34b49ab861600c084366e6['infowindow'] = new google.maps.InfoWindow({content: $l5f64877c0e34b49ab861600c084366e6});var infowindow = new google.maps.InfoWindow({content: $l5f64877c0e34b49ab861600c084366e6});google.maps.event.addListener(m_5f64877c0e34b49ab861600c084366e6, 'click', function() {infowindow.open(map,m_5f64877c0e34b49ab861600c084366e6);});$marker.push(m_5f64877c0e34b49ab861600c084366e6);}});}google.maps.event.addDomListener(window, 'load', initialize);