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.2094,-81.747)};var g_e954fa88f5c2fae2d7df99e4b159da72 = new google.maps.Geocoder();g_e954fa88f5c2fae2d7df99e4b159da72.geocode( { 'address': "3560 Kraft Rd, Naples, FL 34105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-tgr-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-tgr-financial-inc'), mapOptions);}document.getElementById('238b161a').innerHTML += ' | View Map';var $le954fa88f5c2fae2d7df99e4b159da72 = '

TGR Financial Inc

Address: 3560 Kraft Rd, Naples, FL 34105, USA
Phone: (239) 348-8000
';var m_e954fa88f5c2fae2d7df99e4b159da72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TGR Financial Inc',});m_e954fa88f5c2fae2d7df99e4b159da72['infowindow'] = new google.maps.InfoWindow({content: $le954fa88f5c2fae2d7df99e4b159da72});var infowindow = new google.maps.InfoWindow({content: $le954fa88f5c2fae2d7df99e4b159da72});google.maps.event.addListener(m_e954fa88f5c2fae2d7df99e4b159da72, 'click', function() {infowindow.open(map,m_e954fa88f5c2fae2d7df99e4b159da72);});$marker.push(m_e954fa88f5c2fae2d7df99e4b159da72);}});}google.maps.event.addDomListener(window, 'load', initialize);