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.5409,-81.7877)};var g_44ddf432eb6704a14abb1e3445a52436 = new google.maps.Geocoder();g_44ddf432eb6704a14abb1e3445a52436.geocode( { 'address': "13880 Treeline Ave S, Fort Myers, FL 33913, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-c-h-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-c-h-mortgage'), mapOptions);}document.getElementById('539a445f').innerHTML += ' | View Map';var $l44ddf432eb6704a14abb1e3445a52436 = '

C H Mortgage

Address: 13880 Treeline Ave S, Fort Myers, FL 33913, USA
Phone: (239) 275-3713
';var m_44ddf432eb6704a14abb1e3445a52436 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C H Mortgage',});m_44ddf432eb6704a14abb1e3445a52436['infowindow'] = new google.maps.InfoWindow({content: $l44ddf432eb6704a14abb1e3445a52436});var infowindow = new google.maps.InfoWindow({content: $l44ddf432eb6704a14abb1e3445a52436});google.maps.event.addListener(m_44ddf432eb6704a14abb1e3445a52436, 'click', function() {infowindow.open(map,m_44ddf432eb6704a14abb1e3445a52436);});$marker.push(m_44ddf432eb6704a14abb1e3445a52436);}});}google.maps.event.addDomListener(window, 'load', initialize);