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.9215,-82.2927)};var g_9c31ba8cce49c8562505a7d92f850e6c = new google.maps.Geocoder();g_9c31ba8cce49c8562505a7d92f850e6c.geocode( { 'address': "673 W Lumsden Rd, Brandon, FL 33511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-FL-hagan-mortgage-associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('brandon-FL-hagan-mortgage-associates-inc'), mapOptions);}document.getElementById('de363931').innerHTML += ' | View Map';var $l9c31ba8cce49c8562505a7d92f850e6c = '

HAGAN MORTGAGE ASSOCIATES, Inc

Address: 673 W Lumsden Rd, Brandon, FL 33511, USA
Phone: (813) 653-2669
';var m_9c31ba8cce49c8562505a7d92f850e6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HAGAN MORTGAGE ASSOCIATES, Inc',});m_9c31ba8cce49c8562505a7d92f850e6c['infowindow'] = new google.maps.InfoWindow({content: $l9c31ba8cce49c8562505a7d92f850e6c});var infowindow = new google.maps.InfoWindow({content: $l9c31ba8cce49c8562505a7d92f850e6c});google.maps.event.addListener(m_9c31ba8cce49c8562505a7d92f850e6c, 'click', function() {infowindow.open(map,m_9c31ba8cce49c8562505a7d92f850e6c);});$marker.push(m_9c31ba8cce49c8562505a7d92f850e6c);}});}google.maps.event.addDomListener(window, 'load', initialize);