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.193,-80.8263)};var g_3714a764eb753b463018d79d42073b32 = new google.maps.Geocoder();g_3714a764eb753b463018d79d42073b32.geocode( { 'address': "14045 Ballantyne Corporate Pl, Charlotte, NC 28277"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-first-choice-loan-service-inc').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-first-choice-loan-service-inc'), mapOptions);}document.getElementById('9329137f').innerHTML += ' | View Map';var $l3714a764eb753b463018d79d42073b32 = '

First Choice Loan Service Inc

Address: 14045 Ballantyne Corporate Pl, Charlotte, NC 28277
Phone: (704) 488-7763
';var m_3714a764eb753b463018d79d42073b32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Loan Service Inc',});m_3714a764eb753b463018d79d42073b32['infowindow'] = new google.maps.InfoWindow({content: $l3714a764eb753b463018d79d42073b32});var infowindow = new google.maps.InfoWindow({content: $l3714a764eb753b463018d79d42073b32});google.maps.event.addListener(m_3714a764eb753b463018d79d42073b32, 'click', function() {infowindow.open(map,m_3714a764eb753b463018d79d42073b32);});$marker.push(m_3714a764eb753b463018d79d42073b32);}});}google.maps.event.addDomListener(window, 'load', initialize);