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(30.3853,-81.6747)};var g_e76fb6dc9924bee4a1f05558d0d34b3f = new google.maps.Geocoder();g_e76fb6dc9924bee4a1f05558d0d34b3f.geocode( { 'address': "7257 Lem Turner Rd, Jacksonville, FL 32208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-quality-care-credit').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-quality-care-credit'), mapOptions);}document.getElementById('81c237f0').innerHTML += ' | View Map';var $le76fb6dc9924bee4a1f05558d0d34b3f = '

Quality Care Credit

Address: 7257 Lem Turner Rd, Jacksonville, FL 32208, USA
Phone: (904) 696-1888
';var m_e76fb6dc9924bee4a1f05558d0d34b3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quality Care Credit',});m_e76fb6dc9924bee4a1f05558d0d34b3f['infowindow'] = new google.maps.InfoWindow({content: $le76fb6dc9924bee4a1f05558d0d34b3f});var infowindow = new google.maps.InfoWindow({content: $le76fb6dc9924bee4a1f05558d0d34b3f});google.maps.event.addListener(m_e76fb6dc9924bee4a1f05558d0d34b3f, 'click', function() {infowindow.open(map,m_e76fb6dc9924bee4a1f05558d0d34b3f);});$marker.push(m_e76fb6dc9924bee4a1f05558d0d34b3f);}});}google.maps.event.addDomListener(window, 'load', initialize);