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.4536,-80.8911)};var g_282694fec0a1d98958ea32dd11df012a = new google.maps.Geocoder();g_282694fec0a1d98958ea32dd11df012a.geocode( { 'address': "17505 W Catawba Ave, Cornelius, NC 28031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelius-NC-global-financial-credit-llc').style.display = '';map = new google.maps.Map(document.getElementById('cornelius-NC-global-financial-credit-llc'), mapOptions);}document.getElementById('cc7afd43').innerHTML += ' | View Map';var $l282694fec0a1d98958ea32dd11df012a = '

Global Financial Credit, LLC

Address: 17505 W Catawba Ave, Cornelius, NC 28031, USA
Phone: (866) 709-1100
';var m_282694fec0a1d98958ea32dd11df012a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Financial Credit, LLC',});m_282694fec0a1d98958ea32dd11df012a['infowindow'] = new google.maps.InfoWindow({content: $l282694fec0a1d98958ea32dd11df012a});var infowindow = new google.maps.InfoWindow({content: $l282694fec0a1d98958ea32dd11df012a});google.maps.event.addListener(m_282694fec0a1d98958ea32dd11df012a, 'click', function() {infowindow.open(map,m_282694fec0a1d98958ea32dd11df012a);});$marker.push(m_282694fec0a1d98958ea32dd11df012a);}});}google.maps.event.addDomListener(window, 'load', initialize);