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.1774,-80.7531)};var g_62dad605c6ec19f4a90448fbb79e532d = new google.maps.Geocoder();g_62dad605c6ec19f4a90448fbb79e532d.geocode( { 'address': "6054 E Independence Blvd, Charlotte, NC 28212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-citifinancial').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-citifinancial'), mapOptions);}document.getElementById('cf11e920').innerHTML += ' | View Map';var $l62dad605c6ec19f4a90448fbb79e532d = '

Citifinancial

Address: 6054 E Independence Blvd, Charlotte, NC 28212, USA
Phone: (704) 535-7211
';var m_62dad605c6ec19f4a90448fbb79e532d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citifinancial',});m_62dad605c6ec19f4a90448fbb79e532d['infowindow'] = new google.maps.InfoWindow({content: $l62dad605c6ec19f4a90448fbb79e532d});var infowindow = new google.maps.InfoWindow({content: $l62dad605c6ec19f4a90448fbb79e532d});google.maps.event.addListener(m_62dad605c6ec19f4a90448fbb79e532d, 'click', function() {infowindow.open(map,m_62dad605c6ec19f4a90448fbb79e532d);});$marker.push(m_62dad605c6ec19f4a90448fbb79e532d);}});}google.maps.event.addDomListener(window, 'load', initialize);