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(27.0081,-82.132)};var g_c5b4758c668eb928b6e33452c1650108 = new google.maps.Geocoder();g_c5b4758c668eb928b6e33452c1650108.geocode( { 'address': "1808 Tamiami Trail d, Port Charlotte, FL 33948, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-charlotte-FL-anniemac-home-mortgage---port-charlotte').style.display = '';map = new google.maps.Map(document.getElementById('port-charlotte-FL-anniemac-home-mortgage---port-charlotte'), mapOptions);}document.getElementById('12dfb6d0').innerHTML += ' | View Map';var $lc5b4758c668eb928b6e33452c1650108 = '

AnnieMac Home Mortgage - Port Charlotte

Address: 1808 Tamiami Trail d, Port Charlotte, FL 33948, USA
Phone: (800) 371-6246
';var m_c5b4758c668eb928b6e33452c1650108 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AnnieMac Home Mortgage - Port Charlotte',});m_c5b4758c668eb928b6e33452c1650108['infowindow'] = new google.maps.InfoWindow({content: $lc5b4758c668eb928b6e33452c1650108});var infowindow = new google.maps.InfoWindow({content: $lc5b4758c668eb928b6e33452c1650108});google.maps.event.addListener(m_c5b4758c668eb928b6e33452c1650108, 'click', function() {infowindow.open(map,m_c5b4758c668eb928b6e33452c1650108);});$marker.push(m_c5b4758c668eb928b6e33452c1650108);}});}google.maps.event.addDomListener(window, 'load', initialize);