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(28.0201,-81.7658)};var g_e738109d6a40b22f041737010a933d35 = new google.maps.Geocoder();g_e738109d6a40b22f041737010a933d35.geocode( { 'address': "3418 Recker Hwy, Winter Haven, FL 33880, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winter-haven-FL-wc-cash-and-credit-cars').style.display = '';map = new google.maps.Map(document.getElementById('winter-haven-FL-wc-cash-and-credit-cars'), mapOptions);}document.getElementById('fb10984b').innerHTML += ' | View Map';var $le738109d6a40b22f041737010a933d35 = '

WC Cash and Credit Cars

Address: 3418 Recker Hwy, Winter Haven, FL 33880, USA
Phone: (863) 875-2682
';var m_e738109d6a40b22f041737010a933d35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WC Cash and Credit Cars',});m_e738109d6a40b22f041737010a933d35['infowindow'] = new google.maps.InfoWindow({content: $le738109d6a40b22f041737010a933d35});var infowindow = new google.maps.InfoWindow({content: $le738109d6a40b22f041737010a933d35});google.maps.event.addListener(m_e738109d6a40b22f041737010a933d35, 'click', function() {infowindow.open(map,m_e738109d6a40b22f041737010a933d35);});$marker.push(m_e738109d6a40b22f041737010a933d35);}});}google.maps.event.addDomListener(window, 'load', initialize);