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.3349,-81.7709)};var g_41220f414a6e40d921767181f83ae321 = new google.maps.Geocoder();g_41220f414a6e40d921767181f83ae321.geocode( { 'address': "6501 Arlington Expy, Jacksonville, FL 32211"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-positive-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-positive-credit-solutions'), mapOptions);}document.getElementById('06f42c5c').innerHTML += ' | View Map';var $l41220f414a6e40d921767181f83ae321 = '

Positive Credit Solutions

Address: 6501 Arlington Expy, Jacksonville, FL 32211
Phone: (800) 705-2004
';var m_41220f414a6e40d921767181f83ae321 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Positive Credit Solutions',});m_41220f414a6e40d921767181f83ae321['infowindow'] = new google.maps.InfoWindow({content: $l41220f414a6e40d921767181f83ae321});var infowindow = new google.maps.InfoWindow({content: $l41220f414a6e40d921767181f83ae321});google.maps.event.addListener(m_41220f414a6e40d921767181f83ae321, 'click', function() {infowindow.open(map,m_41220f414a6e40d921767181f83ae321);});$marker.push(m_41220f414a6e40d921767181f83ae321);}});}google.maps.event.addDomListener(window, 'load', initialize);