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.8969,-81.5923)};var g_0d75e0a43dc1b44c71b7323b402d2c7c = new google.maps.Geocoder();g_0d75e0a43dc1b44c71b7323b402d2c7c.geocode( { 'address': "118 State Road 60 W, Lake Wales, FL 33853, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-wales-FL-credit-insurance').style.display = '';map = new google.maps.Map(document.getElementById('lake-wales-FL-credit-insurance'), mapOptions);}document.getElementById('b2bd7f5b').innerHTML += ' | View Map';var $l0d75e0a43dc1b44c71b7323b402d2c7c = '

Credit Insurance

Address: 118 State Road 60 W, Lake Wales, FL 33853, USA
Phone: (863) 678-0248
';var m_0d75e0a43dc1b44c71b7323b402d2c7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Insurance',});m_0d75e0a43dc1b44c71b7323b402d2c7c['infowindow'] = new google.maps.InfoWindow({content: $l0d75e0a43dc1b44c71b7323b402d2c7c});var infowindow = new google.maps.InfoWindow({content: $l0d75e0a43dc1b44c71b7323b402d2c7c});google.maps.event.addListener(m_0d75e0a43dc1b44c71b7323b402d2c7c, 'click', function() {infowindow.open(map,m_0d75e0a43dc1b44c71b7323b402d2c7c);});$marker.push(m_0d75e0a43dc1b44c71b7323b402d2c7c);}});}google.maps.event.addDomListener(window, 'load', initialize);