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.1145,-81.6177)};var g_44590aa922914066f965ae67be0222d2 = new google.maps.Geocoder();g_44590aa922914066f965ae67be0222d2.geocode( { 'address': "513 US-17, Haines City, FL 33844, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haines-city-FL-springleaf-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('haines-city-FL-springleaf-financial-services'), mapOptions);}document.getElementById('b82391ef').innerHTML += ' | View Map';var $l44590aa922914066f965ae67be0222d2 = '

Springleaf Financial Services

Address: 513 US-17, Haines City, FL 33844, USA
Phone: (863) 676-3469
';var m_44590aa922914066f965ae67be0222d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Springleaf Financial Services',});m_44590aa922914066f965ae67be0222d2['infowindow'] = new google.maps.InfoWindow({content: $l44590aa922914066f965ae67be0222d2});var infowindow = new google.maps.InfoWindow({content: $l44590aa922914066f965ae67be0222d2});google.maps.event.addListener(m_44590aa922914066f965ae67be0222d2, 'click', function() {infowindow.open(map,m_44590aa922914066f965ae67be0222d2);});$marker.push(m_44590aa922914066f965ae67be0222d2);}});}google.maps.event.addDomListener(window, 'load', initialize);