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.5588,-81.88)};var g_bae0ee0652af0f3fe721c8227f2c1b8c = new google.maps.Geocoder();g_bae0ee0652af0f3fe721c8227f2c1b8c.geocode( { 'address': "12647 New Brittany Blvd, Fort Myers, FL 33907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-paul-finance-llc').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-paul-finance-llc'), mapOptions);}document.getElementById('83442042').innerHTML += ' | View Map';var $lbae0ee0652af0f3fe721c8227f2c1b8c = '

Paul Finance, LLC

Address: 12647 New Brittany Blvd, Fort Myers, FL 33907, USA
Phone: (239) 344-9930
';var m_bae0ee0652af0f3fe721c8227f2c1b8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paul Finance, LLC',});m_bae0ee0652af0f3fe721c8227f2c1b8c['infowindow'] = new google.maps.InfoWindow({content: $lbae0ee0652af0f3fe721c8227f2c1b8c});var infowindow = new google.maps.InfoWindow({content: $lbae0ee0652af0f3fe721c8227f2c1b8c});google.maps.event.addListener(m_bae0ee0652af0f3fe721c8227f2c1b8c, 'click', function() {infowindow.open(map,m_bae0ee0652af0f3fe721c8227f2c1b8c);});$marker.push(m_bae0ee0652af0f3fe721c8227f2c1b8c);}});}google.maps.event.addDomListener(window, 'load', initialize);