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_fea93b2c5bcdbd7363cc3a126dfd0d33 = new google.maps.Geocoder();g_fea93b2c5bcdbd7363cc3a126dfd0d33.geocode( { 'address': "3033 Sw College Rd, Ocala, FL 34474"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocala-FL-gte-financial').style.display = '';map = new google.maps.Map(document.getElementById('ocala-FL-gte-financial'), mapOptions);}document.getElementById('6490a175').innerHTML += ' | View Map';var $lfea93b2c5bcdbd7363cc3a126dfd0d33 = '

GTE Financial

Address: 3033 Sw College Rd, Ocala, FL 34474
Phone: (888) 871-2690
';var m_fea93b2c5bcdbd7363cc3a126dfd0d33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GTE Financial',});m_fea93b2c5bcdbd7363cc3a126dfd0d33['infowindow'] = new google.maps.InfoWindow({content: $lfea93b2c5bcdbd7363cc3a126dfd0d33});var infowindow = new google.maps.InfoWindow({content: $lfea93b2c5bcdbd7363cc3a126dfd0d33});google.maps.event.addListener(m_fea93b2c5bcdbd7363cc3a126dfd0d33, 'click', function() {infowindow.open(map,m_fea93b2c5bcdbd7363cc3a126dfd0d33);});$marker.push(m_fea93b2c5bcdbd7363cc3a126dfd0d33);}});}google.maps.event.addDomListener(window, 'load', initialize);