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.9344,-82.3042)};var g_662d49fe5de425880368a5fd6694852a = new google.maps.Geocoder();g_662d49fe5de425880368a5fd6694852a.geocode( { 'address': "1336 Oakfield Dr, Brandon, FL 33511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-FL-american-dream-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('brandon-FL-american-dream-home-mortgage'), mapOptions);}document.getElementById('9b5a4546').innerHTML += ' | View Map';var $l662d49fe5de425880368a5fd6694852a = '

American Dream Home Mortgage

Address: 1336 Oakfield Dr, Brandon, FL 33511, USA
Phone: (813) 655-4663
';var m_662d49fe5de425880368a5fd6694852a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Dream Home Mortgage',});m_662d49fe5de425880368a5fd6694852a['infowindow'] = new google.maps.InfoWindow({content: $l662d49fe5de425880368a5fd6694852a});var infowindow = new google.maps.InfoWindow({content: $l662d49fe5de425880368a5fd6694852a});google.maps.event.addListener(m_662d49fe5de425880368a5fd6694852a, 'click', function() {infowindow.open(map,m_662d49fe5de425880368a5fd6694852a);});$marker.push(m_662d49fe5de425880368a5fd6694852a);}});}google.maps.event.addDomListener(window, 'load', initialize);