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(27.9775,-82.783)};var g_6461f488b9172537ed0bfce1966c165e = new google.maps.Geocoder();g_6461f488b9172537ed0bfce1966c165e.geocode( { 'address': "25400 Us Highway 19 N, Clearwater, FL 33763"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearwater-FL-the-credit-voice').style.display = '';map = new google.maps.Map(document.getElementById('clearwater-FL-the-credit-voice'), mapOptions);}document.getElementById('620046a8').innerHTML += ' | View Map';var $l6461f488b9172537ed0bfce1966c165e = '

The Credit Voice

Address: 25400 Us Highway 19 N, Clearwater, FL 33763
Phone: (727) 499-6690
';var m_6461f488b9172537ed0bfce1966c165e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Credit Voice',});m_6461f488b9172537ed0bfce1966c165e['infowindow'] = new google.maps.InfoWindow({content: $l6461f488b9172537ed0bfce1966c165e});var infowindow = new google.maps.InfoWindow({content: $l6461f488b9172537ed0bfce1966c165e});google.maps.event.addListener(m_6461f488b9172537ed0bfce1966c165e, 'click', function() {infowindow.open(map,m_6461f488b9172537ed0bfce1966c165e);});$marker.push(m_6461f488b9172537ed0bfce1966c165e);}});}google.maps.event.addDomListener(window, 'load', initialize);