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.3016,-82.3379)};var g_6420c4625ff8720970ec84f16caf30c7 = new google.maps.Geocoder();g_6420c4625ff8720970ec84f16caf30c7.geocode( { 'address': "2120 S Roan St, Johnson City, TN 37604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-ecu-atm').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-ecu-atm'), mapOptions);}document.getElementById('13d96428').innerHTML += ' | View Map';var $l6420c4625ff8720970ec84f16caf30c7 = '

ECU ATM

Address: 2120 S Roan St, Johnson City, TN 37604, USA
Phone: (800) 999-2328
';var m_6420c4625ff8720970ec84f16caf30c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ECU ATM',});m_6420c4625ff8720970ec84f16caf30c7['infowindow'] = new google.maps.InfoWindow({content: $l6420c4625ff8720970ec84f16caf30c7});var infowindow = new google.maps.InfoWindow({content: $l6420c4625ff8720970ec84f16caf30c7});google.maps.event.addListener(m_6420c4625ff8720970ec84f16caf30c7, 'click', function() {infowindow.open(map,m_6420c4625ff8720970ec84f16caf30c7);});$marker.push(m_6420c4625ff8720970ec84f16caf30c7);}});}google.maps.event.addDomListener(window, 'load', initialize);