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(26.9667,-82.0765)};var g_4c8fe0dcc203cc424e62c924d93fd5da = new google.maps.Geocoder();g_4c8fe0dcc203cc424e62c924d93fd5da.geocode( { 'address': "4336 Tamiami Trail, Punta Gorda, FL 33980, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('punta-gorda-FL-lighthouse-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('punta-gorda-FL-lighthouse-auto-finance'), mapOptions);}document.getElementById('86456295').innerHTML += ' | View Map';var $l4c8fe0dcc203cc424e62c924d93fd5da = '

Lighthouse Auto Finance

Address: 4336 Tamiami Trail, Punta Gorda, FL 33980, USA
Phone: (941) 764-4044
';var m_4c8fe0dcc203cc424e62c924d93fd5da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lighthouse Auto Finance',});m_4c8fe0dcc203cc424e62c924d93fd5da['infowindow'] = new google.maps.InfoWindow({content: $l4c8fe0dcc203cc424e62c924d93fd5da});var infowindow = new google.maps.InfoWindow({content: $l4c8fe0dcc203cc424e62c924d93fd5da});google.maps.event.addListener(m_4c8fe0dcc203cc424e62c924d93fd5da, 'click', function() {infowindow.open(map,m_4c8fe0dcc203cc424e62c924d93fd5da);});$marker.push(m_4c8fe0dcc203cc424e62c924d93fd5da);}});}google.maps.event.addDomListener(window, 'load', initialize);