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.5447,-81.9101)};var g_23e7a204e051b5cb24dcfe9dd2ad3f45 = new google.maps.Geocoder();g_23e7a204e051b5cb24dcfe9dd2ad3f45.geocode( { 'address': "9371 Cypress Lake Drive, ATTN Suites 20 or 21, Fort Myers, FL 33919, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-credit-crb').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-credit-crb'), mapOptions);}document.getElementById('f0af971b').innerHTML += ' | View Map';var $l23e7a204e051b5cb24dcfe9dd2ad3f45 = '

Credit CRB

Address: 9371 Cypress Lake Drive, ATTN Suites 20 or 21, Fort Myers, FL 33919, USA
Phone: (855) 291-7557
';var m_23e7a204e051b5cb24dcfe9dd2ad3f45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit CRB',});m_23e7a204e051b5cb24dcfe9dd2ad3f45['infowindow'] = new google.maps.InfoWindow({content: $l23e7a204e051b5cb24dcfe9dd2ad3f45});var infowindow = new google.maps.InfoWindow({content: $l23e7a204e051b5cb24dcfe9dd2ad3f45});google.maps.event.addListener(m_23e7a204e051b5cb24dcfe9dd2ad3f45, 'click', function() {infowindow.open(map,m_23e7a204e051b5cb24dcfe9dd2ad3f45);});$marker.push(m_23e7a204e051b5cb24dcfe9dd2ad3f45);}});}google.maps.event.addDomListener(window, 'load', initialize);