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(41.4741,-84.576)};var g_1769edd9c470afb62f1dd633cae765c6 = new google.maps.Geocoder();g_1769edd9c470afb62f1dd633cae765c6.geocode( { 'address': "1640 W High St, Bryan, OH 43506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-OH-west-branch-valley-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('bryan-OH-west-branch-valley-federal-cu'), mapOptions);}document.getElementById('6cadca1c').innerHTML += ' | View Map';var $l1769edd9c470afb62f1dd633cae765c6 = '

West Branch Valley Federal Cu

Address: 1640 W High St, Bryan, OH 43506, USA
Phone: (570) 323-9407
';var m_1769edd9c470afb62f1dd633cae765c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Branch Valley Federal Cu',});m_1769edd9c470afb62f1dd633cae765c6['infowindow'] = new google.maps.InfoWindow({content: $l1769edd9c470afb62f1dd633cae765c6});var infowindow = new google.maps.InfoWindow({content: $l1769edd9c470afb62f1dd633cae765c6});google.maps.event.addListener(m_1769edd9c470afb62f1dd633cae765c6, 'click', function() {infowindow.open(map,m_1769edd9c470afb62f1dd633cae765c6);});$marker.push(m_1769edd9c470afb62f1dd633cae765c6);}});}google.maps.event.addDomListener(window, 'load', initialize);