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.4441,-80.5987)};var g_0852338ea83be1f28e600bd5ff0813e8 = new google.maps.Geocoder();g_0852338ea83be1f28e600bd5ff0813e8.geocode( { 'address': "1028 Lee-Ann Dr NE #216, Concord, NC 28025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-NC-on-q-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('concord-NC-on-q-financial-inc'), mapOptions);}document.getElementById('5837752b').innerHTML += ' | View Map';var $l0852338ea83be1f28e600bd5ff0813e8 = '

On Q Financial, Inc.

Address: 1028 Lee-Ann Dr NE #216, Concord, NC 28025, USA
Phone: (704) 916-7700
';var m_0852338ea83be1f28e600bd5ff0813e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'On Q Financial, Inc.',});m_0852338ea83be1f28e600bd5ff0813e8['infowindow'] = new google.maps.InfoWindow({content: $l0852338ea83be1f28e600bd5ff0813e8});var infowindow = new google.maps.InfoWindow({content: $l0852338ea83be1f28e600bd5ff0813e8});google.maps.event.addListener(m_0852338ea83be1f28e600bd5ff0813e8, 'click', function() {infowindow.open(map,m_0852338ea83be1f28e600bd5ff0813e8);});$marker.push(m_0852338ea83be1f28e600bd5ff0813e8);}});}google.maps.event.addDomListener(window, 'load', initialize);