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.6406,-82.571)};var g_7d40f910bbd18715587677b383d11dbe = new google.maps.Geocoder();g_7d40f910bbd18715587677b383d11dbe.geocode( { 'address': "Jones St, Gate City, VA 24251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gate-city-VA-eastman-credit-union-gate-city-branch').style.display = '';map = new google.maps.Map(document.getElementById('gate-city-VA-eastman-credit-union-gate-city-branch'), mapOptions);}document.getElementById('e36b7cb3').innerHTML += ' | View Map';var $l7d40f910bbd18715587677b383d11dbe = '

Eastman Credit Union: Gate City Branch

Address: Jones St, Gate City, VA 24251, USA
Phone: (276) 386-4315
';var m_7d40f910bbd18715587677b383d11dbe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastman Credit Union: Gate City Branch',});m_7d40f910bbd18715587677b383d11dbe['infowindow'] = new google.maps.InfoWindow({content: $l7d40f910bbd18715587677b383d11dbe});var infowindow = new google.maps.InfoWindow({content: $l7d40f910bbd18715587677b383d11dbe});google.maps.event.addListener(m_7d40f910bbd18715587677b383d11dbe, 'click', function() {infowindow.open(map,m_7d40f910bbd18715587677b383d11dbe);});$marker.push(m_7d40f910bbd18715587677b383d11dbe);}});}google.maps.event.addDomListener(window, 'load', initialize);