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.3572,-82.1031)};var g_b251eb66dccdb5cf2dc8a9d86755ceca = new google.maps.Geocoder();g_b251eb66dccdb5cf2dc8a9d86755ceca.geocode( { 'address': "223 Columbus Rd, Athens, OH 45701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-OH-atm-atomic-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('athens-OH-atm-atomic-credit-union'), mapOptions);}document.getElementById('45c191b4').innerHTML += ' | View Map';var $lb251eb66dccdb5cf2dc8a9d86755ceca = '

ATM Atomic Credit Union

Address: 223 Columbus Rd, Athens, OH 45701, USA
Phone: (740) 594-8185
';var m_b251eb66dccdb5cf2dc8a9d86755ceca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Atomic Credit Union',});m_b251eb66dccdb5cf2dc8a9d86755ceca['infowindow'] = new google.maps.InfoWindow({content: $lb251eb66dccdb5cf2dc8a9d86755ceca});var infowindow = new google.maps.InfoWindow({content: $lb251eb66dccdb5cf2dc8a9d86755ceca});google.maps.event.addListener(m_b251eb66dccdb5cf2dc8a9d86755ceca, 'click', function() {infowindow.open(map,m_b251eb66dccdb5cf2dc8a9d86755ceca);});$marker.push(m_b251eb66dccdb5cf2dc8a9d86755ceca);}});}google.maps.event.addDomListener(window, 'load', initialize);