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(36.3017,-82.3766)};var g_b3f2a92304a9a21129bb844077aeb557 = new google.maps.Geocoder();g_b3f2a92304a9a21129bb844077aeb557.geocode( { 'address': "Johnson City, TN 37604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-eastman-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-eastman-credit-union-atm'), mapOptions);}document.getElementById('f5801118').innerHTML += ' | View Map';var $lb3f2a92304a9a21129bb844077aeb557 = '

Eastman Credit Union ATM

Address: Johnson City, TN 37604, USA
Phone: (423) 229-8200
';var m_b3f2a92304a9a21129bb844077aeb557 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastman Credit Union ATM',});m_b3f2a92304a9a21129bb844077aeb557['infowindow'] = new google.maps.InfoWindow({content: $lb3f2a92304a9a21129bb844077aeb557});var infowindow = new google.maps.InfoWindow({content: $lb3f2a92304a9a21129bb844077aeb557});google.maps.event.addListener(m_b3f2a92304a9a21129bb844077aeb557, 'click', function() {infowindow.open(map,m_b3f2a92304a9a21129bb844077aeb557);});$marker.push(m_b3f2a92304a9a21129bb844077aeb557);}});}google.maps.event.addDomListener(window, 'load', initialize);