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.4442,-82.2214)};var g_757fa47931d2b82f613906c7ba86ab4a = new google.maps.Geocoder();g_757fa47931d2b82f613906c7ba86ab4a.geocode( { 'address': "3301 Hocking Pkwy, Nelsonville, OH 45764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nelsonville-OH-ohio-university-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('nelsonville-OH-ohio-university-credit-union-atm'), mapOptions);}document.getElementById('4ff9e8c0').innerHTML += ' | View Map';var $l757fa47931d2b82f613906c7ba86ab4a = '

Ohio University Credit Union ATM

Address: 3301 Hocking Pkwy, Nelsonville, OH 45764, USA
Phone: (800) 562-8420
';var m_757fa47931d2b82f613906c7ba86ab4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio University Credit Union ATM',});m_757fa47931d2b82f613906c7ba86ab4a['infowindow'] = new google.maps.InfoWindow({content: $l757fa47931d2b82f613906c7ba86ab4a});var infowindow = new google.maps.InfoWindow({content: $l757fa47931d2b82f613906c7ba86ab4a});google.maps.event.addListener(m_757fa47931d2b82f613906c7ba86ab4a, 'click', function() {infowindow.open(map,m_757fa47931d2b82f613906c7ba86ab4a);});$marker.push(m_757fa47931d2b82f613906c7ba86ab4a);}});}google.maps.event.addDomListener(window, 'load', initialize);