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(28.0298,-81.9574)};var g_bf92035761e9d272fd878770c1ff0df6 = new google.maps.Geocoder();g_bf92035761e9d272fd878770c1ff0df6.geocode( { 'address': "1037 Florida Ave S #130, Lakeland, FL 33803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-access-mortgage-partners').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-access-mortgage-partners'), mapOptions);}document.getElementById('579d9862').innerHTML += ' | View Map';var $lbf92035761e9d272fd878770c1ff0df6 = '

Access Mortgage Partners

Address: 1037 Florida Ave S #130, Lakeland, FL 33803, USA
Phone: (863) 816-5806
';var m_bf92035761e9d272fd878770c1ff0df6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Access Mortgage Partners',});m_bf92035761e9d272fd878770c1ff0df6['infowindow'] = new google.maps.InfoWindow({content: $lbf92035761e9d272fd878770c1ff0df6});var infowindow = new google.maps.InfoWindow({content: $lbf92035761e9d272fd878770c1ff0df6});google.maps.event.addListener(m_bf92035761e9d272fd878770c1ff0df6, 'click', function() {infowindow.open(map,m_bf92035761e9d272fd878770c1ff0df6);});$marker.push(m_bf92035761e9d272fd878770c1ff0df6);}});}google.maps.event.addDomListener(window, 'load', initialize);