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.3543,-82.3686)};var g_b696d21ba9a9b8d74f32473583eb0250 = new google.maps.Geocoder();g_b696d21ba9a9b8d74f32473583eb0250.geocode( { 'address': "508 Princeton Rd # 201, Johnson City, TN 37601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-mortgage-investors-group').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-mortgage-investors-group'), mapOptions);}document.getElementById('1960e5ef').innerHTML += ' | View Map';var $lb696d21ba9a9b8d74f32473583eb0250 = '

Mortgage Investors Group

Address: 508 Princeton Rd # 201, Johnson City, TN 37601, USA
Phone: (423) 283-4702
';var m_b696d21ba9a9b8d74f32473583eb0250 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Investors Group',});m_b696d21ba9a9b8d74f32473583eb0250['infowindow'] = new google.maps.InfoWindow({content: $lb696d21ba9a9b8d74f32473583eb0250});var infowindow = new google.maps.InfoWindow({content: $lb696d21ba9a9b8d74f32473583eb0250});google.maps.event.addListener(m_b696d21ba9a9b8d74f32473583eb0250, 'click', function() {infowindow.open(map,m_b696d21ba9a9b8d74f32473583eb0250);});$marker.push(m_b696d21ba9a9b8d74f32473583eb0250);}});}google.maps.event.addDomListener(window, 'load', initialize);