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(33.8405,-87.2338)};var g_c91d989c82b339a78ce0c05964eb2aaf = new google.maps.Geocoder();g_c91d989c82b339a78ce0c05964eb2aaf.geocode( { 'address': "3600 Hwy 78 Suite 200, Jasper, AL 35501, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-AL-qc-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('jasper-AL-qc-financial-services'), mapOptions);}document.getElementById('68d6790f').innerHTML += ' | View Map';var $lc91d989c82b339a78ce0c05964eb2aaf = '

QC Financial Services

Address: 3600 Hwy 78 Suite 200, Jasper, AL 35501, United States
Phone: (205) 221-4991
';var m_c91d989c82b339a78ce0c05964eb2aaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'QC Financial Services',});m_c91d989c82b339a78ce0c05964eb2aaf['infowindow'] = new google.maps.InfoWindow({content: $lc91d989c82b339a78ce0c05964eb2aaf});var infowindow = new google.maps.InfoWindow({content: $lc91d989c82b339a78ce0c05964eb2aaf});google.maps.event.addListener(m_c91d989c82b339a78ce0c05964eb2aaf, 'click', function() {infowindow.open(map,m_c91d989c82b339a78ce0c05964eb2aaf);});$marker.push(m_c91d989c82b339a78ce0c05964eb2aaf);}});}google.maps.event.addDomListener(window, 'load', initialize);