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.2295,-85.4385)};var g_cbb17d156992c352039cdc7374e915a6 = new google.maps.Geocoder();g_cbb17d156992c352039cdc7374e915a6.geocode( { 'address': "3124 W Main St #6, Dothan, AL 36305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-hometown-lenders').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-hometown-lenders'), mapOptions);}document.getElementById('c512be16').innerHTML += ' | View Map';var $lcbb17d156992c352039cdc7374e915a6 = '

Hometown Lenders

Address: 3124 W Main St #6, Dothan, AL 36305, USA
Phone: (334) 794-2661
';var m_cbb17d156992c352039cdc7374e915a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Lenders',});m_cbb17d156992c352039cdc7374e915a6['infowindow'] = new google.maps.InfoWindow({content: $lcbb17d156992c352039cdc7374e915a6});var infowindow = new google.maps.InfoWindow({content: $lcbb17d156992c352039cdc7374e915a6});google.maps.event.addListener(m_cbb17d156992c352039cdc7374e915a6, 'click', function() {infowindow.open(map,m_cbb17d156992c352039cdc7374e915a6);});$marker.push(m_cbb17d156992c352039cdc7374e915a6);}});}google.maps.event.addDomListener(window, 'load', initialize);