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(35.0837,-85.0599)};var g_5b0330582b42bd78b89765efef38342a = new google.maps.Geocoder();g_5b0330582b42bd78b89765efef38342a.geocode( { 'address': "9227 Old Lee Hwy, Ooltewah, TN 37363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ooltewah-TN-scenic-city-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ooltewah-TN-scenic-city-credit-union'), mapOptions);}document.getElementById('c89c970e').innerHTML += ' | View Map';var $l5b0330582b42bd78b89765efef38342a = '

Scenic City Credit Union

Address: 9227 Old Lee Hwy, Ooltewah, TN 37363, USA
Phone: (423) 875-6955
';var m_5b0330582b42bd78b89765efef38342a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scenic City Credit Union',});m_5b0330582b42bd78b89765efef38342a['infowindow'] = new google.maps.InfoWindow({content: $l5b0330582b42bd78b89765efef38342a});var infowindow = new google.maps.InfoWindow({content: $l5b0330582b42bd78b89765efef38342a});google.maps.event.addListener(m_5b0330582b42bd78b89765efef38342a, 'click', function() {infowindow.open(map,m_5b0330582b42bd78b89765efef38342a);});$marker.push(m_5b0330582b42bd78b89765efef38342a);}});}google.maps.event.addDomListener(window, 'load', initialize);