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(31.2539,-85.4345)};var g_8da50e548371ec9cb3839335e98074b9 = new google.maps.Geocoder();g_8da50e548371ec9cb3839335e98074b9.geocode( { 'address': "1284 Westgate Pkwy, Dothan, AL 36303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-home-mortgage-of-america-inc').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-home-mortgage-of-america-inc'), mapOptions);}document.getElementById('b7e219d9').innerHTML += ' | View Map';var $l8da50e548371ec9cb3839335e98074b9 = '

Home Mortgage of America, Inc.

Address: 1284 Westgate Pkwy, Dothan, AL 36303, USA
Phone: (334) 712-9170
';var m_8da50e548371ec9cb3839335e98074b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Mortgage of America, Inc.',});m_8da50e548371ec9cb3839335e98074b9['infowindow'] = new google.maps.InfoWindow({content: $l8da50e548371ec9cb3839335e98074b9});var infowindow = new google.maps.InfoWindow({content: $l8da50e548371ec9cb3839335e98074b9});google.maps.event.addListener(m_8da50e548371ec9cb3839335e98074b9, 'click', function() {infowindow.open(map,m_8da50e548371ec9cb3839335e98074b9);});$marker.push(m_8da50e548371ec9cb3839335e98074b9);}});}google.maps.event.addDomListener(window, 'load', initialize);