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.2031,-82.0919)};var g_5afc7100a2f28c963d7b1277e5e34856 = new google.maps.Geocoder();g_5afc7100a2f28c963d7b1277e5e34856.geocode( { 'address': "2107 Se 3rd Ave, Ocala, FL 34471"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocala-FL-abbey-mortgage-of-ocala-inc').style.display = '';map = new google.maps.Map(document.getElementById('ocala-FL-abbey-mortgage-of-ocala-inc'), mapOptions);}document.getElementById('678de358').innerHTML += ' | View Map';var $l5afc7100a2f28c963d7b1277e5e34856 = '

Abbey Mortgage of Ocala Inc

Address: 2107 Se 3rd Ave, Ocala, FL 34471
Phone: (352) 369-4200
';var m_5afc7100a2f28c963d7b1277e5e34856 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Abbey Mortgage of Ocala Inc',});m_5afc7100a2f28c963d7b1277e5e34856['infowindow'] = new google.maps.InfoWindow({content: $l5afc7100a2f28c963d7b1277e5e34856});var infowindow = new google.maps.InfoWindow({content: $l5afc7100a2f28c963d7b1277e5e34856});google.maps.event.addListener(m_5afc7100a2f28c963d7b1277e5e34856, 'click', function() {infowindow.open(map,m_5afc7100a2f28c963d7b1277e5e34856);});$marker.push(m_5afc7100a2f28c963d7b1277e5e34856);}});}google.maps.event.addDomListener(window, 'load', initialize);