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.2162,-85.4323)};var g_65b28a17f653e6990a6231ca8f509f89 = new google.maps.Geocoder();g_65b28a17f653e6990a6231ca8f509f89.geocode( { 'address': "2855 Ross Clark Cir # 105, Dothan, AL 36301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-republic-finance'), mapOptions);}document.getElementById('f49bce96').innerHTML += ' | View Map';var $l65b28a17f653e6990a6231ca8f509f89 = '

Republic Finance

Address: 2855 Ross Clark Cir # 105, Dothan, AL 36301, USA
Phone: (334) 792-0405
';var m_65b28a17f653e6990a6231ca8f509f89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_65b28a17f653e6990a6231ca8f509f89['infowindow'] = new google.maps.InfoWindow({content: $l65b28a17f653e6990a6231ca8f509f89});var infowindow = new google.maps.InfoWindow({content: $l65b28a17f653e6990a6231ca8f509f89});google.maps.event.addListener(m_65b28a17f653e6990a6231ca8f509f89, 'click', function() {infowindow.open(map,m_65b28a17f653e6990a6231ca8f509f89);});$marker.push(m_65b28a17f653e6990a6231ca8f509f89);}});}google.maps.event.addDomListener(window, 'load', initialize);