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.2678,-85.2076)};var g_107af15b2638b7b76137d6a682bb4dcf = new google.maps.Geocoder();g_107af15b2638b7b76137d6a682bb4dcf.geocode( { 'address': "1010 Shorter Ave, Rome, GA 30165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rome-GA-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('rome-GA-loanmax-title-loans'), mapOptions);}document.getElementById('34099163').innerHTML += ' | View Map';var $l107af15b2638b7b76137d6a682bb4dcf = '

Loanmax Title Loans

Address: 1010 Shorter Ave, Rome, GA 30165, USA
Phone: (706) 234-0663
';var m_107af15b2638b7b76137d6a682bb4dcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_107af15b2638b7b76137d6a682bb4dcf['infowindow'] = new google.maps.InfoWindow({content: $l107af15b2638b7b76137d6a682bb4dcf});var infowindow = new google.maps.InfoWindow({content: $l107af15b2638b7b76137d6a682bb4dcf});google.maps.event.addListener(m_107af15b2638b7b76137d6a682bb4dcf, 'click', function() {infowindow.open(map,m_107af15b2638b7b76137d6a682bb4dcf);});$marker.push(m_107af15b2638b7b76137d6a682bb4dcf);}});}google.maps.event.addDomListener(window, 'load', initialize);