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.0439,-81.7381)};var g_3ef08487e987db647fbbc3fa69daa06b = new google.maps.Geocoder();g_3ef08487e987db647fbbc3fa69daa06b.geocode( { 'address': "1084 Havendale Blvd NW, Winter Haven, FL 33881, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winter-haven-FL-sunbelt-credit').style.display = '';map = new google.maps.Map(document.getElementById('winter-haven-FL-sunbelt-credit'), mapOptions);}document.getElementById('0972a8e9').innerHTML += ' | View Map';var $l3ef08487e987db647fbbc3fa69daa06b = '

Sunbelt Credit

Address: 1084 Havendale Blvd NW, Winter Haven, FL 33881, USA
Phone: (863) 401-9922
';var m_3ef08487e987db647fbbc3fa69daa06b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunbelt Credit',});m_3ef08487e987db647fbbc3fa69daa06b['infowindow'] = new google.maps.InfoWindow({content: $l3ef08487e987db647fbbc3fa69daa06b});var infowindow = new google.maps.InfoWindow({content: $l3ef08487e987db647fbbc3fa69daa06b});google.maps.event.addListener(m_3ef08487e987db647fbbc3fa69daa06b, 'click', function() {infowindow.open(map,m_3ef08487e987db647fbbc3fa69daa06b);});$marker.push(m_3ef08487e987db647fbbc3fa69daa06b);}});}google.maps.event.addDomListener(window, 'load', initialize);