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.3408,-82.3745)};var g_c8ad39b9579b4816dc8f6f805c190308 = new google.maps.Geocoder();g_c8ad39b9579b4816dc8f6f805c190308.geocode( { 'address': "2106 N Roan St, Johnson City, TN 37601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-cashadvance-johnson-city').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-cashadvance-johnson-city'), mapOptions);}document.getElementById('2f220ea4').innerHTML += ' | View Map';var $lc8ad39b9579b4816dc8f6f805c190308 = '

CashAdvance Johnson City

Address: 2106 N Roan St, Johnson City, TN 37601, USA
Phone:
';var m_c8ad39b9579b4816dc8f6f805c190308 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashAdvance Johnson City',});m_c8ad39b9579b4816dc8f6f805c190308['infowindow'] = new google.maps.InfoWindow({content: $lc8ad39b9579b4816dc8f6f805c190308});var infowindow = new google.maps.InfoWindow({content: $lc8ad39b9579b4816dc8f6f805c190308});google.maps.event.addListener(m_c8ad39b9579b4816dc8f6f805c190308, 'click', function() {infowindow.open(map,m_c8ad39b9579b4816dc8f6f805c190308);});$marker.push(m_c8ad39b9579b4816dc8f6f805c190308);}});}google.maps.event.addDomListener(window, 'load', initialize);