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.1475,-80.843)};var g_2a57bbcd6e8abc8c0947dcf0e78981e5 = new google.maps.Geocoder();g_2a57bbcd6e8abc8c0947dcf0e78981e5.geocode( { 'address': "6135 Park S Dr #200, Charlotte, NC 28210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-quicken-loans').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-quicken-loans'), mapOptions);}document.getElementById('20a955ac').innerHTML += ' | View Map';var $l2a57bbcd6e8abc8c0947dcf0e78981e5 = '

Quicken Loans

Address: 6135 Park S Dr #200, Charlotte, NC 28210, USA
Phone: (704) 364-0624
';var m_2a57bbcd6e8abc8c0947dcf0e78981e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quicken Loans',});m_2a57bbcd6e8abc8c0947dcf0e78981e5['infowindow'] = new google.maps.InfoWindow({content: $l2a57bbcd6e8abc8c0947dcf0e78981e5});var infowindow = new google.maps.InfoWindow({content: $l2a57bbcd6e8abc8c0947dcf0e78981e5});google.maps.event.addListener(m_2a57bbcd6e8abc8c0947dcf0e78981e5, 'click', function() {infowindow.open(map,m_2a57bbcd6e8abc8c0947dcf0e78981e5);});$marker.push(m_2a57bbcd6e8abc8c0947dcf0e78981e5);}});}google.maps.event.addDomListener(window, 'load', initialize);