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.1596,-80.7386)};var g_d78bcb789d690e44755632167e070a8f = new google.maps.Geocoder();g_d78bcb789d690e44755632167e070a8f.geocode( { 'address': "7506 E Independence Blvd #112, Charlotte, NC 28227, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-integrity-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-integrity-mortgage-group'), mapOptions);}document.getElementById('953577f2').innerHTML += ' | View Map';var $ld78bcb789d690e44755632167e070a8f = '

Integrity Mortgage Group

Address: 7506 E Independence Blvd #112, Charlotte, NC 28227, USA
Phone: (704) 710-0444
';var m_d78bcb789d690e44755632167e070a8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Integrity Mortgage Group',});m_d78bcb789d690e44755632167e070a8f['infowindow'] = new google.maps.InfoWindow({content: $ld78bcb789d690e44755632167e070a8f});var infowindow = new google.maps.InfoWindow({content: $ld78bcb789d690e44755632167e070a8f});google.maps.event.addListener(m_d78bcb789d690e44755632167e070a8f, 'click', function() {infowindow.open(map,m_d78bcb789d690e44755632167e070a8f);});$marker.push(m_d78bcb789d690e44755632167e070a8f);}});}google.maps.event.addDomListener(window, 'load', initialize);