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(34.7687,-84.9541)};var g_d6055de68dad5a21a33d640118198c98 = new google.maps.Geocoder();g_d6055de68dad5a21a33d640118198c98.geocode( { 'address': "927 E Morris St, Dalton, GA 30721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dalton-GA-whitfield-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('dalton-GA-whitfield-finance-company'), mapOptions);}document.getElementById('16928ef5').innerHTML += ' | View Map';var $ld6055de68dad5a21a33d640118198c98 = '

Whitfield Finance Company

Address: 927 E Morris St, Dalton, GA 30721, USA
Phone: (706) 278-1788
';var m_d6055de68dad5a21a33d640118198c98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitfield Finance Company',});m_d6055de68dad5a21a33d640118198c98['infowindow'] = new google.maps.InfoWindow({content: $ld6055de68dad5a21a33d640118198c98});var infowindow = new google.maps.InfoWindow({content: $ld6055de68dad5a21a33d640118198c98});google.maps.event.addListener(m_d6055de68dad5a21a33d640118198c98, 'click', function() {infowindow.open(map,m_d6055de68dad5a21a33d640118198c98);});$marker.push(m_d6055de68dad5a21a33d640118198c98);}});}google.maps.event.addDomListener(window, 'load', initialize);