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(29.8003,-82.4975)};var g_a03da9e4fb637ae5d0c4981d7859d5b6 = new google.maps.Geocoder();g_a03da9e4fb637ae5d0c4981d7859d5b6.geocode( { 'address': "14309 NW 159th Pl, Alachua, FL 32615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alachua-FL-home-mortgage-team').style.display = '';map = new google.maps.Map(document.getElementById('alachua-FL-home-mortgage-team'), mapOptions);}document.getElementById('84ee25d1').innerHTML += ' | View Map';var $la03da9e4fb637ae5d0c4981d7859d5b6 = '

Home Mortgage Team

Address: 14309 NW 159th Pl, Alachua, FL 32615, USA
Phone: (352) 275-6483
';var m_a03da9e4fb637ae5d0c4981d7859d5b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Mortgage Team',});m_a03da9e4fb637ae5d0c4981d7859d5b6['infowindow'] = new google.maps.InfoWindow({content: $la03da9e4fb637ae5d0c4981d7859d5b6});var infowindow = new google.maps.InfoWindow({content: $la03da9e4fb637ae5d0c4981d7859d5b6});google.maps.event.addListener(m_a03da9e4fb637ae5d0c4981d7859d5b6, 'click', function() {infowindow.open(map,m_a03da9e4fb637ae5d0c4981d7859d5b6);});$marker.push(m_a03da9e4fb637ae5d0c4981d7859d5b6);}});}google.maps.event.addDomListener(window, 'load', initialize);