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.1801,-81.707)};var g_acb08455e1616053523772c2517387b2 = new google.maps.Geocoder();g_acb08455e1616053523772c2517387b2.geocode( { 'address': "4987 Golden Gate Pkwy, Naples, FL 34116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-cash-plus').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-cash-plus'), mapOptions);}document.getElementById('e1ec63e0').innerHTML += ' | View Map';var $lacb08455e1616053523772c2517387b2 = '

Cash Plus

Address: 4987 Golden Gate Pkwy, Naples, FL 34116, USA
Phone: (239) 304-2274
';var m_acb08455e1616053523772c2517387b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Plus',});m_acb08455e1616053523772c2517387b2['infowindow'] = new google.maps.InfoWindow({content: $lacb08455e1616053523772c2517387b2});var infowindow = new google.maps.InfoWindow({content: $lacb08455e1616053523772c2517387b2});google.maps.event.addListener(m_acb08455e1616053523772c2517387b2, 'click', function() {infowindow.open(map,m_acb08455e1616053523772c2517387b2);});$marker.push(m_acb08455e1616053523772c2517387b2);}});}google.maps.event.addDomListener(window, 'load', initialize);